Comment 7 for bug 1827952

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

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

commit 34c627eadc8ee589f28e7961e8648adbd1d15f80
Author: Shuicheng Lin <email address hidden>
Date: Thu May 23 14:14:37 2019 +0800

    suppress stevedore error message when load helm plugin

    There is error message "ERROR stevedore.extension [-] Could not load 'stx-
    openstack': No module named systemconfig.helm_plugins.stx_openstack".
    The error message is expected, since the package/module name
    (systemconfig.helm_plugins.stx_openstack/platform_integ_apps) defined
    in setup.cfg of sysinv doesn't have corresponding the same name module.
    They are implemented in sysinv.
    Suppress the error message to avoid cause confusion.

    Closes-Bug: 1827952
    Change-Id: I75920e193ff8f6b28dc68ed3f414ac774346e339
    Signed-off-by: Shuicheng Lin <email address hidden>