Create clouds.yaml early enough

When using glance limits, the create_glance_accounts call needs access
to the devstack-system-admin cloud definition, so we need to create
the clouds.yaml file before that step.

Change-Id: Ie6d807c46b88b16b316aa166870a6a13f2bb346d
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
This commit is contained in:
Dr. Jens Harbott 2021-10-15 15:04:49 +02:00
parent 982b03c605
commit 84901f563e
No known key found for this signature in database
GPG Key ID: E7862B245C3596B1
1 changed files with 3 additions and 3 deletions

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
# -------