Merge "Enable cinder backup panels in horizon"

This commit is contained in:
Jenkins 2016-12-19 14:18:06 +00:00 committed by Gerrit Code Review
commit 48984d613a
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,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