Skip to content
Snippets Groups Projects
Commit 631ffab1 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents ad71352a c66eae3b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment