Skip to content

Commit

Permalink
Fix CLUSTER_NAME propagation for create_appcred.sh (#689)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight authored Feb 6, 2024
1 parent c4f85ed commit 68fcd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/files/bin/create_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ configure_proxy.sh $CLUSTERAPI_TEMPLATE || exit 1
# Handle wanted OVN loadbalancer
handle_ovn_lb.sh "$CLUSTER_NAME" || exit 1
# Determine whether we need a new application credential
create_appcred.sh || exit 1
create_appcred.sh "$CLUSTER_NAME" || exit 1
# Update OS_CLOUD
#export OS_CLOUD=$PREFIX-$CLUSTER_NAME
export OS_CLOUD=$(yq eval '.OPENSTACK_CLOUD' $CCCFG)
Expand Down

0 comments on commit 68fcd70

Please sign in to comment.