Allow non virtual environment option for verify
Change-Id: I6aec03b38fbd741a3b6d88ba162d27eb0ee828e0 Closes-bug: #1489469
This commit is contained in:
parent
e12d0ebfa7
commit
2ac311df8c
@ -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
|
Loading…
x
Reference in New Issue
Block a user