summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
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.