[Openstack-docs] [openstack/nova] DocImpact review request change I1be036058227206ecca342f692cd3d6aadb24069

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Wed Feb 6 04:45:47 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/21286

Log:
commit c9a730360e46ba1819b718245b094b960b277f30
Author: Chet Burgess <cfb at metacloud.com>
Date:   Wed Feb 6 04:36:34 2013 +0000

    support reloctable venv roots in testing framework
    
    run_tests.sh, with_venv.sh, and the install_venv.py scripts now
    support relocating the venv root to another location.
    
    All 3 scripts now support new envinroment variables to configure
    the location of the venv and the tools directory. To maintain
    compatability the defaults are set to the current values.
    
    venv_path = Path to the venv root
    	Default: $(pwd)
    
    venv_dir = Directory that will contain the venv root
    	Default: .venv
    
    tools_path = Path to the tools directory
    	Defaukt: $(pwd)
    
    Additionally the run_tests.sh script also takes these value as
    arguments and will pass them along accordingly.
    
    --virtual-env-pathi <path>  Path to your virtualenv directory"
    --virtual-env-dir <dir>     Directory name for your virtualenv"
    --tools-path <dir>          Location of the tools directory"
    
    DocImpact
    
    Change-Id: I1be036058227206ecca342f692cd3d6aadb24069
    Fixes: bug #1116942




More information about the Openstack-docs mailing list