diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst index 3341f3908b..45e2659fe3 100644 --- a/doc/source/topics/settings.rst +++ b/doc/source/topics/settings.rst @@ -204,7 +204,7 @@ If Keystone has been configured to use LDAP as the auth backend then set ``OPENSTACK_HYPERVISOR_FEATURES`` --------------------------------- -Default: ``{'can_set_mount_point': True, 'can_encrypt_volumes': False}`` +Default: ``{'can_set_mount_point': True}`` A dictionary containing settings which can be used to identify the capabilities of the hypervisor for Nova. @@ -213,10 +213,6 @@ Some hypervisors have the ability to set the mount point for volumes attached to instances (KVM does not). Setting ``can_set_mount_point`` to ``False`` will remove the option to set the mount point from the UI. -In the Havana release, there will be a feature for encrypted volumes -which will be controlled by the ``can_encrypt_volumes``. Setting it to ``True`` -in the Grizzly release will have no effect. - ``OPENSTACK_NEUTRON_NETWORK`` -----------------------------