Remove openstack-rally entry point
Closes-Bug: #1353233 Change-Id: I5582b1c1942a094ea9486f07d49386106282201c
This commit is contained in:
@@ -27,12 +27,6 @@ from rally.cmd.commands import use
|
|||||||
from rally.cmd.commands import verify
|
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():
|
def main():
|
||||||
categories = {
|
categories = {
|
||||||
'deployment': deployment.DeploymentCommands,
|
'deployment': deployment.DeploymentCommands,
|
||||||
|
@@ -46,12 +46,6 @@ class TempestCommands(object):
|
|||||||
verifier.install()
|
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():
|
def main():
|
||||||
categories = {'db': DBCommands,
|
categories = {'db': DBCommands,
|
||||||
'tempest': TempestCommands}
|
'tempest': TempestCommands}
|
||||||
|
@@ -26,8 +26,6 @@ console_scripts =
|
|||||||
rally = rally.cmd.main:main
|
rally = rally.cmd.main:main
|
||||||
rally-api = rally.cmd.api:main
|
rally-api = rally.cmd.api:main
|
||||||
rally-manage = rally.cmd.manage:main
|
rally-manage = rally.cmd.manage:main
|
||||||
openstack-rally = rally.cmd.main:deprecated
|
|
||||||
openstack-rally-manage = rally.cmd.manage:deprecated
|
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
setup-hooks =
|
setup-hooks =
|
||||||
|
Reference in New Issue
Block a user