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:
parent
d8b29e41fa
commit
94554c606f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user