summaryrefslogtreecommitdiff
path: root/openstackclient/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-26 22:53:37 +0000
committerGerrit Code Review <review@openstack.org>2015-02-26 22:53:37 +0000
commitd30f782fbe6324b3a7ef34e274fd4db5d6c0e78a (patch)
treef284f869bdafc83cfcbb2d644484e92c506e6ac0 /openstackclient/api
parenta00cc815b70b17df561a7610ac1408f417ba3f8f (diff)
parent1186cb4c9f1a35a9f82e3e68612b31759a47a152 (diff)
downloadpython-openstackclient-d30f782fbe6324b3a7ef34e274fd4db5d6c0e78a.tar.gz
Merge "change oslo namespace to avoid warning"
Diffstat (limited to 'openstackclient/api')
-rw-r--r--openstackclient/api/auth.py2
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