Comment 6 for bug 1315224

Revision history for this message
Michael Davies (mrda) wrote :

I've discussed this issue with Chris Krelle - see http://eavesdrop.openstack.org/irclogs/%23openstack-ironic/%23openstack-ironic.2014-06-11.log from 2014-06-11T21:22:35 to 2014-06-11T21:52:25

Basically Chris has a competing patch in https://review.openstack.org/#/c/85529 that does the same thing in the conductor that I'm proposing here for the api. We've decided his approach is better, so I'll abandon my patch.

I'm marking this as WONTFIX as Chris' patch doesn't directly address the concerns raised in this bug - if an Ironic consumer wants a newly registered node to be powered off immediately then they should explicitly do so as per https://github.com/openstack/tripleo-incubator/blob/master/scripts/register-nodes#L72 otherwise they should wait for the periodic task that'll turn power state NONE into Power_OFF eventually.