Skip to content

Commit

Permalink
neutron l3: add missing decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobul committed Dec 11, 2024
1 parent 1de6ef4 commit 703316c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from neutron.services.l3_router.l3_router_plugin import L3RouterPlugin
from neutron_lib.context import Context
from neutron_lib.db import resource_extend

LOG = logging.getLogger(__name__)

Expand All @@ -24,6 +25,7 @@ def print_post_commit_data(method: str, data: dict) -> None:
pprint(data)


@resource_extend.has_resource_extenders
class UnderStackL3ServicePlugin(L3RouterPlugin):
"""Understack L3 plugin.
Expand Down

0 comments on commit 703316c

Please sign in to comment.