We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f1cc3 commit fe7f0a5Copy full SHA for fe7f0a5
templates/env.rc
@@ -78,6 +78,8 @@ if [[ "$CAPO_DOMAIN_ID" = "null" ]]; then
78
fi
79
CAPO_CACERT_ORIGINAL=$(echo "$CAPO_OPENSTACK_CLOUD_YAML_CONTENT" | yq r - clouds.${CAPO_CLOUD}.cacert)
80
81
+export OPENSTACK_CLOUD="${CAPO_CLOUD}"
82
+
83
# Build OPENSTACK_CLOUD_YAML_B64
84
CAPO_OPENSTACK_CLOUD_YAML_SELECTED_CLOUD_B64=$(echo "${CAPO_OPENSTACK_CLOUD_YAML_CONTENT}" | yq r - clouds.${CAPO_CLOUD} | yq p - clouds.${CAPO_CLOUD} | base64 --wrap=0)
85
export OPENSTACK_CLOUD_YAML_B64="${CAPO_OPENSTACK_CLOUD_YAML_SELECTED_CLOUD_B64}"
0 commit comments