2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Correct name of ident_image api

This commit is contained in:
Jarrod Johnson 2022-03-17 09:35:49 -04:00
parent 94ab644f5c
commit bfd40b51de

View File

@ -383,7 +383,7 @@ def _init_core():
'default': 'ipmi',
}),
'deployment': {
'ident_img': PluginRoute({
'ident_image': PluginRoute({
'handler': 'identimage'
})
},