[Verify] Deprecating --system-wide-install in favor of --system-wide
'system-wide-install' sounds slightly strange because when we specify
this option, we don't install anything. So it was decided to deprecate
this option in favor of 'system-wide' that is more suitable.
If we execute `rally verify start --help`, we will see the following
warning:
$ rally verify start --help
...
--system-wide Don't create a virtual env when installing Tempest;
use the local env instead of the Tempest virtual env
when running the tests. Take notice that all Tempest
requirements have to be already installed in the local
env!
--system-wide-install
DEPRECATED! Use --system-wide instead
...
Change-Id: I663c18cb85715d732bb9c5012e3e23ca10751d5a
This commit is contained in:
@@ -56,7 +56,7 @@ _rally()
|
||||
OPTS["verify_results"]="--uuid --html --json --output-file"
|
||||
OPTS["verify_show"]="--uuid --sort-by --detailed"
|
||||
OPTS["verify_showconfig"]="--deployment"
|
||||
OPTS["verify_start"]="--deployment --set --regex --tests-file --tempest-config --xfails-file --no-use --system-wide-install --concurrency"
|
||||
OPTS["verify_start"]="--deployment --set --regex --tests-file --tempest-config --xfails-file --no-use --system-wide --concurrency"
|
||||
OPTS["verify_uninstall"]="--deployment"
|
||||
OPTS["verify_use"]="--verification"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user