diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-07-17 20:07:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-07-17 20:07:43 +0000 |
| commit | aa81b8b8d538b81a21d1161dc047cb5374cfe060 (patch) | |
| tree | e2899fb4051ba74988ccfbd6631abeb26117db5c /openstackclient/shell.py | |
| parent | f768ea2b228257030de4696bfefe61d9fc917723 (diff) | |
| parent | 75dcdb0c6637afe5c14e5c60f7719182bda7ab4a (diff) | |
| download | python-openstackclient-aa81b8b8d538b81a21d1161dc047cb5374cfe060.tar.gz | |
Merge "Add show limits command"
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 4 |
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 |
