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_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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user