Comment 2 for bug 1661388

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

Reviewed: https://review.openstack.org/428427
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=1157d5c4cbe53dd92a75f074b246e55c8e7085d1
Submitter: Jenkins
Branch: master

commit 1157d5c4cbe53dd92a75f074b246e55c8e7085d1
Author: Steve McLellan <email address hidden>
Date: Thu Feb 2 15:13:41 2017 -0600

    Handle ironic service not being present

    ironicclient raises an AmbiguousAuthSystem error instead of the
    expected (by us) EndpointNotFound, which causes indexing to fail.
    This patch intercepts it and replaces it with an EndpointNotFound.

    Change-Id: Iddf4efa67c551a9acd22f0785e7273b774852b73
    Closes-Bug: #1661388