Comment 9 for bug 1511294

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

Reviewed: https://review.openstack.org/240826
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=a1fbd3723c808d005f8b95d05103490df4ff2d17
Submitter: Jenkins
Branch: master

commit a1fbd3723c808d005f8b95d05103490df4ff2d17
Author: Matthew Mosesohn <email address hidden>
Date: Mon Nov 2 14:20:10 2015 +0300

    Use dockerctl start for supervisorctl container launch

    If docker daemon is restarted, the mount points are not safely
    torn down. dockerctl cleans these up before trying to start
    the container and therefore should be used.

    There was an original change to use direct docker commands
    because you could not start a container from a different
    Fuel release, but now this is possible and works. Therefore,
    this patch depends on the patch that fixes it.

    Depends-On: Ia864b0a9843f927aa85945e5ab0b2da4bec3a440
    Change-Id: Ie3e471d1c394fac9228b7e2bf4b6877775680b3b
    Closes-Bug: #1511294