cybertron / openstack-virtual-baremetal

Tools for using OpenStack instances as baremetal deployment targets
20 stars 19 forks source link

Stop failing on power requests when we're already in a given state #32

Closed dtantsur closed 7 years ago

dtantsur commented 7 years ago

This now how real bare metal machines work, and this breaks ironic, e.g.: http://bit.ly/2hiTjGy

steveb commented 7 years ago

looks good to me

umago commented 7 years ago

Looks good to me as well!

cybertron commented 7 years ago

FWIW, I got this behavior from the pyghmi virshbmc: https://github.com/openstack/pyghmi/blob/master/bin/virshbmc

It might be good to propose a change to remove it there too if this is the wrong thing to be doing.

In any case, it doesn't sound like we want this behavior so I'm good with removing it.