fix import oslo.concurrency issue
Details can be checked in bug description Change-Id: I01781266740b6041b72d17eb226c60b0cdde732c Closes-Bug: #1398656
This commit is contained in:
parent
4ec5d4dd9d
commit
542ac4cee3
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
"""Utils to run ipmitool for data collection"""
|
||||
from oslo.concurrency import processutils
|
||||
from oslo_concurrency import processutils
|
||||
|
||||
from ceilometer.ipmi.platform import exception as ipmiexcept
|
||||
from ceilometer.openstack.common.gettextutils import _
|
||||
|
@ -27,10 +27,10 @@ import hashlib
|
||||
import multiprocessing
|
||||
import struct
|
||||
|
||||
from oslo.concurrency import processutils
|
||||
from oslo.config import cfg
|
||||
from oslo.utils import timeutils
|
||||
from oslo.utils import units
|
||||
from oslo_concurrency import processutils
|
||||
import six
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user