zaqar/etc/README-policy.json.sample
wangxiyuan 74245e13ec Policy in code: Update the related doc
This patch update the policy file generator guide.
And remove the realted action in devstack as well.

Change-Id: I7bd6aabe1d05245a1203380863c0444f6ea021f6
bp: policy-and-docs-in-code
2017-11-16 09:30:55 +00:00

8 lines
343 B
Plaintext

To generate the sample policy.yaml file, run the following command from the top
level of the zaqar directory:
tox -egenpolicy
Or run the command directly:
oslopolicy-sample-generator --config-file etc/oslo-config-generator/zaqar-policy-generator.conf
The output file will be in etc folder, named "zaqar.policy.yaml.sample" by
default.