From 8daade000cc242507429a762b0df1e167801144b Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sun, 23 Aug 2020 08:32:59 +1200 Subject: Support to check if subnet is associated with router Change-Id: I8041fbfdb01a7a1efa721c623ab3f43efd2cc0f0 --- releasenotes/notes/victoria-check-subnet-router-association.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/victoria-check-subnet-router-association.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/victoria-check-subnet-router-association.yaml b/releasenotes/notes/victoria-check-subnet-router-association.yaml new file mode 100644 index 00000000..a41bc885 --- /dev/null +++ b/releasenotes/notes/victoria-check-subnet-router-association.yaml @@ -0,0 +1,7 @@ +--- +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. -- cgit v1.2.1