74245e13ec
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
8 lines
343 B
Plaintext
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. |