Comment 4 for bug 1714015

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

Reviewed: https://review.openstack.org/499205
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=448a10df6cbd53bc93d7b767787ef925169bc3d4
Submitter: Zuul
Branch: master

commit 448a10df6cbd53bc93d7b767787ef925169bc3d4
Author: Eduardo Gonzalez <email address hidden>
Date: Wed Aug 30 17:38:36 2017 +0200

    Add container state check in kolla_docker

    Missing container status check in recreate_or_restart_container,
    this causes if the container is not running (kolla-ansible stop),
    to not be started with deploy/reconfigure/upgrade if any other param
    changes.

    Change-Id: I5cff5f367e963ba8b1807ec46469da817e40e468
    Closes-Bug: #1714015