Comment 22 for bug 1559691

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

Reviewed: https://review.openstack.org/460250
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=2a9013599f6abd9a30cea207aa97637599a9f26e
Submitter: Jenkins
Branch: master

commit 2a9013599f6abd9a30cea207aa97637599a9f26e
Author: Michael Turek <email address hidden>
Date: Wed Apr 26 13:45:38 2017 -0400

    Enable getting volume targets by their volume_id

    This patch introduces methods for retrieving volume targets by
    their ID. As this field does not have a unique constraint, getting
    volume targets by their volume_id field will return a list. This
    will allow us to simplify attaching volumes in the cinder driver
    as we can now easily query the database rather than looping
    through all connected volumes.

    Change-Id: I05709fd2ab09bd127c0d202ddcd4863077db3d5b
    Partial-Bug: #1559691