Comment 4 for bug 1671783

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/ocata)

Reviewed: https://review.openstack.org/451937
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=b39b1b1f9794331c14031efa16475e36c5f8e21e
Submitter: Jenkins
Branch: stable/ocata

commit b39b1b1f9794331c14031efa16475e36c5f8e21e
Author: Christian Schwede <email address hidden>
Date: Fri Mar 10 12:08:14 2017 +0100

    Fix using old Swift rings when creating a new stack

    The container to store Swift rings is not deleted when the stack is
    deleted. This results in re-deploying old rings when deploying a new
    stack.

    This patch creates a copy of the old rings with a timestamp suffix and
    removes the original object. Doing this will create new rings when
    creating a new stack.

    Closes-Bug: 1671783
    Change-Id: Ie6363987ada9b516064c1ed3b215f809c3924393
    (cherry picked from commit f82064e95a60b63c0c6a1df92a70f33158bc1a18)