Comment 1 for bug 1717494

Revision history for this message
Stefan Nica (stefan.nica) wrote :

Root cause identified: if ec2-api-metadata and nova-api are using the same memcached server, then the metadata entries will get mixed up, since the same cache entry keys are used by both.
Proposed solution: change key prefix of ec2-api entries to avoid overlap.