From d0a3c607fdfd66644c0d4a5a261360a12c113764 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 --- templates/plugins/plumgrid/plumgrid.ini.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/plugins/plumgrid/plumgrid.ini.j2 b/templates/plugins/plumgrid/plumgrid.ini.j2 index bd494f3f..7d84d0bc 100644 --- a/templates/plugins/plumgrid/plumgrid.ini.j2 +++ b/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 }}