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 }}