Comment 4 for bug 1273139

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

Reviewed: https://review.openstack.org/81684
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=53dcf34a18d261d0f49fa25917ce199d72fd05d3
Submitter: Jenkins
Branch: master

commit 53dcf34a18d261d0f49fa25917ce199d72fd05d3
Author: Haiwei Xu <email address hidden>
Date: Thu Mar 20 19:26:40 2014 +0900

    Catch HostBinaryNotFound exception in V2 API

    When updating a service with a wrong host or binary name,
    HostBinaryNotFound exception will be raised.
    However the ServiceNotFound exception which won't happen here
    is caught instead of HostBinaryNotFound.
    The similar fix has been merged in V3 API.
    I64b138bad74c39d087addcd766b890c4076a2ce8

    Change-Id: I37cf7a56c5478bb1273ef038bb197d80af0ae7b5
    Closes-Bug: #1273139