From f22d23aa6b11a1110921b1271ad31648028ad9b4 Mon Sep 17 00:00:00 2001 From: asarfaty Date: Thu, 15 Oct 2020 12:58:58 +0200 Subject: [PATCH] V2T migration: Add TODO in pre flight checks Change-Id: Ic1bc1bcdc794ec5fbb5930ea5033f6668c0500e1 --- vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py b/vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py index d99b6f072f..a4269d39ae 100644 --- a/vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py +++ b/vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py @@ -186,6 +186,10 @@ def validate_config_for_migration(resource, event, trigger, **kwargs): # but currently the admin utility has no access to this information # from octavia + # TODO(asarfaty): Load Balancer with members from various subnets + # not uplinked to the same edge router) - the api_replay will work + # but the member will not have connectivity + if n_errors > 0: plural = n_errors > 1 LOG.error("The NSX-V plugin configuration is not ready to be "