Comment 5 for bug 1824808

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

Reviewed: https://review.openstack.org/653067
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=9fbbad559dcffaf4d57c5c1c244db3b80e09106c
Submitter: Zuul
Branch: stable/queens

commit 9fbbad559dcffaf4d57c5c1c244db3b80e09106c
Author: Emilien Macchi <email address hidden>
Date: Mon Apr 15 09:00:53 2019 -0400

    docker/compose: quote health-cmd

    Healthcheck commands need to be quoted to avoid Docker interpreting the
    cmd as arguments of CLI.
    This patch prevents that, and also test it in unit tests.

    Change-Id: I8273684716df0dbe6f58608d1915e0c9c17493b3
    Closes-Bug: #1824808
    (cherry picked from commit affc28f515703044bda8de74fb8f3bdd33fc646c)