Switch to oslo.service
oslo.service has graduated, so cinder should consume it. Change-Id: I80487f559302b0e88953835ffb4a3bfe2a347501 Closes-Bug: #1466851 Depends-On: I305cf53bad6213c151395e93d656b53a8a28e1db
This commit is contained in:
@@ -19,12 +19,12 @@ import re
|
||||
from xml.dom import minidom
|
||||
|
||||
from oslo_log import log as logging
|
||||
from oslo_service import loopingcall
|
||||
import six
|
||||
|
||||
from cinder import context
|
||||
from cinder import exception
|
||||
from cinder.i18n import _, _LE, _LI, _LW
|
||||
from cinder.openstack.common import loopingcall
|
||||
from cinder.volume import volume_types
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user