Merge "Fix neutron-ovn-metadata-agent with policy.yaml"

This commit is contained in:
Zuul 2021-06-20 11:00:42 +00:00 committed by Gerrit Code Review
commit 6f7254d462

View File

@ -12,14 +12,13 @@
"dest": "/etc/neutron/neutron_ovn_metadata_agent.ini",
"owner": "neutron",
"perm": "0600"
},
{
"source": "{{ container_config_directory }}/policy.json",
"dest": "/etc/neutron/policy.json",
"owner": "neutron",
"perm": "0600",
"optional": true
}
{% if neutron_policy_file is defined %},{
"source": "{{ container_config_directory }}/{{ neutron_policy_file }}",
"dest": "/etc/neutron/{{ neutron_policy_file }}",
"owner": "neutron",
"perm": "0600"
}{% endif %}
],
"permissions": [
{