diff options
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-ml2-vpp.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/environments/neutron-ml2-vpp.yaml b/environments/neutron-ml2-vpp.yaml index 1dec395c..e497013c 100644 --- a/environments/neutron-ml2-vpp.yaml +++ b/environments/neutron-ml2-vpp.yaml @@ -6,6 +6,7 @@ resource_registry: OS::TripleO::Services::NeutronVppAgent: ../puppet/services/neutron-vpp-agent.yaml OS::TripleO::Services::Etcd: ../puppet/services/etcd.yaml OS::TripleO::Services::Vpp: ../puppet/services/vpp.yaml + OS::TripleO::Services::NeutronL3Agent: OS::Heat::None parameter_defaults: #Comma delimited list of <physical_network>:<VPP Interface>. @@ -14,7 +15,7 @@ parameter_defaults: NeutronMechanismDrivers: vpp NeutronNetworkType: vlan - NeutronServicePlugins: router + NeutronServicePlugins: vpp-router NeutronTypeDrivers: vlan,flat ExtraConfig: # Use Linux Bridge driver for DHCP and L3 agent. |