horizon/openstack_dashboard/conf/default_policies
manchandavishal 3e1a93f1cf Sync default policy rules
This patch updates default policy-in-code rules in horizon based on
nova/neutron/keystone/glance RC deliverables. It doesn't update policy
rules for cinder as I have found no changes in cinder policy rules.

Change-Id: Ie249e6d066ad31c7783b936e52141b1745fd2703
2021-09-03 15:49:56 +05:30
..
cinder.yaml Sync default policy rules 2021-04-07 22:58:12 +09:00
glance.yaml Sync default policy rules 2021-09-03 15:49:56 +05:30
keystone.yaml Sync default policy rules 2021-09-03 15:49:56 +05:30
neutron.yaml Sync default policy rules 2021-09-03 15:49:56 +05:30
nova.yaml Sync default policy rules 2021-09-03 15:49:56 +05:30
README.txt Support policy-in-code and deprecated policy 2021-01-27 14:02:27 +00:00

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