Comment 12 for bug 1434680

Revision history for this message
Menno Finlay-Smits (menno.smits) wrote :

The fix for 1.23 and 1.24 (master) is a little more complicated because if the upgrade is coming from 1.22.0 then the certificate in the agent config is already going to be wrong when jujud starts, preventing connections to mongodb and preventing the upgrade from completing.

wallyworld and I have discussed adding some code that runs when the agent's config is first loaded which will fix the cert at that time so that connections to mongodb can work.

There's a proof of concept of how this could work here: http://paste.ubuntu.com/10657968/