Merge "[Verify] Adding new command rally verify discover"

This commit is contained in:
Jenkins 2016-02-16 17:15:26 +00:00 committed by Gerrit Code Review
commit 9e41c97869

View File

@ -46,6 +46,7 @@ _rally()
OPTS["task_validate"]="--deployment --task --task-args --task-args-file"
OPTS["verify_compare"]="--uuid-1 --uuid-2 --csv --html --json --output-file --threshold"
OPTS["verify_detailed"]="--uuid --sort-by"
OPTS["verify_discover"]="--deployment --pattern"
OPTS["verify_genconfig"]="--deployment --tempest-config --override"
OPTS["verify_import"]="--deployment --set --file --no-use"
OPTS["verify_install"]="--deployment --source --system-wide"