]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add InstanceId property to EIP resource
authorJeff Peeler <jpeeler@redhat.com>
Mon, 17 Jun 2013 16:19:49 +0000 (12:19 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Mon, 17 Jun 2013 16:24:46 +0000 (12:24 -0400)
commit2e9b9b90316e1459da81d182b1ddad0edf7f1f63
tree12010f818e04c497128dfa65a8eba349052aca32
parentafbd6c9d999b79f9641ab886e284e720128f1dfb
Add InstanceId property to EIP resource

This also changes the InstanceId property for an EIPAssociation
to not be required, which was necessary for testing and is inline
with AWS documentation.

Change-Id: I49dd506309fe6a38df6727bca7f6bbebd45fba3f
Fixes: bug #1164864
heat/engine/resources/eip.py
heat/tests/test_eip.py