Comment 6 for bug 1429245

Revision history for this message
Mark Vanderwiel (vanderwl) wrote :

Yup, had to remove these two lines to allow it to work: https://github.com/stackforge/cookbook-openstack-bare-metal/blob/master/recipes/api.rb#L52

Now next issue:
 Expected process to exit with [0], but received '1'
---- Begin output of /sbin/start ironic-conductor ----
STDOUT:
STDERR: start: Job is already running: ironic-conductor

The delayed restart of conductor is failing. Seems to be trying to start it when it's already started.

Ran, service ironic-conductor restart, manually and it worked fine. Not sure what's the issue here, I would think the Chef service provider would stop it first, then start it.