[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
This commit is contained in:
Pedro Magalhães 2016-10-18 10:00:57 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 935539c8c8
commit 3ded614757
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[DEFAULT]
external_network_bridge = {{ neutron_external_network_bridge }}
interface_driver = {{ neutron_driver_interface }}
interface_driver = {{ neutron_plugins[neutron_plugin_type].driver_interface }}
[vpnagent]
vpn_device_driver = {{ neutron_driver_vpnaas }}