diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2015-01-28 05:25:24 -0700 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2015-02-25 17:38:34 +0000 |
| commit | 1186cb4c9f1a35a9f82e3e68612b31759a47a152 (patch) | |
| tree | 84113152aa9bf059ad8444218ae7bedefaf42f47 /openstackclient/api | |
| parent | 9400effd4b7653045657630e0909b3dc303ec59e (diff) | |
| download | python-openstackclient-1186cb4c9f1a35a9f82e3e68612b31759a47a152.tar.gz | |
change oslo namespace to avoid warning
Change-Id: Ieff86f841623e1ce34b79c66bc5e8b1b239fa3e9
Diffstat (limited to 'openstackclient/api')
| -rw-r--r-- | openstackclient/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/api/auth.py b/openstackclient/api/auth.py index 14bb01d7..0ed34e02 100644 --- a/openstackclient/api/auth.py +++ b/openstackclient/api/auth.py @@ -19,7 +19,7 @@ import logging from six.moves.urllib import parse as urlparse import stevedore -from oslo.config import cfg +from oslo_config import cfg from keystoneclient.auth import base from keystoneclient.auth.identity.generic import password as ksc_password |
