Enable cinder backup tab in horizon
Change-Id: I0a436f60f649dc7c16c59c61f3afa7a88ce7a50d Closes-Bug: #1643261
This commit is contained in:
parent
914edf1126
commit
7b5e23027a
@ -289,7 +289,7 @@ OPENSTACK_HYPERVISOR_FEATURES = {
|
|||||||
# The OPENSTACK_CINDER_FEATURES settings can be used to enable optional
|
# The OPENSTACK_CINDER_FEATURES settings can be used to enable optional
|
||||||
# services provided by cinder that is not exposed by its extension API.
|
# services provided by cinder that is not exposed by its extension API.
|
||||||
OPENSTACK_CINDER_FEATURES = {
|
OPENSTACK_CINDER_FEATURES = {
|
||||||
'enable_backup': False,
|
'enable_backup': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
# The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional
|
# The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional
|
||||||
|
Loading…
Reference in New Issue
Block a user