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 d64e5a4b73
commit d07168f534
2 changed files with 1 additions and 9 deletions

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

View File

@ -203,13 +203,6 @@ class InfoCommands(object):
" $ rally info find <DeploymentEngineName>\n")
print(info)
def DeployEngines(self):
"""Get information about deploy engines available in Rally."""
# NOTE(msdubov): This alias should be removed as soon as we rename
# DeployEngines to DeploymentEngines (which is more
# grammatically correct).
self.DeploymentEngines()
def ServerProviders(self):
"""Get information about server providers available in Rally."""
providers = self._get_descriptions(serverprovider.ProviderFactory)