Merge "Makes ml2_conf.ini configuration consistent"

This commit is contained in:
Jenkins 2016-06-15 02:36:34 +00:00 committed by Gerrit Code Review
commit 07924c9ade
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
sources:
- "{{ role_path }}/templates/ml2_conf.ini.j2"
- "{{ node_custom_config }}/neutron/ml2_conf.ini"
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/neutron.conf"
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/ml2_conf.ini"
dest: "{{ node_config_directory }}/{{ item }}/ml2_conf.ini"
with_items:
- "neutron-dhcp-agent"