Comment 2 for bug 1643966

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

Reviewed: https://review.openstack.org/399857
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=dd9253f1b6377a6e86d30e5bbb71ed1d33811839
Submitter: Jenkins
Branch: master

commit dd9253f1b6377a6e86d30e5bbb71ed1d33811839
Author: Yufei <zhang.yufei@99cloud.net>
Date: Sat Nov 19 20:30:35 2016 +0800

    Skip API related work if no api url configured

    Currently, if IPA is booted without an ironic api url, it will default
    to localhost and fail to connect. Instead, we now explicitly fail and
    print a log message if no api callback url is provided.

    Change-Id: I0271be94ba7febc6abd5bf3343f6fa179bc1a6a4
    Closes-Bug: #1643966