Javeria Khan d0a3c607fd Add PLUMgrid L2 gateway support to conf
Change-Id: I881df8ff4bdbbfd25d200eee7e88b5d3dafd755a
Signed-off-by: Javeria Khan <javeriak@plumgrid.com>
2016-01-08 03:46:01 -08:00

20 lines
717 B
Django/Jinja

#Config file for Neutron PLUMgrid Plugin
[plumgriddirector]
# This line should point to the PLUMgrid Director Virtual-IP,
# for the PLUMgrid Platform.
director_server={{ pg_vip }}
director_server_port={{ pg_ports['vip_port'] }}
# Authentification parameters for the Director.
# These are the admin credentials to manage and control
# the PLUMgrid Director server.
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 }}