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:
parent
d64e5a4b73
commit
d07168f534
@ -15,7 +15,6 @@ _rally()
|
|||||||
OPTS["deployment_show"]="--deployment"
|
OPTS["deployment_show"]="--deployment"
|
||||||
OPTS["deployment_use"]="--deployment"
|
OPTS["deployment_use"]="--deployment"
|
||||||
OPTS["info_BenchmarkScenarios"]=""
|
OPTS["info_BenchmarkScenarios"]=""
|
||||||
OPTS["info_DeployEngines"]=""
|
|
||||||
OPTS["info_DeploymentEngines"]=""
|
OPTS["info_DeploymentEngines"]=""
|
||||||
OPTS["info_SLA"]=""
|
OPTS["info_SLA"]=""
|
||||||
OPTS["info_ServerProviders"]=""
|
OPTS["info_ServerProviders"]=""
|
||||||
|
@ -203,13 +203,6 @@ class InfoCommands(object):
|
|||||||
" $ rally info find <DeploymentEngineName>\n")
|
" $ rally info find <DeploymentEngineName>\n")
|
||||||
print(info)
|
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):
|
def ServerProviders(self):
|
||||||
"""Get information about server providers available in Rally."""
|
"""Get information about server providers available in Rally."""
|
||||||
providers = self._get_descriptions(serverprovider.ProviderFactory)
|
providers = self._get_descriptions(serverprovider.ProviderFactory)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user