Use oslo.utils
oslo.utils library now provides the functionality previously in oslo-incubator's excutils, importutils, network_utils, strutils timeutils, units etc. Some of these outdated modules will still be around for a while until all other oslo modules that use them have been updated in future commits. Change-Id: Idee8600dfe42e5977b8fb824e91afff7e9119981
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
"""The QoS specs extension"""
|
||||
|
||||
from oslo.utils import strutils
|
||||
import six
|
||||
import webob
|
||||
|
||||
@@ -25,7 +26,6 @@ from cinder.api import xmlutil
|
||||
from cinder import exception
|
||||
from cinder.i18n import _, _LI
|
||||
from cinder.openstack.common import log as logging
|
||||
from cinder.openstack.common import strutils
|
||||
from cinder import rpc
|
||||
from cinder import utils
|
||||
from cinder.volume import qos_specs
|
||||
|
||||
Reference in New Issue
Block a user