From e000825b153b68b1a9c240f9ab35d71f91a50a95 Mon Sep 17 00:00:00 2001 From: Javeria Khan Date: Fri, 8 Jan 2016 00:16:43 -0800 Subject: [PATCH] Add PLUMgrid L2 gateway support to conf Change-Id: I881df8ff4bdbbfd25d200eee7e88b5d3dafd755a Signed-off-by: Javeria Khan --- .../os_neutron/templates/plugins/plumgrid/plumgrid.ini.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/roles/os_neutron/templates/plugins/plumgrid/plumgrid.ini.j2 b/playbooks/roles/os_neutron/templates/plugins/plumgrid/plumgrid.ini.j2 index bd494f3fe2..7d84d0bcf1 100644 --- a/playbooks/roles/os_neutron/templates/plugins/plumgrid/plumgrid.ini.j2 +++ b/playbooks/roles/os_neutron/templates/plugins/plumgrid/plumgrid.ini.j2 @@ -12,3 +12,8 @@ username={{ pg_username }} password={{ pg_password }} servertimeout=70 connection = mysql+pymysql://{{ neutron_galera_user }}:{{ neutron_container_mysql_password }}@{{ neutron_galera_address }}/{{ neutron_galera_database }}?charset=utf8 + +[l2gateway] +vendor={{ hardware_vendor_type }} +sw_username={{ switch_username }} +sw_password={{ switch_password }}