[Verify] Deprecate for removal '--tempest-config' for 'reinstall' cmd

The `rally verify reinstall` command should only reinstall Tempest
and shouldn't do anything with the Tempest config file. User should
explicitly generate the Tempest config file after reinstalling Tempest
by executing the `rally verify genconfig` command. So this patch is
intended to deprecate the '--tempest-config' arg to remove it in the
future.

Change-Id: I050d173c03aec49d3372d053b451444e4791efd9
This commit is contained in:
Yaroslav Lobankov 2016-02-21 12:30:32 -06:00
parent 557774b080
commit d96de9e7ce

View File

@ -51,7 +51,7 @@ _rally()
OPTS["verify_import"]="--deployment --set --file --no-use"
OPTS["verify_install"]="--deployment --source --system-wide"
OPTS["verify_list"]=""
OPTS["verify_reinstall"]="--deployment --tempest-config --source --system-wide"
OPTS["verify_reinstall"]="--deployment --source --system-wide"
OPTS["verify_results"]="--uuid --html --json --output-file"
OPTS["verify_show"]="--uuid --sort-by --detailed"
OPTS["verify_showconfig"]="--deployment"