[
https://issues.apache.org/jira/browse/LIBCLOUD-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033125#comment-14033125
] ASF subversion and git services commented on LIBCLOUD-574: ---------------------------------------------------------- Commit fcd353d51c9929e4849de47a26a2ab603d8f7216 in libcloud's branch refs/heads/trunk from [~Zerthimon] [ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=fcd353d ] [LIBCLOUD-574] Add methods for routes and route table management to the EC2 driver. Closes #313 Signed-off-by: Tomaz Muraus <[email protected]> > Add support for routing tables and routes in EC2 driver > ------------------------------------------------------- > > Key: LIBCLOUD-574 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-574 > Project: Libcloud > Issue Type: Improvement > Components: Compute > Reporter: Lior Goikhburg > Priority: Minor > > add support for: > Route tables: > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeRouteTables.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateRouteTable.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DeleteRouteTable.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AssociateRouteTable.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DisassociateRouteTable.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ReplaceRouteTableAssociation.html > Routes: > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateRoute.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DeleteRoute.html > http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ReplaceRoute.html -- This message was sent by Atlassian JIRA (v6.2#6252)
