Skip to content

Commit

Permalink
Merge pull request #460 from rackerlabs/kenny-neutron-20241111
Browse files Browse the repository at this point in the history
feat: enable neutron routers
  • Loading branch information
nicholaskuechler authored Nov 11, 2024
2 parents 55b37ce + be42510 commit 56fbe34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/neutron/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ conf:
type_drivers: "vlan,local,understack_vxlan"
neutron:
DEFAULT:
# we aren't using neutron routers
service_plugins: ""
service_plugins: "router,segments,port_forwarding"
# we don't want HA L3 routers. It's a Python value so we need to quote it in YAML.
l3_ha: "False"
# we aren't using availability zones so having calls attempt to add things to
Expand Down

0 comments on commit 56fbe34

Please sign in to comment.