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
9 lines
344 B
YAML
9 lines
344 B
YAML
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-ansible.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: openvswitch,ansible
|
|
NeutronTypeDrivers: local,vxlan,vlan,flat
|
|
NeutronNetworkType: vlan
|