a7df08deb9
This is the openstack governance goal that the config files should be merged into one folder to make the code to be better understood and managed. Change-Id: I33dd85145d9f5b0384323ffa51b4d68de0aeb5b7
8 lines
321 B
Plaintext
8 lines
321 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/zaqar-policy-generator.conf
|
|
The output file will be in etc folder, named "zaqar.policy.yaml.sample" by
|
|
default. |