From f18c99c9783efb22c25c1287beac98410aa6ea02 Mon Sep 17 00:00:00 2001 From: Eliezer Croitoru Date: Wed, 25 Feb 2026 02:29:24 +0200 Subject: [PATCH] 3 --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 213bda7..9b1f620 100755 --- a/install.sh +++ b/install.sh @@ -78,6 +78,10 @@ sed -i "s@^#kolla_internal_vip_address:.*@kolla_internal_vip_address: \"${INTERN # Enable Keystone/Horizon by default (often needed for a working UI) sed -i "s@^#enable_horizon:.*@enable_horizon: \"yes\"@g" "${GLOBALS_FILENAME}" +sed -i "s@^#enable_cinder:.*@enable_cinder: yes@g" "${GLOBALS_FILENAME}" + +# to allow load balancer +sed -i "s@^#enable_octavia:.*@enable_octavia: true@g" "${GLOBALS_FILENAME}" # 5. Deployment kolla-ansible bootstrap-servers -i ./all-in-one