Merge "Clean imports in code"
This commit is contained in:
commit
8fce974d2d
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from os_client_config.config import OpenStackConfig
|
from os_client_config import config
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__)
|
|||||||
|
|
||||||
# Sublcass OpenStackConfig in order to munge config values
|
# Sublcass OpenStackConfig in order to munge config values
|
||||||
# before auth plugins are loaded
|
# before auth plugins are loaded
|
||||||
class OSC_Config(OpenStackConfig):
|
class OSC_Config(config.OpenStackConfig):
|
||||||
|
|
||||||
def _auth_select_default_plugin(self, config):
|
def _auth_select_default_plugin(self, config):
|
||||||
"""Select a default plugin based on supplied arguments
|
"""Select a default plugin based on supplied arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user