mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-11 19:57:20 +00:00
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
This commit is contained in:
parent
af29f398cc
commit
235115099a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[DEFAULT]
|
||||
output_file = etc/ironic/policy.json.sample
|
||||
output_file = etc/ironic/policy.yaml.sample
|
||||
namespace = ironic.api
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue