blob: b2b007486492b260d589c967e6a0cb042a3858be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
classes:
- cluster.virtual-mcp-ocata-common.openstack_gateway
- service.neutron.gateway.single
- cluster.virtual-mcp-ocata-ovs-dpdk
parameters:
neutron:
gateway:
backend:
tenant_network_types: ${_param:neutron_tenant_network_types}
linux:
network:
interface:
tenant_interface:
ovs_bridge: br-prv
br-prv:
enabled: true
type: ovs_bridge
mtu: ${_param:interface_mtu}
|