Remove DeployEngines in favor of DeploymentEngine

Changes:
  - Removed DeployEngine option from rally info as DeploymentEngine is the preferred/proper text.

Change-Id: I5ddee4cbd68860e27f11c9603a693cccb86c59e4
Closes-Bug: #1435738
This commit is contained in:
Hugh Ma 2015-04-11 14:02:21 -07:00
parent a0b479e21b
commit 87f2dad362

View File

@ -15,7 +15,6 @@ _rally()
OPTS["deployment_show"]="--deployment"
OPTS["deployment_use"]="--deployment"
OPTS["info_BenchmarkScenarios"]=""
OPTS["info_DeployEngines"]=""
OPTS["info_DeploymentEngines"]=""
OPTS["info_SLA"]=""
OPTS["info_ServerProviders"]=""
@ -79,4 +78,4 @@ _rally()
fi
return 0
}
complete -F _rally rally
complete -F _rally rally