Fix hardcoded path for custom configuration of Neutron VPNaaS

The path for the custom Neutron VPNaaS file is hardcoded to
be at /etc/kolla/config.  This patch switches it to allow
it to use the variable for the path.

Change-Id: I9de98bbfe16acb27a4e6239150bd554b5ced99d6
Closes-Bug: #1676063
This commit is contained in:
Mohammed Naser 2017-03-25 21:20:54 -04:00
parent 5460ec1e9b
commit 76a8a02a74
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
service_name: "{{ item }}"
sources:
- "{{ role_path }}/templates/vpnaas_agent.ini.j2"
- "/etc/kolla/config/neutron/vpnaas_agent.ini"
- "{{ node_custom_config }}/neutron/vpnaas_agent.ini"
dest: "{{ node_config_directory }}/{{ item }}/vpnaas_agent.ini"
with_items:
- "neutron-vpnaas-agent"