Comment 10 for bug 1303360

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

Reviewed: https://review.openstack.org/89544
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4c551d957cfe96d21e2793e2d03db4ba4046b044
Submitter: Jenkins
Branch: stable/icehouse

commit 4c551d957cfe96d21e2793e2d03db4ba4046b044
Author: Gary Kotton <email address hidden>
Date: Sun Apr 13 01:49:07 2014 -0700

    Instance groups: add method get_by_hint

    In order to support backward compatibility a new method
    'get_by_hint' has been added. This method will check if the
    hint is a uuid and if no it will return get_by_uuid else it
    will return get_by_name.

    Change-Id: I728bf3454dc5a5367e21f242281719c1a967269a
    Partial-bug: #1303360
    (cherry picked from commit bff8604fd27fee588facbd429aaedcf227cd5871)