summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-17 20:07:43 +0000
committerGerrit Code Review <review@openstack.org>2013-07-17 20:07:43 +0000
commitaa81b8b8d538b81a21d1161dc047cb5374cfe060 (patch)
treee2899fb4051ba74988ccfbd6631abeb26117db5c /openstackclient/shell.py
parentf768ea2b228257030de4696bfefe61d9fc917723 (diff)
parent75dcdb0c6637afe5c14e5c60f7719182bda7ab4a (diff)
downloadpython-openstackclient-aa81b8b8d538b81a21d1161dc047cb5374cfe060.tar.gz
Merge "Add show limits command"
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index e5353194..561b8ddf 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -331,6 +331,10 @@ class OpenStackShell(app.App):
self.command_manager.add_command_group(
'openstack.' + api + version)
+ # Commands that span multiple APIs
+ self.command_manager.add_command_group(
+ 'openstack.common')
+
# This is the naive extension implementation referred to in
# blueprint 'client-extensions'
# Extension modules can register their commands in an