From 7b3395abf6cb3be1a2b6b5e10ff80f9502880ca6 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 10 Dec 2019 09:52:21 -0800 Subject: [PATCH] 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 --- doc/source/configuration/policy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration/policy.rst b/doc/source/configuration/policy.rst index bdbd85f60e..fc8217b1d7 100644 --- a/doc/source/configuration/policy.rst +++ b/doc/source/configuration/policy.rst @@ -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 ----------------------