Skip to content

Commit 132dfc0

Browse files
committed
fix(neutron): enable the svi router flavor plugin
In deb77aa we added the svi router flavor but didn't enable it.
1 parent 74543a3 commit 132dfc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/neutron/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ conf:
8989
- "L3_ROUTER_NAT:cisco-asa:neutron_understack.l3_router.cisco_asa.CiscoAsa"
9090
- "L3_ROUTER_NAT:palo-alto:neutron_understack.l3_router.palo_alto.PaloAlto"
9191
- "L3_ROUTER_NAT:vrf:neutron_understack.l3_router.vrf.Vrf"
92+
- "L3_ROUTER_NAT:svi:neutron_understack.l3_router.svi.Svi"
9293
ovn:
9394
# the ovn-metadata-agent utilizes 'localport' on each hypervisor in OVS to work, since
9495
# we don't have an OVS that the baremetal nodes are plugged into we can't have this

0 commit comments

Comments
 (0)