Merge "Enable cinder backup tab in horizon"

This commit is contained in:
Jenkins 2016-11-30 17:34:45 +00:00 committed by Gerrit Code Review
commit f407f2735e

View File

@ -289,7 +289,7 @@ OPENSTACK_HYPERVISOR_FEATURES = {
# The OPENSTACK_CINDER_FEATURES settings can be used to enable optional
# services provided by cinder that is not exposed by its extension API.
OPENSTACK_CINDER_FEATURES = {
'enable_backup': False,
'enable_backup': True,
}
# The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional