[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:
parent
935539c8c8
commit
3ded614757
@ -3,7 +3,7 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
external_network_bridge = {{ neutron_external_network_bridge }}
|
external_network_bridge = {{ neutron_external_network_bridge }}
|
||||||
|
|
||||||
interface_driver = {{ neutron_driver_interface }}
|
interface_driver = {{ neutron_plugins[neutron_plugin_type].driver_interface }}
|
||||||
|
|
||||||
[vpnagent]
|
[vpnagent]
|
||||||
vpn_device_driver = {{ neutron_driver_vpnaas }}
|
vpn_device_driver = {{ neutron_driver_vpnaas }}
|
||||||
|
Loading…
Reference in New Issue
Block a user