summaryrefslogtreecommitdiff
path: root/tempest/test_discover
diff options
context:
space:
mode:
authorAndrea Frittoli <andrea.frittoli@gmail.com>2017-03-09 13:17:01 +0000
committerAndrea Frittoli <andrea.frittoli@gmail.com>2017-03-09 13:27:18 +0000
commit8b23c79325ed68c6741683690c69ba3f64acfc2e (patch)
treea34f63998cc47b469967a13a9f076fa341db4ad2 /tempest/test_discover
parente5f368c3f8247126d38278b4abdcba0eebcc1d79 (diff)
downloadtempest-8b23c79325ed68c6741683690c69ba3f64acfc2e.tar.gz
Move plugin client registration to proxy
The plugin client registration is triggered to early, which leads to the CONF object being initialised twice. Moving the plugin client registration to live together with the tempest own client registration. Change-Id: I7c15e8c5ee9c7421ac410cfaa84b3ce21380f5e7
Diffstat (limited to 'tempest/test_discover')
-rw-r--r--tempest/test_discover/plugins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tempest/test_discover/plugins.py b/tempest/test_discover/plugins.py
index abe2b73d5..9ddcd9bb5 100644
--- a/tempest/test_discover/plugins.py
+++ b/tempest/test_discover/plugins.py
@@ -124,7 +124,6 @@ class TempestTestPluginManager(object):
'tempest.test_plugins', invoke_on_load=True,
propagate_map_exceptions=True,
on_load_failure_callback=self.failure_hook)
- self._register_service_clients()
@staticmethod
def failure_hook(_, ep, err):