]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement RouteTable and subnet association
authorSteve Baker <sbaker@redhat.com>
Sun, 17 Feb 2013 20:12:12 +0000 (09:12 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 18 Feb 2013 00:11:49 +0000 (13:11 +1300)
commit4b93f989efd3db89c3264f8b4096f7594a377cfc
treebc070c8afe8972a50a852c76e2d83330d11b2740
parentd22734c32600fbe121a50734e2ee30bf7bdf15ad
Implement RouteTable and subnet association

Implements blueprint resource-type-routetable
and blueprint resource-type-srta

Change-Id: Idb6e8d060563d22847d100220e9a1750340583a8
heat/engine/resources/route_table.py [new file with mode: 0644]
heat/engine/resources/subnet.py
heat/tests/test_vpc.py