parametrized heat clients_keystone paramater

Change-Id: Idb4a8a2fa9cff88f5605870ff799b5d4f4af7719
diff --git a/README.rst b/README.rst
index 7f7668b..8c882e6 100644
--- a/README.rst
+++ b/README.rst
@@ -67,6 +67,19 @@
           virtual_host: '/openstack'
           ha_queues: True
 
+Define server clients keystone parameter
+
+.. code-block:: yaml
+
+    heat:
+      server:
+        clients:
+          keystone:
+            protocol: https
+            host: 10.0.106.10
+            port: 5000
+            insecure: false
+
 Enable CORS parameters
 
 .. code-block:: yaml