Call rally-manage with warning when openstack-rally-manage is used
Currently when openstack-rally-manage is used, args are passed through to rally, not rally-manage. This patch fixes this situation. Change-Id: I51fe14068f679d7f65fb4e518b8f55beca1c7d72 Closes-Bug: #1274068
This commit is contained in:
parent
00310442a2
commit
43a12fd92f
@ -31,6 +31,12 @@ class DBCommands(object):
|
||||
db.db_create()
|
||||
|
||||
|
||||
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}
|
||||
cliutils.run(sys.argv, categories)
|
||||
|
Loading…
Reference in New Issue
Block a user