]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add new attributes to EIPAssociation resource
authorJeff Peeler <jpeeler@redhat.com>
Wed, 3 Jul 2013 14:22:25 +0000 (10:22 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Wed, 21 Aug 2013 15:10:11 +0000 (11:10 -0400)
commit29d1e2472dd07af3160a71ca6abfe172c6b9ad45
tree2c5d94a185f5e0963d87246acf21b767f345d432
parent044a8aaf69d9874edfafb1c7658055141545d1cc
Add new attributes to EIPAssociation resource

AllocationId
NetworkInterfaceId

The EIP resource also now supports the Domain property, which when set
creates the resource using neutron networking. (Neutron networking is
required for all VPC operations.)

The EIP test covers the new functionality as well as some of the old
using both nova and neutron.

Fixes bug #1164865
Fixes bug #1164866

Change-Id: I7ad7fba8ed6f8a584fc2ca00aaf80144c5274134
heat/engine/resources/eip.py
heat/tests/test_eip.py