Merge "Skip FIP check if VALIDATE_MIGRATION is not True" into stable/victoria

This commit is contained in:
Zuul 2021-09-15 14:59:22 +00:00 committed by Gerrit Code Review
commit cd4e30e093
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ function check_stack {
oc_check_public_network() {
[ "$VALIDATE_MIGRATION" != "True" ] && return 0
source $OVERCLOUDRC_FILE
openstack network show $PUBLIC_NETWORK_NAME 1>/dev/null || {
echo "ERROR: PUBLIC_NETWORK_NAME=${PUBLIC_NETWORK_NAME} can't be accessed by the"