adding vxlan into Neutuon drivers for networking-ansible

Compute nodes that launch VMs will still need vxlan enabled
vxlan was left out of the enabled driver types in neutron
for the ml2-ansible environment files

Change-Id: Ib56610e403ac1e3a41cb9b65b57c40f12f7b5d54
Closes-Bug: #1783776
This commit is contained in:
Dan Radez 2018-07-26 10:16:33 -04:00
parent dfb946ff19
commit f55f4f6f84
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ resource_registry:
parameter_defaults: parameter_defaults:
NeutronMechanismDrivers: openvswitch,ansible NeutronMechanismDrivers: openvswitch,ansible
NeutronTypeDrivers: local,vlan,flat NeutronTypeDrivers: local,vxlan,vlan,flat
NeutronNetworkType: vlan NeutronNetworkType: vlan

View File

@ -3,5 +3,5 @@ resource_registry:
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
parameter_defaults: parameter_defaults:
NeutronMechanismDrivers: openvswitch,ansible NeutronMechanismDrivers: openvswitch,ansible
NeutronTypeDrivers: local,vlan,flat NeutronTypeDrivers: local,vxlan,vlan,flat
NeutronNetworkType: vlan NeutronNetworkType: vlan