Remove openstack-rally entry point

Closes-Bug: #1353233
Change-Id: I5582b1c1942a094ea9486f07d49386106282201c
This commit is contained in:
Aswad Rangnekar 2014-08-06 03:21:35 +00:00
parent df170ccc06
commit cfd93b799a
3 changed files with 0 additions and 14 deletions

View File

@ -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,

View File

@ -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}

View File

@ -26,8 +26,6 @@ console_scripts =
rally = rally.cmd.main:main
rally-api = rally.cmd.api:main
rally-manage = rally.cmd.manage:main
openstack-rally = rally.cmd.main:deprecated
openstack-rally-manage = rally.cmd.manage:deprecated
[global]
setup-hooks =