summaryrefslogtreecommitdiff
path: root/nova/volume
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2014-12-06 11:59:30 +0800
committerZhiQiang Fan <aji.zqfan@gmail.com>2014-12-06 23:30:05 +0800
commitb0b272626d68840308168156a396863ab43d9db0 (patch)
tree3416e917c793872f8e519a16af49d4a536232d38 /nova/volume
parent5ef07cc04dbf0216452ae358e57d9ddac51f1803 (diff)
downloadnova-b0b272626d68840308168156a396863ab43d9db0.tar.gz
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. Change-Id: I1538dad5cbacf1e6041c571d5bc55994689c08b0 Closes-Bug: #1398656
Diffstat (limited to 'nova/volume')
-rw-r--r--nova/volume/encryptors/luks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/encryptors/luks.py b/nova/volume/encryptors/luks.py
index 5fe0f74b26..b7942c69ab 100644
--- a/nova/volume/encryptors/luks.py
+++ b/nova/volume/encryptors/luks.py
@@ -16,7 +16,7 @@
import re
-from oslo.concurrency import processutils
+from oslo_concurrency import processutils
from nova.openstack.common import log as logging
from nova import utils