]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add VPC resource implementation
authorSteve Baker <sbaker@redhat.com>
Tue, 20 Nov 2012 03:27:20 +0000 (16:27 +1300)
committerSteve Baker <sbaker@redhat.com>
Sun, 2 Dec 2012 22:54:33 +0000 (11:54 +1300)
commit277118a794cde1271f87f5af99961e7eeb054ff6
treedd642cfadcc4749ec6d53a87503eb7e96f9ebaad
parenteaa18014339ad48dc0943ee5b4c9b5fc32fb2652
Add VPC resource implementation

This implements the AWS::EC2::VPC resource.

Change-Id: Ib50897d692292c42b21cffb7d8f6758f2d1a5f1f
heat/engine/resources/vpc.py [new file with mode: 0644]
heat/tests/test_vpc.py [new file with mode: 0644]