summaryrefslogtreecommitdiff
path: root/nova/tests/fixtures/libvirt_imagebackend.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/fixtures/libvirt_imagebackend.py')
-rw-r--r--nova/tests/fixtures/libvirt_imagebackend.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/tests/fixtures/libvirt_imagebackend.py b/nova/tests/fixtures/libvirt_imagebackend.py
index ea32b6b34a..4ce3f03710 100644
--- a/nova/tests/fixtures/libvirt_imagebackend.py
+++ b/nova/tests/fixtures/libvirt_imagebackend.py
@@ -190,6 +190,9 @@ class LibvirtImageBackendFixture(fixtures.Fixture):
# Set the SUPPORTS_CLONE member variable to mimic the Image base
# class.
image_init.SUPPORTS_CLONE = False
+ # Set the SUPPORTS_LUKS member variable to mimic the Image base
+ # class.
+ image_init.SUPPORTS_LUKS = False
# Ditto for the 'is_shared_block_storage' and
# 'is_file_in_instance_path' functions