Comment 2 for bug 1374012

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

Reviewed: https://review.openstack.org/125143
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=b65554eb460a282a2ab0a2dcc0053a8691cb9373
Submitter: Jenkins
Branch: master

commit b65554eb460a282a2ab0a2dcc0053a8691cb9373
Author: Pradeep Kilambi <email address hidden>
Date: Tue Sep 30 11:24:20 2014 -0700

    Fix neutron client to catch 404 exceptions

    When network services such as lbaas, fwaas or vpnaas are disabled
    in neutron, the discovery continues to poll the api calls and gets
    back a not found exception. The fix here is to catch the exception
    so it doesn't go unhandled.

    Change-Id: I8f350b9009f0d8c172836b1dd1123e966f887fdb
    Closes-Bug: #1374012