Merge "Fix neutron-ovn-metadata-agent with policy.yaml"
This commit is contained in:
commit
6f7254d462
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user