On Tue, Apr 6, 2021 at 6:26 PM Julia Kreger <juliaashleykreger@gmail.com> wrote:
Greetings,

The parameters get stored in ironic. You can use the "openstack
baremetal node set" command to set new parameters into the driver_info
field. Specifically it seems like you only need to update the address,
so you'll just want to examine the driver_info field contents to see
which value you need to update. You can do this with "openstack
baremetal node show <uuid>".

Hope that helps,

-Julia


Thanks Julia,
it worked setting the new ip and I was able to run
openstack baremetal node power off ostack-compute1
and the corresponding VM in oVirt was correctly powered off using the user and the driver.

Gianluca