Merge "Add vars to the merge_config task in config-neutron-fake.yml"

This commit is contained in:
Jenkins 2016-06-03 19:48:47 +00:00 committed by Gerrit Code Review
commit 631ffab1ef
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@
- name: Copying over neutron.conf
merge_configs:
vars:
service_name: "{{ item }}"
sources:
- "{{ role_path }}/templates/neutron.conf.j2"
- "{{ node_config_directory }}/config/global.conf"
@ -34,6 +36,8 @@
- name: Copying over ml2_conf.ini
merge_configs:
vars:
service_name: "{{ item }}"
sources:
- "{{ role_path }}/templates/ml2_conf.ini.j2"
- "{{ node_config_directory }}/config/neutron/ml2_conf.ini"