Skip to content

Commit 37ba4de

Browse files
committed
Fix missing inspection hook
1 parent 705e0cc commit 37ba4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ironic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ conf:
9292
# Default hooks include: ramdisk-error,validate-interfaces,ports,architecture
9393
# We override to exclude 'ports' from the default hooks
9494
default_hooks: "ramdisk-error,validate-interfaces,architecture"
95-
hooks: "$default_hooks,pci-devices,parse-lldp,resource-class,update-baremetal-port"
95+
hooks: "$default_hooks,pci-devices,validate-interfaces,parse-lldp,resource-class,update-baremetal-port"
9696
redfish:
9797
inspection_hooks: "ramdisk-error,ports,port-bios-name,architecture,pci-devices"
9898
add_ports: "all"

0 commit comments

Comments
 (0)