commit | bca0448438a3328bd797c16c427f1d80d5bd52aa | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue Nov 02 17:54:37 2021 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Nov 02 17:54:37 2021 +0000 |
tree | ae8b7acaa79e7da36391a8c986c693625c2693d4 | |
parent | c8134987c97e7d74af3692dee83b1e7055830ef6 [diff] | |
parent | 84901f563ef6b5d93a00a89f9cdb41a0380d493e [diff] |
Merge "Create clouds.yaml early enough"
diff --git a/stack.sh b/stack.sh index 8a8e3ea..bcd9db1 100755 --- a/stack.sh +++ b/stack.sh
@@ -1090,6 +1090,9 @@ 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 @@ fi -# Write a clouds.yaml file -write_clouds_yaml - # Horizon # -------