Update policy docs to reflect json format

The oslo policy tools are using json format as the default now.
Update our docs to reflect that.

Change-Id: If04a0cf87b00b617db900885019b0ff9fdd7521f
This commit is contained in:
Michael Johnson 2019-12-10 09:52:21 -08:00
parent a07de8efb7
commit 7b3395abf6

View File

@ -43,12 +43,12 @@ requirement. Please see the README.rst in that directory for more information.
Sample File Generation
----------------------
To generate a sample policy.yaml file from the Octavia defaults, run the
To generate a sample policy.json file from the Octavia defaults, run the
oslo policy generation script::
oslopolicy-sample-generator
--config-file etc/policy/octavia-policy-generator.conf
--output-file policy.yaml.sample
--output-file policy.json.sample
Merged File Generation
----------------------