trove/releasenotes/notes/victoria-check-subnet-router-association.yaml
Lingxian Kong 8daade000c Support to check if subnet is associated with router
Change-Id: I8041fbfdb01a7a1efa721c623ab3f43efd2cc0f0
2020-08-24 13:17:49 +12:00

8 lines
348 B
YAML

---
features:
- Added a config option ``enable_access_check`` (default True) to decide if
Trove should check the subnet of the user port is associated with a Neutron
router. This check is needed for creating public-facing instances and the
instance initialization. This check could be skipped When using Neutron
provider network.