Merge "Add PLUMgrid L2 gateway support to conf"

This commit is contained in:
Jenkins 2016-01-09 12:25:26 +00:00 committed by Gerrit Code Review
commit a92863516f

View File

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