Skip to content

Commit cc36d92

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "clientmanager: Remove legacy cruft"
2 parents c59bf71 + 3fbe41c commit cc36d92

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

openstackclient/common/clientmanager.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ class ClientManager(clientmanager.ClientManager):
4040
in osc-lib so we need to maintain a transition period.
4141
"""
4242

43-
# A simple incrementing version for the plugin to know what is available
44-
PLUGIN_INTERFACE_VERSION = "2"
45-
46-
# Let the commands set this
47-
_auth_required = False
48-
4943
def __init__(
5044
self,
5145
cli_options=None,
@@ -185,9 +179,6 @@ def get_plugin_modules(group):
185179
continue
186180

187181
mod_list.append(module)
188-
init_func = getattr(module, 'Initialize', None)
189-
if init_func:
190-
init_func('x')
191182

192183
# Add the plugin to the ClientManager
193184
setattr(

0 commit comments

Comments
 (0)