summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJakub Libosvar <libosvar@redhat.com>2022-03-23 13:34:14 -0400
committerJakub Libosvar <libosvar@redhat.com>2022-03-23 13:35:21 -0400
commit0baf8841eea402b7b8505ee685b1ac1a3f346df5 (patch)
tree176a415d332e966966dea955a44c75d7feef8e43 /tools
parent1b68aebaba05b5db23e9e81a9a03cdf43f3eb06c (diff)
downloadneutron-0baf8841eea402b7b8505ee685b1ac1a3f346df5.tar.gz
ovn migration: Turn validations off by default
The validation is intended mostly for tests and don't make much sense when running the migration in production because likely there are already running workloads. This patch changes the default to False so migration validation must be explicitly asked for. Change-Id: I5470f61a5e0b55bf682526208c3f57dc0ca6ffd5 Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/ovn_migration/tripleo_environment/ovn_migration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ovn_migration/tripleo_environment/ovn_migration.sh b/tools/ovn_migration/tripleo_environment/ovn_migration.sh
index 9aeda70ef9..702ece77b0 100644
--- a/tools/ovn_migration/tripleo_environment/ovn_migration.sh
+++ b/tools/ovn_migration/tripleo_environment/ovn_migration.sh
@@ -38,7 +38,7 @@ LANG=C
: ${IMAGE_NAME:=cirros}
: ${FLAVOR_NAME:=ovn-migration}
: ${SERVER_USER_NAME:=cirros}
-: ${VALIDATE_MIGRATION:=True}
+: ${VALIDATE_MIGRATION:=False}
: ${DHCP_RENEWAL_TIME:=30}