Comment 33 for bug 1715374

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible (stable/rocky)

Reviewed: https://review.openstack.org/642842
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=02ca9bc374423567e695a075bbfbecef506c86cd
Submitter: Zuul
Branch: stable/rocky

commit 02ca9bc374423567e695a075bbfbecef506c86cd
Author: Mohammed Naser <email address hidden>
Date: Thu Mar 7 22:26:42 2019 -0500

    nova: restart instead of reloading services

    There is a bug inside oslo.service which causes calls a stop,
    reset and start instead of reset only on SIGHUP which causes
    a very inconsistent state of services.

    Until this is resolved, we should not reload services but restart
    them only. This patch should be reverted once the related bug
    is fixed.

    Depends-On: If53b59f3faede91e158cd544742ab37639800b57

    Change-Id: I61e340a4ef5f0980e8c36611c0f78cd06946636b
    Related-Bug: #1715374
    (cherry picked from commit 817c95fdac916f9b736308cc18f884ba61f502fa)