Comment 7 for bug 1379451

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

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

commit f0624f4446326c3c93611bca12544202096ed2fe
Author: Russell Bryant <email address hidden>
Date: Thu Oct 9 19:45:11 2014 +0000

    add InstanceGroup.get_by_instance_uuid

    Add a new method to the InstanceGroup object that lets you get a group
    by an instance UUID. Right now Nova only lets you have an instance in
    a single group, so that's why this is a method of InstanceGroup and
    not InstanceGroupList.

    Change-Id: Ic0181e241471ad817284209e6a1093a438962bf1
    Related-bug: #1379451