Merge "change oslo namespace to avoid warning"

This commit is contained in:
Jenkins 2015-02-26 22:53:37 +00:00 committed by Gerrit Code Review
commit d30f782fbe
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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