Comment 11 for bug 1634486

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

Reviewed: https://review.openstack.org/393229
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=616060db65ac3f12c0a71fd21f8156c6e993d7ab
Submitter: Jenkins
Branch: master

commit 616060db65ac3f12c0a71fd21f8156c6e993d7ab
Author: kairat_kushaev <email address hidden>
Date: Thu Nov 3 13:21:05 2016 +0300

    Do not use service catalog for cache client

    Previously cache client used endpoints from service catalog to
    request cache items from node. It works perfectly on devstack
    but it doesn't work when an OpenStack cloud is deployed with HA
    (3/5/7 controllers). We need to use -H option instead.
    This option makes cache management client interact with the local
    endpoint which is more appropriate as image cache is local to
    each node/controller.

    Change-Id: I355fb36d9af7e06dcac70b8263dc1a2b915ffc8f
    Closes-Bug: #1634486