ec2-api/ec2api/metadata
Stefan Nica 1dad720ef5 fix ec2-api-metadata memcached overlap with nova-api
When ec2-api-metadata and nova-api are using the same
memcached server as a cache backend, the cached values
get intermixed due to the fact that the cache keys are
the same. The result is that either nova-api or
ec2-api-metadata will report cache value errors.

This commit fixes this potential problem by using
a different cache key prefix for the ec2-api metadata
entries.

Change-Id: Ibd26b33b3370d5c9c6cca0bb6e0d9c9eb03c0d50
Closes-Bug: #1717494
2017-09-15 13:42:20 +02:00
..
__init__.py add using cache to metadata 2017-06-07 15:26:53 +03:00
api.py fix ec2-api-metadata memcached overlap with nova-api 2017-09-15 13:42:20 +02:00
opts.py add code for config generation 2015-08-28 20:15:50 +03:00