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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user