Merge "Revert "Disable new defaults and scope for Ironic (RBAC)""

This commit is contained in:
Zuul 2024-02-19 12:43:31 +00:00 committed by Gerrit Code Review
commit 3c77151225

@ -50,14 +50,8 @@ amqp_durable_queues = true
rabbit_quorum_queue = true
{% endif %}
[oslo_policy]
{% if openstack_release == 'master' %}
# TODO(bbezak): Remove enforce_* once secure RBAC is supported
# https://bugs.launchpad.net/kolla-ansible/+bug/2051837
enforce_scope=False
enforce_new_defaults=False
{% endif %}
{% if ironic_policy_file is defined %}
[oslo_policy]
policy_file = {{ ironic_policy_file }}
{% endif %}