summaryrefslogtreecommitdiff
path: root/nova/volume/encryptors/luks.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/volume/encryptors/luks.py')
-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