Add vars to the merge_config task in config-neutron-fake.yml
Change-Id: I3cb6c6a1879bb463da42d5d20fd6bb5d4b067a41 Closes-Bug: #1588722
This commit is contained in:
parent
23d566a5e3
commit
c66eae3b10
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user