]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
creating instances failed as a result of regression in last commit
authorSteven Dake <sdake@redhat.com>
Thu, 13 Sep 2012 05:43:30 +0000 (22:43 -0700)
committerSteven Dake <sdake@redhat.com>
Thu, 13 Sep 2012 05:46:08 +0000 (22:46 -0700)
commitda37711c68d885bf883b49aec3ce05917e9c5bbd
tree30cf38292d872ba37e649f78a4c7366613f321c6
parent04701a275f9712865bc5b7ea458bb7123f3a34d7
creating instances failed as a result of regression in last commit

The previous commit to the tree organizes resource names by
stack.resource.  Most of the openstack APIs take resource ids
but the instance create operation requires text identifiers.

Rewrite the text identifiers for the nova security groups before
starting an instance.

Change-Id: I8a842868781ecb353f66b5a4e3d022766a4c8a0e
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/engine/instance.py
heat/engine/resources.py