Comment 5 for bug 1840992

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

Reviewed: https://review.opendev.org/677852
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=2609ef687019c263cdcd5ab069044d2a3857a949
Submitter: Zuul
Branch: master

commit 2609ef687019c263cdcd5ab069044d2a3857a949
Author: Emilien Macchi <email address hidden>
Date: Wed Aug 21 19:31:11 2019 -0400

    Add unique names support for cont_exec_args method

    In I5617e11f5d315f408d818e1ce47aa68f4a0d777a we switched
    container_run_args to run the container cli run into a unique container
    name, but we forgot to do it for the container cli execs.

    So this patch will run the exec using the delegated container_name if we
    can otherwise fall back on the fixed container name.

    Co-Authored-By: Bogdan Dobrelya <email address hidden>
    Change-Id: I2654148d566f62b3e3620baf84f504113cb7312d
    Closes-Bug: #1840992