summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/imagebackend.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/libvirt/imagebackend.py')
-rw-r--r--nova/virt/libvirt/imagebackend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/libvirt/imagebackend.py b/nova/virt/libvirt/imagebackend.py
index 534cc60759..0a64ef43dd 100644
--- a/nova/virt/libvirt/imagebackend.py
+++ b/nova/virt/libvirt/imagebackend.py
@@ -81,6 +81,7 @@ def _update_utime_ignore_eacces(path):
class Image(metaclass=abc.ABCMeta):
SUPPORTS_CLONE = False
+ SUPPORTS_LUKS = False
def __init__(
self,