Merge "Display backup dashboard on Horizon when c-bak is enabled"
This commit is contained in:
commit
92d70a8543
@ -109,6 +109,10 @@ function configure_horizon {
|
||||
_horizon_config_set $local_settings "" OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT "True"
|
||||
fi
|
||||
|
||||
if is_service_enabled c-bak; then
|
||||
_horizon_config_set $local_settings OPENSTACK_CINDER_FEATURES enable_backup "True"
|
||||
fi
|
||||
|
||||
# Create an empty directory that apache uses as docroot
|
||||
sudo mkdir -p $HORIZON_DIR/.blackhole
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user