Enable cinder backup panels in horizon

Change-Id: I077d209abb95c569c37a7138ea5895b2b16173c2
This commit is contained in:
Sergey Reshetnyak 2016-11-30 21:13:01 +03:00
parent 265966f206
commit 975589f84f
1 changed files with 1 additions and 1 deletions

View File

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