horizon/openstack_dashboard/conf/default_policies
manchandavishal 712dbd26d1 Sync default policy rules
This patch updates default policy-in-code rules in horizon based on
nova/neutron/cinder/keystone RC deliverables. It doesn't update policy
rules for glance as I have found no changes in their policy rules.
Horizon needs to update default policy-in-code rules for all backend
services before releasing the horizon[1].

[1] https://docs.openstack.org/horizon/latest/contributor/policies/releasing.html#things-to-do-before-releasing

Change-Id: I7437b3a46377c18f026db103237b4d107dc787cb
2024-03-12 04:43:48 +00:00
..
README.txt Support policy-in-code and deprecated policy 2021-01-27 14:02:27 +00:00
cinder.yaml Sync default policy rules 2024-03-12 04:43:48 +00:00
glance.yaml Sync default policy rules 2023-09-06 20:01:59 +05:30
keystone.yaml Sync default policy rules 2024-03-12 04:43:48 +00:00
neutron.yaml Sync default policy rules 2024-03-12 04:43:48 +00:00
nova.yaml Sync default policy rules 2024-03-12 04:43:48 +00: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".