diff options
Diffstat (limited to 'nova/volume/encryptors/luks.py')
-rw-r--r-- | nova/volume/encryptors/luks.py | 2 |
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 |