horizon/openstack_dashboard/conf/default_policies
Akihiro Motoki 4e195570e5 Sync default policy rules
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
2021-04-07 22:58:12 +09:00
..
README.txt Support policy-in-code and deprecated policy 2021-01-27 14:02:27 +00:00
cinder.yaml Sync default policy rules 2021-04-07 22:58:12 +09:00
glance.yaml Sync default policy rules 2021-04-07 22:58:12 +09:00
keystone.yaml Support policy-in-code and deprecated policy 2021-01-27 14:02:27 +00:00
neutron.yaml Sync default policy rules 2021-04-07 22:58:12 +09:00
nova.yaml Sync default policy rules 2021-04-07 22:58:12 +09:00

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".