Comment 2 for bug 1717494

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ec2-api (master)

Reviewed: https://review.openstack.org/504399
Committed: https://git.openstack.org/cgit/openstack/ec2-api/commit/?id=1dad720ef588fcdcf7eec409dbc472ba52f085d0
Submitter: Jenkins
Branch: master

commit 1dad720ef588fcdcf7eec409dbc472ba52f085d0
Author: Stefan Nica <email address hidden>
Date: Fri Sep 15 13:39:37 2017 +0200

    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