Comment 11 for bug 1798362

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

Reviewed: https://review.opendev.org/718688
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=21c32c8c609a87c3d84b2bfb5e00e415baddb98e
Submitter: Zuul
Branch: master

commit 21c32c8c609a87c3d84b2bfb5e00e415baddb98e
Author: Bogdan Dobrelya <email address hidden>
Date: Wed Apr 8 15:48:14 2020 +0200

    Process labels before building container run args

    The consistent way of building container run arguments is processing
    labels (possibly multiple) first.

    Fix 'debug' actions 'run' and 'print-cmd' to not falling behind of that
    pattern already proved working well for containers 'apply'.

    Change-Id: I771d086cc75695d7ce2db35c852bb35bb4c59708
    Related-Bug: #1798362
    Signed-off-by: Bogdan Dobrelya <email address hidden>