openstack-ansible-os_neutron/templates/vpnaas_agent.ini.j2
Pedro Magalhães 3ded614757 [FIX] Changed neutron_driver_interface removed variable
Variable "{{neutron_driver_interface}}" has been
removed in Newton release. For accessing neutron driver
interface we must now use the neutron_plugin type
"{{neutron_plugins[neutron_plugin_type].driver_interface}}".

We can check this removal in this neutron release note:
http://docs.openstack.org/releasenotes/openstack-ansible/newton.html

Change-Id: I95fb0dd575803325abbb0f9f84f062454b2dd3f2
2016-10-19 10:42:00 +00:00

10 lines
239 B
Django/Jinja

# {{ ansible_managed }}
[DEFAULT]
external_network_bridge = {{ neutron_external_network_bridge }}
interface_driver = {{ neutron_plugins[neutron_plugin_type].driver_interface }}
[vpnagent]
vpn_device_driver = {{ neutron_driver_vpnaas }}