Skip to content

Commit e589ff0

Browse files
authored
Merge pull request #1672 from rackerlabs/ironic-api-middleware-portgroup-name-validation
feat: PUC-917: adding portgroup name validation api middleware entrypoint
2 parents caafe42 + b77189e commit e589ff0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

python/ironic-understack/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ chassis_model = "ironic_understack.inspect_hook_chassis_model:InspectHookChassis
3131
redfish-understack = "ironic_understack.redfish_inspect_understack:UnderstackRedfishInspect"
3232
idrac-redfish-understack = "ironic_understack.redfish_inspect_understack:UnderstackDracRedfishInspect"
3333

34+
[project.entry-points."ironic.api.middleware"]
35+
portgroup-name-validation = "ironic_understack.portgroup_name_middleware:PortgroupNameValidationMiddleware"
36+
3437
[dependency-groups]
3538
test = [
3639
"pytest>=9.0.1,<10",

0 commit comments

Comments
 (0)