[Verify] Improve names of args for configure_verifier method

The following changes were done:

    recreate -> reconfigure
    replace-by -> override
    add-options -> extend

Also, some printed messages in CLI interface were improved.

Change-Id: I47bfe88fabc22992b2bcde4c7ea03961c34bc1b6
This commit is contained in:
Yaroslav Lobankov 2017-01-11 15:02:24 +04:00
parent 75983b70a7
commit 9501d3287a

View File

@ -43,7 +43,7 @@ _rally()
OPTS["task_use"]="--uuid"
OPTS["task_validate"]="--deployment --task --task-args --task-args-file"
OPTS["verify_add-verifier-ext"]="--id --source --version --extra-settings"
OPTS["verify_configure-verifier"]="--verifier-id --deployment-id --recreate --add-options --replace-by --show --force"
OPTS["verify_configure-verifier"]="--verifier-id --deployment-id --reconfigure --force --extend --override --show"
OPTS["verify_create-verifier"]="--name --type --namespace --source --version --system-wide --extra-settings --no-use"
OPTS["verify_delete"]="--uuid"
OPTS["verify_delete-verifier"]="--verifier-id --deployment-id --force"