Support Tacker client in master branch

Change oslo.xyz references to oslo_xyz

Depends-On: I281ada8dd859a221994ba99c3bbd1bfe3d186451
Change-Id: I15506b6d0f872e04b765ea55398b8f35b750a061
Closes-Bug: 1480570
This commit is contained in:
Sridhar Ramaswamy 2015-08-10 18:09:09 -07:00
parent 2fd66f81f5
commit 3c77bac0a2
5 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ import logging
from xml.etree import ElementTree as etree
from xml.parsers import expat
from oslo.serialization import jsonutils
from oslo_serialization import jsonutils
import six
from tackerclient.common import constants

View File

@ -21,8 +21,8 @@ import argparse
import logging
import os
from oslo.utils import encodeutils
from oslo.utils import importutils
from oslo_utils import encodeutils
from oslo_utils import importutils
import six
from tackerclient.common import exceptions

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo import i18n
import oslo_i18n as i18n
_translators = i18n.TranslatorFactory(domain='tackerclient')

View File

@ -33,7 +33,7 @@ from keystoneclient.auth.identity import v3 as v3_auth
from keystoneclient import discover
from keystoneclient.openstack.common.apiclient import exceptions as ks_exc
from keystoneclient import session
from oslo.utils import encodeutils
from oslo_utils import encodeutils
import six.moves.urllib.parse as urlparse
from cliff import app

View File

@ -24,7 +24,7 @@ import re
from cliff.formatters import table
from cliff import lister
from cliff import show
from oslo.serialization import jsonutils
from oslo_serialization import jsonutils
import six
from tackerclient.common import command