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:
Sergey Vilgelm
2015-06-24 21:55:32 +02:00
parent 843c5efe8e
commit f7d2112c00
40 changed files with 57 additions and 1350 deletions

View File

@@ -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