From 1186cb4c9f1a35a9f82e3e68612b31759a47a152 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 28 Jan 2015 05:25:24 -0700 Subject: change oslo namespace to avoid warning Change-Id: Ieff86f841623e1ce34b79c66bc5e8b1b239fa3e9 --- openstackclient/api/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/api/auth.py') 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 -- cgit v1.2.1