4e195570e5
Update default policy-in-code rules in horizon based on nova/neutron/cinder/glance RC deliverables. More precisely, they are based on the top of stable/wallaby branch of these projects as of Apr 7 14UTC. Change-Id: I2040201b533f1d16f1f629e31be8d7b9130b2e52 |
||
---|---|---|
.. | ||
cinder.yaml | ||
glance.yaml | ||
keystone.yaml | ||
neutron.yaml | ||
nova.yaml | ||
README.txt |
This folder contains default policies of back-end services. They are generated based on policy-in-code in back-end services. Operators are not expected to edit them. To update these files, run the following command: python manage.py dump_default_policies \ --namespace <service> \ --output-file openstack_dashboard/conf/default_policies/<service>.yaml <service> must be a namespace under oslo.policy.policies to query and we use "keystone", "nova", "cinder", "neutron" and "glance".