mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-12 07:04:02 +00:00
Merge "clientmanager: Remove legacy cruft"
This commit is contained in:
commit
cc36d929b3
1 changed files with 0 additions and 9 deletions
|
|
@ -40,12 +40,6 @@ class ClientManager(clientmanager.ClientManager):
|
|||
in osc-lib so we need to maintain a transition period.
|
||||
"""
|
||||
|
||||
# A simple incrementing version for the plugin to know what is available
|
||||
PLUGIN_INTERFACE_VERSION = "2"
|
||||
|
||||
# Let the commands set this
|
||||
_auth_required = False
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
cli_options=None,
|
||||
|
|
@ -185,9 +179,6 @@ def get_plugin_modules(group):
|
|||
continue
|
||||
|
||||
mod_list.append(module)
|
||||
init_func = getattr(module, 'Initialize', None)
|
||||
if init_func:
|
||||
init_func('x')
|
||||
|
||||
# Add the plugin to the ClientManager
|
||||
setattr(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue