diff --git a/openstack_dashboard/test/settings.py b/openstack_dashboard/test/settings.py index aead326..cdbd493 100644 --- a/openstack_dashboard/test/settings.py +++ b/openstack_dashboard/test/settings.py @@ -75,7 +75,11 @@ OPENSTACK_KEYSTONE_BACKEND = { } OPENSTACK_HYPERVISOR_FEATURES = { - 'can_set_mount_point': True + 'can_set_mount_point': True, + + # NOTE: as of Grizzly this is not yet supported in Nova so enabling this + # setting will not do anything useful + 'can_encrypt_volumes': False } LOGGING['loggers']['openstack_dashboard'] = {