Comment 38 for bug 1853812

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to paunch (stable/stein)

Reviewed: https://review.opendev.org/696674
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=40aba310e8a6fe0c2d0d4bd9e6c437c4ede25ba8
Submitter: Zuul
Branch: stable/stein

commit 40aba310e8a6fe0c2d0d4bd9e6c437c4ede25ba8
Author: Bogdan Dobrelya <email address hidden>
Date: Thu Nov 28 15:31:55 2019 +0100

    Fix action Apply ignoring managed-by arg

    From the very beginning (06036fd6dba3ba4b9a13052ea95a08ebcc97501e), the
    action apply was ignoring the passed --managed-by values and was always
    taking defaults ('paunch').

    Fix this and provide no upgrade/update impact, which is for whatever
    --managed-by value given to paunch, perform all checks and searches
    also for that historically "wrong" value 'paunch':

    * if a container needs to be (re)started by a new 'managed-by', make sure
      it can be found by the default 'paunch' value as well, then reset its
      managed-by to the desired value.

    Closes-bug: #1853812

    Change-Id: If129bbc1ff32941d06ff480f26870b10840591e0
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit 12ccf36b0e7f9b233b8b71a21fe24b241ecb639b)