Policy.json should be defined by user
User can override and add values to policy.json by creating flat
key-value structure under glance:server:policy.
Change-Id: I4db6b17ab1ff925aa20cd3565417a4b35ed4561e
diff --git a/README.rst b/README.rst
index dac4563..c791b9a 100644
--- a/README.rst
+++ b/README.rst
@@ -64,6 +64,17 @@
* *limit_param_default* is the default *limit* parameter that
applies if the request didn't defined it explicitly.
+Configuration of policy.json file
+
+.. code-block:: yaml
+
+ glance:
+ server:
+ ....
+ policy:
+ publicize_image: "role:admin"
+ # Add key without value to remove line from policy.json
+ add_member:
Keystone and cinder region
.. code-block:: yaml