change oslo namespace to avoid warning
Change-Id: Ieff86f841623e1ce34b79c66bc5e8b1b239fa3e9
This commit is contained in:
parent
9400effd4b
commit
1186cb4c9f
openstackclient
@ -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
|
||||
|
@ -21,7 +21,7 @@ import os
|
||||
import six
|
||||
import time
|
||||
|
||||
from oslo.utils import importutils
|
||||
from oslo_utils import importutils
|
||||
|
||||
from openstackclient.common import exceptions
|
||||
|
||||
|
@ -17,7 +17,7 @@ from requests_mock.contrib import fixture
|
||||
|
||||
from keystoneclient.auth.identity import v2 as auth_v2
|
||||
from keystoneclient import service_catalog
|
||||
from oslo.serialization import jsonutils
|
||||
from oslo_serialization import jsonutils
|
||||
|
||||
from openstackclient.api import auth
|
||||
from openstackclient.common import clientmanager
|
||||
|
Loading…
x
Reference in New Issue
Block a user