Remove encryption option for volumes

Change Idb6a923f (https://review.openstack.org/#/c/21264/) added an
encryption choice field for volumes.  However, this choice field uses
volume metadata rather than volume type to denote an encrypted volume.
This option is removed in this patch, since the existing volume type
field should be used instead.

Change-Id: I730b4ffc26f391065943cb0d135ceac113cb6754
Implements: blueprint volume-encryption-field
This commit is contained in:
Brianna Poulos 2013-08-30 09:59:42 -04:00
parent 8307606093
commit f0f4649809
1 changed files with 0 additions and 4 deletions

View File

@ -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'] = {