summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-08-23 08:32:59 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-08-24 13:17:49 +1200
commit8daade000cc242507429a762b0df1e167801144b (patch)
tree9671f421db7984ec3bd0bd8509a4822c5c50b6f3 /releasenotes
parent111398061353c7024dc4e1c48067f3af71c5c533 (diff)
downloadtrove-8daade000cc242507429a762b0df1e167801144b.tar.gz
Support to check if subnet is associated with router
Change-Id: I8041fbfdb01a7a1efa721c623ab3f43efd2cc0f0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/victoria-check-subnet-router-association.yaml7
1 files changed, 7 insertions, 0 deletions
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.