Merge "Create clouds.yaml early enough"

This commit is contained in:
Zuul
2021-11-02 17:54:37 +00:00
committed by Gerrit Code Review

View File

@@ -1090,6 +1090,9 @@ fi
source $TOP_DIR/userrc_early
# Write a clouds.yaml file
write_clouds_yaml
if is_service_enabled keystone; then
echo_summary "Starting Keystone"
@@ -1118,9 +1121,6 @@ if is_service_enabled keystone; then
fi
# Write a clouds.yaml file
write_clouds_yaml
# Horizon
# -------