f55f4f6f84
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
8 lines
343 B
YAML
8 lines
343 B
YAML
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: openvswitch,ansible
|
|
NeutronTypeDrivers: local,vxlan,vlan,flat
|
|
NeutronNetworkType: vlan
|