Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
5543a91cc1
19 changed files with 368 additions and 368 deletions
|
|
@ -236,8 +236,8 @@ def test_route_table_associations():
|
|||
@mock_ec2_deprecated
|
||||
def test_route_table_replace_route_table_association():
|
||||
"""
|
||||
Note: Boto has deprecated replace_route_table_assocation (which returns status)
|
||||
and now uses replace_route_table_assocation_with_assoc (which returns association ID).
|
||||
Note: Boto has deprecated replace_route_table_association (which returns status)
|
||||
and now uses replace_route_table_association_with_assoc (which returns association ID).
|
||||
"""
|
||||
conn = boto.connect_vpc("the_key", "the_secret")
|
||||
vpc = conn.create_vpc("10.0.0.0/16")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue