Comment 3 for bug 1245859

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

Reviewed: https://review.openstack.org/54529
Committed: http://github.com/openstack/python-neutronclient/commit/ad64270c2534376916ecf729fbdc20c052d5e036
Submitter: Jenkins
Branch: master

commit ad64270c2534376916ecf729fbdc20c052d5e036
Author: Eugene Nikanorov <email address hidden>
Date: Wed Oct 30 16:01:03 2013 +0400

    Fix lb-healthmonitor-update to work with correct object

    Previously in case specified id was incorrect, client fetched
    healthmonitors trying to filter them by name which had no effect since
    healthmonitor object doesn't have name attribute.
    The patch fixes the behavior by making lb-healthmonitor-update rely
    on finding resource by id, not by name-or-id

    Change-Id: Iade1c3270ec6c60362dd9a9b5e2ffdb0ad9430c1
    Closes-Bug: #1245859