Comment 2 for bug 1835142

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

Reviewed: https://review.opendev.org/668356
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=c38efebf91a87c3c102fc71a9eef8fc35298aa23
Submitter: Zuul
Branch: master

commit c38efebf91a87c3c102fc71a9eef8fc35298aa23
Author: junboli <email address hidden>
Date: Tue Jul 9 02:24:33 2019 -0400

    Reraise exception and log error message

    When the sysinv_api_workers is configured incorrect, the
    sysinv api will not start due to the invalid default value.
    therefore will cause host swact.

    In this case, we can hardly figure out why that node is
    failure, This patch is to catch exception and log error
    message and then reraise exception if sysinv_api_workers
    is invalid value.

    Closes-bug: #1835142
    Change-Id: Ie8dd185a6a24aec28c8834d5013cc003a1f7792f
    Signed-off-by: junboli <email address hidden>