Rename oslo.concurrency to oslo_concurrency
oslo.concurrency-0.3.0 has moved its path to oslo_concurrency, the old path oslo.concurrency can still work but is deprecated now. Closes-Bug: #1398656 Change-Id: I52211d7b7e1db3454c99d27042dae506adb2c41c
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
import math
|
||||
|
||||
from Crypto.Random import random
|
||||
from oslo.concurrency import processutils
|
||||
from oslo.config import cfg
|
||||
from oslo.utils import strutils
|
||||
from oslo.utils import timeutils
|
||||
from oslo.utils import units
|
||||
from oslo_concurrency import processutils
|
||||
|
||||
from cinder.brick.local_dev import lvm as brick_lvm
|
||||
from cinder import exception
|
||||
|
||||
Reference in New Issue
Block a user