]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make security groups associated with Neutron port work
authorJeff Peeler <jpeeler@redhat.com>
Fri, 23 Aug 2013 20:44:37 +0000 (16:44 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Fri, 30 Aug 2013 19:49:58 +0000 (15:49 -0400)
commit3334a882490e7fe048fa73cdc4004ba02b455854
tree390ab504803cee94cc231530ebb2f6e9e33d52b7
parent566bc322170f9dc5f51933b841872f923363f399
Make security groups associated with Neutron port work

The security group names are now translated to UUIDs which is required
when using the python API. The lookup has been improved to find
existing security groups not part of the stack as well.

Fixes bug #1179481

Change-Id: I4f86bade87f89b867d12822c5f80aa5b075b7fbb
heat/engine/resources/network_interface.py
heat/engine/resources/neutron/neutron.py
heat/engine/resources/neutron/port.py
heat/tests/test_vpc.py