horizon/openstack_dashboard/conf/default_policies
yatinkarel e3bf69f015 Move deprecated since/reason to deprecated_rule object
[1] moved these attributes to deprecated_rule in wallaby
release. Updated the tool and pulled default conf of services.

[1] https://review.opendev.org/c/openstack/oslo.policy/+/766628

Related-Bug: #2092657
Change-Id: Ib0f4ede94f51e0d6ba48c2a77c0303e702f2ca2f
2025-01-09 13:32:58 +05:30
..
cinder.yaml Move deprecated since/reason to deprecated_rule object 2025-01-09 13:32:58 +05:30
glance.yaml Move deprecated since/reason to deprecated_rule object 2025-01-09 13:32:58 +05:30
keystone.yaml Move deprecated since/reason to deprecated_rule object 2025-01-09 13:32:58 +05:30
neutron.yaml Move deprecated since/reason to deprecated_rule object 2025-01-09 13:32:58 +05:30
nova.yaml Move deprecated since/reason to deprecated_rule object 2025-01-09 13:32:58 +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".