2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-12 01:38:49 +00:00

Provide more verbose feedback

This commit is contained in:
Jarrod Johnson
2026-06-09 16:17:40 -04:00
parent c14165e2bd
commit 44385388b6
@@ -23,7 +23,7 @@ async def _notimplemented(nodes, element, configmanager, inputdata):
if not nodes:
nodes = [None]
for node in nodes:
yield msg.NotImplemented(node)
yield msg.NotImplemented(node, "No working hardwaremanagement.method is defined, define a valid method (formerly this defaulted to ipmi)")
retrieve = _notimplemented