summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-06 08:01:52 +0000
committerGerrit Code Review <review@openstack.org>2016-08-06 08:01:52 +0000
commit3692a2a91afe4a8b6ba1c084c3ec865f92f0047e (patch)
treeb9e4be25dbf30a336c1e28d9546d7884be6cdb06 /openstackclient/common
parent63f8018fe370f8908cd4d3da3d76ca0a4693a88d (diff)
parent6a15f90daed6514e30b4af0ebb52c7864acaafcc (diff)
downloadpython-openstackclient-3692a2a91afe4a8b6ba1c084c3ec865f92f0047e.tar.gz
Merge "osc-lib: shell"
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/clientmanager.py2
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)