Replaced policy.json with policy.yaml

The config files included from openstack manuals refer
to policy.json sample configuration file. Currently policy.yaml
is being used as the sample file in keystone.
To avoid any confusion, this commit replaces instances of
policy.json with policy.yaml.

Change-Id: Ib2d4496fa90639b2ed9b72d1f03354a0c0beffd2
This commit is contained in:
Samriddhi Jain 2017-07-10 18:45:25 +05:30
parent 718a046447
commit e4c629ad0d
2 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ You can find the files described in this section in the
keystone-conf.rst
keystone-paste-ini.rst
logging-conf.rst
policy-json.rst
policy-yaml.rst

View File

@ -1,8 +1,8 @@
===========
policy.json
policy.yaml
===========
Use the ``policy.json`` file to define additional access controls that apply to
Use the ``policy.yaml`` file to define additional access controls that apply to
the Identity service:
.. literalinclude:: ../../_static/keystone.policy.yaml.sample