openstack-ansible-os_neutron/templates/bgp_dragent.ini.j2
Paulo Matias f9975ac7c4 Add the BGP dynamic routing neutron plugin
Depends-On: I48c1a920c94134663fd162b04db48a88eaa6c80b
Change-Id: Ib66f2c59ded9123655e2bf9720148b6d1dcd238f
2016-08-24 17:54:15 -03:00

10 lines
305 B
Django/Jinja

# {{ ansible_managed }}
[BGP]
# BGP speaker driver class to be instantiated. (string value)
bgp_speaker_driver = {{ neutron_bgp_speaker_driver }}
# 32-bit BGP identifier, typically an IPv4 address owned by the system running
# the BGP DrAgent. (string value)
bgp_router_id = {{ neutron_bgp_router_id }}