This commit will prepare for implementing policies in code [1]. Like oslo.config, with oslo.policy, we can define all of default rules in code base and only change some rules via policy file. Another thing that we should use yaml format instead of json format. [1] https://governance.openstack.org/tc/goals/queens/policy-in-code.html Change-Id: I8cd6e148d9b6bb1dc61e2cb1728acafc325bca65 Co-authored-By: Hieu LE <hieulq@vn.fujitsu.com>
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
oslopolicy-sample-generator --config-file tools/policy-generator.conf
|