3
This commit is contained in:
parent
fb6fe69f80
commit
f18c99c978
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user