Remove openstack-rally entry point
Closes-Bug: #1353233 Change-Id: I5582b1c1942a094ea9486f07d49386106282201c
This commit is contained in:
parent
df170ccc06
commit
cfd93b799a
@ -27,12 +27,6 @@ from rally.cmd.commands import use
|
||||
from rally.cmd.commands import verify
|
||||
|
||||
|
||||
def deprecated():
|
||||
print("\n\n---\n\nopenstack-rally and openstack-rally-manage are "
|
||||
"deprecated, please use rally and rally-manage\n\n---\n\n")
|
||||
main()
|
||||
|
||||
|
||||
def main():
|
||||
categories = {
|
||||
'deployment': deployment.DeploymentCommands,
|
||||
|
@ -46,12 +46,6 @@ class TempestCommands(object):
|
||||
verifier.install()
|
||||
|
||||
|
||||
def deprecated():
|
||||
print("\n\n---\n\nopenstack-rally and openstack-rally-manage are "
|
||||
"deprecated, please use rally and rally-manage\n\n---\n\n")
|
||||
main()
|
||||
|
||||
|
||||
def main():
|
||||
categories = {'db': DBCommands,
|
||||
'tempest': TempestCommands}
|
||||
|
Loading…
Reference in New Issue
Block a user