Comment 4 for bug 1250286

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

Reviewed: https://review.openstack.org/55947
Committed: http://github.com/openstack/heat/commit/14439e8deb8141abd2448e592917a00574bf430e
Submitter: Jenkins
Branch: master

commit 14439e8deb8141abd2448e592917a00574bf430e
Author: Steve Baker <email address hidden>
Date: Tue Nov 12 11:28:53 2013 +1300

    Use get_secgroup_uuids in Instance

    Instance._get_security_groups_id serves the same
    purpose as neutron.get_secgroup_uuids. This change switches
    Instance to using get_secgroup_uuids instead.

    Updating the test has the side-effect on getting full test
    coverage on get_secgroup_uuids, albeit indirectly.

    Change-Id: I8cdc51692fd8d96e68c6c947891c9708f77d54c3
    Related-Bug: #1250286