commit f22d23aa6b11a1110921b1271ad31648028ad9b4 Author: asarfaty Date: Thu Oct 15 12:58:58 2020 +0200 V2T migration: Add TODO in pre flight checks Change-Id: Ic1bc1bcdc794ec5fbb5930ea5033f6668c0500e1 diff --git a/vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py b/vmware_nsx/shell/admin/plugins/nsxv/resources/migration.py index d99b6f0..a4269d3 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 "