Comment 1 for bug 1414953

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

Reviewed: https://review.openstack.org/150347
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=0e56c7170c4bd5542b1b63abc566fcacc983b227
Submitter: Jenkins
Branch: master

commit 0e56c7170c4bd5542b1b63abc566fcacc983b227
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Tue Jan 27 12:31:36 2015 +0200

    Add find_unique base manager method

    Allows to request a single matched item from list of resources,
    raising NotFound if no match was found or Conflict if more than one
    match was found.

    Change-Id: Ib8b516d96de2b95ae20eb4545db12c0b82651941
    Closes-Bug: #1414953