Merge "Set the Cliff namespace"

This commit is contained in:
Zuul
2018-01-15 22:54:32 +00:00
committed by Gerrit Code Review

View File

@@ -57,7 +57,7 @@ class AodhShell(app.App):
super(AodhShell, self).__init__( super(AodhShell, self).__init__(
description='Aodh command line client', description='Aodh command line client',
version=__version__, version=__version__,
command_manager=AodhCommandManager(None), command_manager=AodhCommandManager('aodhclient'),
deferred_help=True, deferred_help=True,
) )