summaryrefslogtreecommitdiff
path: root/nova/crypto.py
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/crypto.py
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/crypto.py')
-rw-r--r--nova/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/crypto.py b/nova/crypto.py
index b96d11b4ba..ad806fd2d3 100644
--- a/nova/crypto.py
+++ b/nova/crypto.py
@@ -28,10 +28,10 @@ import re
import string
import struct
-from oslo.concurrency import processutils
from oslo.config import cfg
from oslo.utils import excutils
from oslo.utils import timeutils
+from oslo_concurrency import processutils
from pyasn1.codec.der import encoder as der_encoder
from pyasn1.type import univ