Comment 3 for bug 1677542

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

Reviewed: https://review.openstack.org/451735
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=5782a214e9fce9a9ea00e48f0c065375d841978d
Submitter: Jenkins
Branch: master

commit 5782a214e9fce9a9ea00e48f0c065375d841978d
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