This patch adds a 'file_format' field to the policies definition to allow overriding the default file format which is currently json. Change-Id: Iec610053a9250cb78c2a17bfc2c197bf55d9df86 Related-Bug: #1885602
7 lines
216 B
YAML
7 lines
216 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Oslo policy is moving towards yaml as a policy file format and is
|
|
deprecating json. Policy definitons now may contain a 'file_format'
|
|
field to specify 'yaml' or 'json' as a file format.
|