Comment 21 for bug 1589433

Revision history for this message
Dina Belova (dbelova) wrote : Re: Deployment of env with mongodb and ceilometer is failed

Just random note: Keystone is caching service catalog inside

https://github.com/openstack/keystone/blob/stable/mitaka/keystone/catalog/core.py#L296
https://github.com/openstack/keystone/blob/stable/mitaka/keystone/catalog/core.py#L303

Default expiration time is 600 sec, so glance may consume old cached service catalog... I'm not sure how this might happen in fact and what service was asking for this catalog for the first time to get the wrong (not filled yet) value cached. As keystone is #1 service to we installed. So this might be as fantastic, as other proposals.