Comment 3 for bug 1657727

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

Reviewed: https://review.openstack.org/422684
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=a529033fdcb36ccea8cf0cc76339816ed31418c7
Submitter: Jenkins
Branch: master

commit a529033fdcb36ccea8cf0cc76339816ed31418c7
Author: Vladimir Kuklin <email address hidden>
Date: Thu Jan 19 17:35:35 2017 +0300

    Set memcached server to local one for non-keyston services

    We misconfigured local cache for services with change
    https://review.openstack.org/#/q/Id1034e22d79c3ea6b25575d9bcf8e8750a02365d
    Thus, it becomes extremely slow when a controller is down.

    With this commit we revert things back to normal with local memcached
    for all openstack services leaving keystone memcached shared for tokens
    (this was thoroughly tested previously)

    Change-Id: I8f6bbf77d27f3d8976985241deb8a948984862f5
    Closes-bug: #1657727