Allow non virtual environment option for verify

Change-Id: I6aec03b38fbd741a3b6d88ba162d27eb0ee828e0
Closes-bug: #1489469
This commit is contained in:
Rohan Kanade 2015-09-07 19:49:38 +05:30
parent e12d0ebfa7
commit 2ac311df8c

View File

@ -53,7 +53,7 @@ _rally()
OPTS["verify_list"]=""
OPTS["verify_results"]="--uuid --html --json --output-file"
OPTS["verify_show"]="--uuid --sort-by --detailed"
OPTS["verify_start"]="--deployment --set --regex --tempest-config --no-use"
OPTS["verify_start"]="--deployment --set --regex --tempest-config --no-use --system-wide-install"
OPTS["verify_use"]="--verification"
for OPT in ${!OPTS[*]} ; do
@ -83,4 +83,4 @@ _rally()
return 0
}
complete -o filenames -F _rally rally
complete -o filenames -F _rally rally