Remove docs for removed can_encrypt_volumes setting

Change I730b4ffc26f391065943cb0d135ceac113cb6754 removed
support for encrypted volumes, but didn't remove the docs.

Change-Id: I29854e9d0abcccbfe3949797908016780b47ff6c
Closes-bug: #1250711
This commit is contained in:
Kieran Spear 2013-11-13 14:43:44 +11:00
parent 7a51bc7ddd
commit 81f7c7077c
1 changed files with 1 additions and 5 deletions

View File

@ -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``
-----------------------------