Comment 4 for bug 1677542

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

Reviewed: https://review.openstack.org/454610
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=4676f93b22b0d92db9c17472d0d58254984a00a9
Submitter: Jenkins
Branch: stable/ocata

commit 4676f93b22b0d92db9c17472d0d58254984a00a9
Author: Bertrand Lallau <email address hidden>
Date: Thu Mar 30 11:59:07 2017 +0200

    Karbor services restarting issue on conf update

    In case of karbor-protection providers.d/openstack-infra.conf config file modification,
    karbor-operationengine and karbor-api are restarted too, but they should
    not.

    karbor-operationengine startup command:
    https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/karbor/templates/karbor-operationengine.json.j2#L2

    karbor-api startup command:
    https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/karbor/templates/karbor-api.json.j2#L2

    Change-Id: I91a0273ccf46e340315cf885ea01db6e14653182
    Closes-Bug: #1677542