diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-09-16 21:54:18 +0200 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-09-16 21:58:26 +0200 |
commit | 2be0553eb0d168ea0dc57e098c8dcc86566b6622 (patch) | |
tree | acba1ec230253d44dab2162f4287ba8e84242fe9 | |
parent | 093d7b085a5743d21f74da532eb45a916830022c (diff) | |
download | os-client-config-2be0553eb0d168ea0dc57e098c8dcc86566b6622.tar.gz |
Fix typo in comment - we use ksa not ksc
Change-Id: I9f35c26fc633b07442141443574ea9b7582036be
-rw-r--r-- | os_client_config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os_client_config/config.py b/os_client_config/config.py index 5da7799..ec35548 100644 --- a/os_client_config/config.py +++ b/os_client_config/config.py @@ -390,7 +390,7 @@ class OpenStackConfig(object): return loading.get_plugin_loader(config['auth_type']) def _validate_auth(self, config, loader): - # May throw a keystoneclient.exceptions.NoMatchingPlugin + # May throw a keystoneauth1.exceptions.NoMatchingPlugin plugin_options = loader.get_options() |