]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement SecurityGroupIds property for instances
authorJeff Peeler <jpeeler@redhat.com>
Fri, 24 May 2013 17:41:45 +0000 (13:41 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Fri, 24 May 2013 21:30:07 +0000 (17:30 -0400)
commit3eafb93e6846805b541e9fd5b30bb03d024b0d89
tree4f419a811644d977603007d351737f47d0dfdd61
parent32c21dccc017c3c451eea468dda6fb9a889a7070
Implement SecurityGroupIds property for instances

Currently handling SecurityGroups and SecurityGroupIds the same exact
way, that is both are passed directly to nova. If one wishes to pass
a security group by parameter of a group to be created in the template,
it must be in the format of <stackname>.<security group name> since
there's no way to determine the ID beforehand.

Fixes bug #1163991

Change-Id: I26bb43ee89806cefc92ba2d0319340c4cd56ed06
heat/engine/resources/instance.py