Comment 2 for bug 1182738

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

Reviewed: https://review.openstack.org/30047
Committed: http://github.com/openstack/nova/commit/5d40fb635b1abac3828245124e392a4c9af52f60
Submitter: Jenkins
Branch: master

commit 5d40fb635b1abac3828245124e392a4c9af52f60
Author: Aaron Rosen <email address hidden>
Date: Tue May 21 21:15:30 2013 -0700

    get_instance_security_groups() fails if no name on security group

    The following patch fixes a bug in get_instance_security_groups() where
    it tries to access security_groups['id'] but security_groups is a string.
    This patch also removes some stubs that were not needed in a few unit test.

    Fixes bug 1182738

    Change-Id: Ia64db2e40d4a0e163344b4234112dbde71b1e132