enable support for cors params
Change-Id: I63f0ac089c6e1698356ad3f2dea302dd37bf54cc
diff --git a/README.rst b/README.rst
index 4f0cbbd..23072ae 100644
--- a/README.rst
+++ b/README.rst
@@ -89,6 +89,21 @@
lbaas:
enabled: disabled
+Enable CORS parameters
+
+.. code-block:: yaml
+
+ neutron:
+ server:
+ cors:
+ allowed_origin: https:localhost.local,http:localhost.local
+ expose_headers: X-Auth-Token,X-Openstack-Request-Id,X-Subject-Token
+ allow_methods: GET,PUT,POST,DELETE,PATCH
+ allow_headers: X-Auth-Token,X-Openstack-Request-Id,X-Subject-Token
+ allow_credentials: True
+ max_age: 86400
+
+
Neutron VXLAN tenant networks with Network nodes
------------------------------------------------