Comment 2 for bug 1881477

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

Triaged; medium

Although desirable, this is potentially quite tricky to fix. The fix actually needs to be in keystone, which ought to 'know' what endpoints it has created for each relation it gets, and then when the get updated, remove the ones that aren't needed. Thus, I've added keystone to the bug. At the moment, the keystone charm doesn't cache (or otherwise mark) what came in on which relation and thus can't currently 'remove' the ones that it could as that information has been lost when the relation updates from ceilometer during the openstack upgrade.