Policy.json should be defined by user
User can override and add values to policy.json by creating flat
key-value structure under ceilometer:server:policy.
Change-Id: Ifeb2dbf54b0e32eb10a58f853a05fabf930a55a4
diff --git a/README.rst b/README.rst
index 86c8b78..cd83a5e 100644
--- a/README.rst
+++ b/README.rst
@@ -43,6 +43,18 @@
password: pwd
virtual_host: '/openstack'
+Configuration of policy.json file
+
+.. code-block:: yaml
+
+ ceilometer:
+ server:
+ ....
+ policy:
+ segregation: 'rule:context_is_admin'
+ # Add key without value to remove line from policy.json
+ 'telemetry:get_resource':
+
Databases configuration
MongoDB example: