diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 902dd760..f7c43aa9 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -49,10 +49,13 @@ _rally() OPTS["verify_compare"]="--uuid-1 --uuid-2 --csv --html --json --output-file --threshold" OPTS["verify_detailed"]="--uuid --sort-by" OPTS["verify_genconfig"]="--deployment --tempest-config --override" + OPTS["verify_install"]="--deployment --source" OPTS["verify_list"]="" + OPTS["verify_reinstall"]="--deployment --tempest-config --source" 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 --system-wide-install" + OPTS["verify_uninstall"]="--deployment" OPTS["verify_use"]="--verification" for OPT in ${!OPTS[*]} ; do