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

This commit is contained in:
Zuul 2021-09-16 01:12:38 +00:00 committed by Gerrit Code Review
commit dc89eacc2f
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"