Comment 5 for bug 1239026

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

Reviewed: https://review.openstack.org/53262
Committed: http://github.com/openstack/ironic/commit/a44eed7751f51797b7c0aae1dd1855c5d1b268f0
Submitter: Jenkins
Branch: master

commit a44eed7751f51797b7c0aae1dd1855c5d1b268f0
Author: linggao <email address hidden>
Date: Wed Oct 23 02:45:52 2013 +0000

    Supports get node by instance uuid in API

    The API needs to expose a means to search for a node, given an
    instance uuid. This patch supports getting a node by an instance
    uuid (/nodes?instance_uuid=<xxx>), getting all the nodes that have
    instance uuid associated (/nodes?associated=True)
    and getting all the nodes that do not have such associations
    (/nodes?associated=False).

    Change-Id: I40750f9a7fc91e87223bfcd72e17e25f4045359c
    Partial-Bug: #1239026