We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b427408 + f854b7d commit 8fce974Copy full SHA for 8fce974
1 file changed
openstackclient/common/client_config.py
@@ -15,15 +15,15 @@
15
16
import logging
17
18
-from os_client_config.config import OpenStackConfig
+from os_client_config import config
19
20
21
LOG = logging.getLogger(__name__)
22
23
24
# Sublcass OpenStackConfig in order to munge config values
25
# before auth plugins are loaded
26
-class OSC_Config(OpenStackConfig):
+class OSC_Config(config.OpenStackConfig):
27
28
def _auth_select_default_plugin(self, config):
29
"""Select a default plugin based on supplied arguments
0 commit comments