Comment 4 for bug 1895108

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

Reviewed: https://review.opendev.org/754008
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0621e9d29e3b747d34ef605907184439bbda8947
Submitter: Zuul
Branch: stable/ussuri

commit 0621e9d29e3b747d34ef605907184439bbda8947
Author: Jakub Libosvar <email address hidden>
Date: Thu Sep 10 11:45:31 2020 +0200

    ovn migration: Fix neutron server container name

    Previously docker command used grep to search for neutron server
    container. It used image name instead of container name. With the switch
    to podman, it stopped working. This patch fixes the container name.

    Change-Id: Id650c2e7ac427dd53ebaab4e6d95d54efc657e3f
    Closes-bug: #1895108
    Signed-off-by: Jakub Libosvar <email address hidden>
    (cherry picked from commit 4b30dc2330423fd9fe68a70f7b2e0c6f925ecda4)