neutron: restart neutron-ha-tool when the config file changes#2112
Conversation
|
(needs testing, and probably does not work as is) |
aspiers
left a comment
There was a problem hiding this comment.
LGTM. CI failure is unrelated, something to do with missing iso?
|
yeah, not sure about that problem, it happens quite frequently recently. |
|
I would like to see the HA job passing as this is supposed to be fixing that job. |
cmurphy
left a comment
There was a problem hiding this comment.
I don't think this will work, see inline comment
9a45931 to
befdc00
Compare
Looks good to me now, will see what CI thinks
befdc00 to
620b51e
Compare
|
|
|
yes, thats why there is "do not merge" and "wip" and "untested, probably does not work" on the PR |
|
Ah, I hadn't realized. In case it's not already solved on your hard disk: the |
620b51e to
e204944
Compare
When we toggle ssl/non-ssl in keystone, neutron-ha-tool gets a new config file but doesn't get restarted, so it just repeatedly crashes all the way until it causes a pacemaker failcount exceeded and then its dead. We should try better.
e204944 to
65bdb6c
Compare
|
@vuntz thanks, that did it |
When we toggle ssl/non-ssl in keystone, neutron-ha-tool
gets a new config file but doesn't get restarted, so it just
repeatedly crashes all the way until it causes a pacemaker
failcount exceeded and then its dead. We should try better.