summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
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