Merge "V2T migration: Add TODO in pre flight checks"

This commit is contained in:
Zuul 2020-10-15 14:34:10 +00:00 committed by Gerrit Code Review
commit b079e17c3a
1 changed files with 4 additions and 0 deletions

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 "