ec2-api/ec2api
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
..
api Merge "Use botocore in API instead of boto" 2017-08-11 11:31:02 +00:00
cmd Don't attempt to escalate ec2-api-manage privileges 2016-10-24 09:56:07 +00:00
db URL error for sqlalchemy-migrate doc 2016-01-28 11:38:04 +01:00
hacking Delete log translation functions and add hacking rule 2017-07-03 04:14:44 -04:00
metadata fix ec2-api-metadata memcached overlap with nova-api 2017-09-15 13:42:20 +02:00
s3 Replace six.iteritems() with .items() 2017-04-20 09:42:45 +00:00
tests Merge "Fix test_check_simple_image_attributes to pass with AMI images" 2017-08-14 14:30:47 +00:00
__init__.py py34: fix gettext installing 2015-09-09 16:44:28 +03:00
clients.py Remove code that used nova-cert 2017-07-07 11:35:22 +03:00
config.py Remove code that used nova-cert 2017-07-07 11:35:22 +03:00
context.py Remove log translations 2017-05-11 13:43:05 +07:00
exception.py Delete log translation functions and add hacking rule 2017-07-03 04:14:44 -04:00
i18n.py Remove log translations 2017-05-11 13:43:05 +07:00
opts.py rework creating admin context - use keystoneauth1 lib 2016-09-16 17:20:55 +03:00
paths.py follow oslo 2015-02-26 22:04:09 +03:00
service.py Graduate from Oslo Incubator to using oslo.service 2016-03-25 17:00:26 -04:00
utils.py Delete log translation functions and add hacking rule 2017-07-03 04:14:44 -04:00
version.py Update copyright 2014-11-11 21:02:39 +04:00
wsgi.py Delete log translation functions and add hacking rule 2017-07-03 04:14:44 -04:00