enable support for cors params

Change-Id: I7b12da5cc0023f0977561fcd49e157c0abf0d95b
diff --git a/README.rst b/README.rst
index 7e02a05..3296d86 100644
--- a/README.rst
+++ b/README.rst
@@ -96,7 +96,21 @@
             pool: SAS7K2
         audit:
           enabled: false
-    
+
+
+Enable CORS parameters
+
+.. code-block:: yaml
+
+    cinder:
+      controller:
+        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
 
 Client-side RabbitMQ HA setup for controller