We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85b8d2c + 6971ccc commit 92d70a8Copy full SHA for 92d70a8
lib/horizon
@@ -109,6 +109,10 @@ function configure_horizon {
109
_horizon_config_set $local_settings "" OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT "True"
110
fi
111
112
+ if is_service_enabled c-bak; then
113
+ _horizon_config_set $local_settings OPENSTACK_CINDER_FEATURES enable_backup "True"
114
+ fi
115
+
116
# Create an empty directory that apache uses as docroot
117
sudo mkdir -p $HORIZON_DIR/.blackhole
118
0 commit comments