Move from oslo.utils to oslo_utils

oslo_utils has been moved out of the oslo namespace.

bp drop-namespace-packages

Change-Id: Id4ccf076983592026d35407107e79cf1575248ce
This commit is contained in:
Louis Taylor 2015-01-09 19:20:39 +00:00
parent d8b29e41fa
commit 94554c606f
11 changed files with 15 additions and 15 deletions

View File

@ -27,8 +27,8 @@ import urlparse
from oslo.config import cfg
from oslo.serialization import jsonutils
from oslo.utils import excutils
from oslo.utils import units
from oslo_utils import excutils
from oslo_utils import units
import glance_store
from glance_store.common import utils

View File

@ -20,7 +20,7 @@ import logging
import urlparse
from oslo.config import cfg
from oslo.utils import excutils
from oslo_utils import excutils
import glance_store.driver
from glance_store import exceptions

View File

@ -26,8 +26,8 @@ import urlparse
import boto.exception
import eventlet
from oslo.config import cfg
from oslo.utils import netutils
from oslo.utils import units
from oslo_utils import netutils
from oslo_utils import units
import six
import glance_store

View File

@ -20,8 +20,8 @@ import logging
from oslo.concurrency import processutils
from oslo.config import cfg
from oslo.utils import excutils
from oslo.utils import units
from oslo_utils import excutils
from oslo_utils import units
import glance_store
import glance_store.driver

View File

@ -22,9 +22,9 @@ import os
import socket
from oslo.config import cfg
from oslo.utils import excutils
from oslo.utils import units
from oslo.vmware import api
from oslo_utils import excutils
from oslo_utils import units
import six.moves.urllib.parse as urlparse
import glance_store

View File

@ -25,7 +25,7 @@ try:
from eventlet import sleep
except ImportError:
from time import sleep
from oslo.utils import encodeutils
from oslo_utils import encodeutils
import six

View File

@ -1,7 +1,7 @@
oslo.config>=1.2.0
oslo.i18n>=0.1.0
oslo.serialization>=1.0.0 # Apache-2.0
oslo.utils>=1.0.0 # Apache-2.0
oslo.utils>=1.2.0 # Apache-2.0
oslo.concurrency>=0.1.0 # Apache-2.0
stevedore>=0.12

View File

@ -26,7 +26,7 @@ import StringIO
import uuid
import fixtures
from oslo.utils import units
from oslo_utils import units
import six
from glance_store._drivers.filesystem import ChunkedFile

View File

@ -22,7 +22,7 @@ import xml.etree.ElementTree
import boto.s3.connection
import mock
from oslo.utils import units
from oslo_utils import units
from glance_store._drivers import s3
from glance_store import exceptions

View File

@ -25,7 +25,7 @@ import uuid
import httpretty
from oslo.config import cfg
from oslo.utils import units
from oslo_utils import units
from oslotest import moxstubout
import six
import StringIO

View File

@ -19,8 +19,8 @@ import hashlib
import uuid
import mock
from oslo.utils import units
from oslo.vmware import api
from oslo_utils import units
import six
import glance_store._drivers.vmware_datastore as vm_store