Merge "Added encryption support for volumes"

This commit is contained in:
Jenkins 2013-02-18 20:47:12 +00:00 committed by Gerrit Code Review
commit 793ce11a30
1 changed files with 5 additions and 1 deletions

View File

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