2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-11-02 04:12:33 +00:00

Correct updatestatus to be resource, not collection

This commit is contained in:
Jarrod Johnson
2025-03-19 16:17:31 -04:00
parent 3a9b75839b
commit 02bd26e7d2

View File

@@ -490,7 +490,7 @@ def _init_core():
'pluginattrs': ['hardwaremanagement.method'],
'default': 'ipmi',
}),
'updatestatus': PluginCollection({
'updatestatus': PluginRoute({
'pluginattrs': ['hardwaremanagement.method'],
'default': 'ipmi',
}),