diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-08-06 08:01:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-08-06 08:01:52 +0000 |
| commit | 3692a2a91afe4a8b6ba1c084c3ec865f92f0047e (patch) | |
| tree | b9e4be25dbf30a336c1e28d9546d7884be6cdb06 /openstackclient/common | |
| parent | 63f8018fe370f8908cd4d3da3d76ca0a4693a88d (diff) | |
| parent | 6a15f90daed6514e30b4af0ebb52c7864acaafcc (diff) | |
| download | python-openstackclient-3692a2a91afe4a8b6ba1c084c3ec865f92f0047e.tar.gz | |
Merge "osc-lib: shell"
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/clientmanager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/clientmanager.py b/openstackclient/common/clientmanager.py index 2105a497..ccfde2d0 100644 --- a/openstackclient/common/clientmanager.py +++ b/openstackclient/common/clientmanager.py @@ -86,7 +86,7 @@ def get_plugin_modules(group): # Add the plugin to the ClientManager setattr( - ClientManager, + clientmanager.ClientManager, module.API_NAME, clientmanager.ClientCache( getattr(sys.modules[ep.module_name], 'make_client', None) |
