Comment 6 for bug 1303360

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/87109
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bff8604fd27fee588facbd429aaedcf227cd5871
Submitter: Jenkins
Branch: master

commit bff8604fd27fee588facbd429aaedcf227cd5871
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