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:
parent
dfb946ff19
commit
f55f4f6f84
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user