]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use quantum IDs for VPC, Subnet, RouteTable resources
authorSteve Baker <sbaker@redhat.com>
Sun, 3 Mar 2013 21:49:37 +0000 (10:49 +1300)
committerSteve Baker <sbaker@redhat.com>
Thu, 7 Mar 2013 21:57:31 +0000 (10:57 +1300)
commit63882b7bcbc55e411db26b4689f9cfe30d5a722b
tree63f29bcd04c212d8bf5c24aad9c9fde0fb2f60b9
parentcd2795441410017f111f108d76d67374020dac11
Use quantum IDs for VPC, Subnet, RouteTable resources

Previously the resource IDs were the resource names
so an already existing quantum entity cannot be passed into a
template.

Fixes: bug #1142812
Change-Id: I9ea6561674d88dbbdd82b7c69400a70c529c4525
heat/engine/resources/internet_gateway.py
heat/engine/resources/network_interface.py
heat/engine/resources/route_table.py
heat/engine/resources/subnet.py
heat/engine/resources/vpc.py
heat/tests/test_vpc.py