We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caafe42 + b77189e commit e589ff0Copy full SHA for e589ff0
1 file changed
python/ironic-understack/pyproject.toml
@@ -31,6 +31,9 @@ chassis_model = "ironic_understack.inspect_hook_chassis_model:InspectHookChassis
31
redfish-understack = "ironic_understack.redfish_inspect_understack:UnderstackRedfishInspect"
32
idrac-redfish-understack = "ironic_understack.redfish_inspect_understack:UnderstackDracRedfishInspect"
33
34
+[project.entry-points."ironic.api.middleware"]
35
+portgroup-name-validation = "ironic_understack.portgroup_name_middleware:PortgroupNameValidationMiddleware"
36
+
37
[dependency-groups]
38
test = [
39
"pytest>=9.0.1,<10",
0 commit comments