V2T migration: Add TODO in pre flight checks

Change-Id: Ic1bc1bcdc794ec5fbb5930ea5033f6668c0500e1
This commit is contained in:
asarfaty 2020-10-15 12:58:58 +02:00 committed by Adit Sarfaty
parent dc7c191303
commit f22d23aa6b

View File

@ -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 "