From 693fbd0f1c3aebb354e9782dc0ab8ef17e89fd9e Mon Sep 17 00:00:00 2001 From: Eyal Date: Sun, 14 Jan 2018 11:39:13 +0200 Subject: [PATCH] Set the Cliff namespace since the cliff 2.10 you must set the namespace Depends-On: Ic454831a80f799c2be5ba3089001f31f68c39f85 Change-Id: I2ac0e7ab267c70f199cfe201baefc4333f86dbda --- aodhclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aodhclient/shell.py b/aodhclient/shell.py index c80dfeb..d7a60bc 100644 --- a/aodhclient/shell.py +++ b/aodhclient/shell.py @@ -57,7 +57,7 @@ class AodhShell(app.App): super(AodhShell, self).__init__( description='Aodh command line client', version=__version__, - command_manager=AodhCommandManager(None), + command_manager=AodhCommandManager('aodhclient'), deferred_help=True, )