Bug 1042194 - [RFE][heat]: Implement resource type AWS::EC2::Route
Summary: [RFE][heat]: Implement resource type AWS::EC2::Route
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/heat...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:19 UTC by RHOS Integration
Modified: 2016-02-08 17:22 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:53:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:19:52 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/resource-type-route.

Description:

AWS::EC2::Route
http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html
Creates a new route in a route table within a VPC. The route's target can be either a gateway attached to the VPC or a NAT instance in the VPC.
Each route in a table specifies a destination CIDR and a target (e.g., traffic destined for 172.16.0.0/12 is targeted for the virtual private gateway); we use the most specific route that matches the traffic to determine how to route the traffic.
 
Parameters
DestinationCidrBlock
GatewayId
InstanceId
NetworkInterfaceId
RouteTableId
Tags
 
Maps to no existing concept in Quantum
 
Comments
It could be that a Quantum Router would be an appropriate basis to build Routes on top of. However an alternative might be to develop a separate Quantum featureset which implements the VPC Route Table functionality. 

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.