diff --git a/openstack_dashboard/test/settings.py b/openstack_dashboard/test/settings.py index cda2ea8d..efef3866 100644 --- a/openstack_dashboard/test/settings.py +++ b/openstack_dashboard/test/settings.py @@ -89,10 +89,6 @@ OPENSTACK_NEUTRON_NETWORK = { OPENSTACK_HYPERVISOR_FEATURES = { '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'] = {