Comment 12 for bug 1694724

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

Reviewed: https://review.openstack.org/469768
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=892467dc9bc18a7174965484cd94fd7bd38cb5fd
Submitter: Jenkins
Branch: master

commit 892467dc9bc18a7174965484cd94fd7bd38cb5fd
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Thu Jun 1 09:35:28 2017 +0300

    Move deploy_utils warnings to conductor start

    make these checks once during conductor start after config was parsed.
    This will prevent issuing those warnings on module imports.

    Without it sphinx-build is broken when warnings are treated as failures.

    Change-Id: I455bcc45edae82632aaf4eaebdcd597440d33ad3
    Closes-Bug: #1694724