diff options
author | Steve Baker <sbaker@redhat.com> | 2021-02-11 11:52:51 +1300 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2021-02-11 11:52:51 +1300 |
commit | 235115099a906ee0cb0b333dd18854ae0dcd7ecb (patch) | |
tree | 591ce2ad207bcfd7b750a2b80c051c542105e3c6 /tools | |
parent | af29f398cc4517ec7466d295a10b84de31bc3843 (diff) | |
download | ironic-235115099a906ee0cb0b333dd18854ae0dcd7ecb.tar.gz |
Generate policy.yaml.sample
Generating a yaml file called policy.json.sample is a bit misleading
because the file is not valid json, this change fixes that, with the
intention that the user can copy policy.yaml.sample to
/etc/ironic/policy.yaml and make customizations.
Change-Id: Ie6d5c8c38d785005d2bf2dc8f9f7ac42c2e8f7fb
Diffstat (limited to 'tools')
-rw-r--r-- | tools/policy/ironic-policy-generator.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/policy/ironic-policy-generator.conf b/tools/policy/ironic-policy-generator.conf index fda8ed608..443731df3 100644 --- a/tools/policy/ironic-policy-generator.conf +++ b/tools/policy/ironic-policy-generator.conf @@ -1,3 +1,3 @@ [DEFAULT] -output_file = etc/ironic/policy.json.sample +output_file = etc/ironic/policy.yaml.sample namespace = ironic.api |