Skip to content

Commit

Permalink
set default l3 service plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Fencik committed Dec 11, 2024
1 parent a05b34b commit 762085b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/neutron-understack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ understack_vxlan = "neutron_understack.type_understack_vxlan:UnderstackVxlanType

[tool.poetry.plugins."neutron.service_plugins"]
l3_understack = "neutron_understack.l3_service_plugin:UnderStackL3ServicePlugin"

[tool.poetry."neutron.service_providers"]
service_provider = ["L3_ROUTER_NAT:l3_understack:neutron_understack.l3_service_plugin:UnderStackL3ServicePlugin:default"]

0 comments on commit 762085b

Please sign in to comment.