Merge "Move [oslo_policy] back inside Jinja if block"

This commit is contained in:
Zuul 2023-11-23 13:15:33 +00:00 committed by Gerrit Code Review
commit 887b47604f

@ -148,8 +148,8 @@ ssl_ca_file = {{ om_rabbitmq_cacert }}
amqp_durable_queues = true
{% endif %}
[oslo_policy]
{% if service_name in nova_services_require_policy_json and nova_policy_file is defined %}
[oslo_policy]
policy_file = {{ nova_policy_file }}
{% endif %}