Port ec2_vpc_net to boto3 and add support to expand existing VPCs - fixes #31216 (#33105)

* Port ec2_vpc_net to boto3 and add support to expand existing VPCs

* Add s-hertel as an author for ec2_vpc_net

* Update ec2_vpc_net test for new error triggered by lack of credentials

Fix backwards compatibility

Document new return value

* Fix pep8 and return documentation
This commit is contained in:
Sloane Hertel
2017-12-14 18:41:03 -05:00
committed by Will Thames
parent 465ace4c14
commit cae14e16ac
2 changed files with 139 additions and 110 deletions

View File

@@ -29,7 +29,7 @@
assert:
that:
- 'result is failed'
- 'result.msg.startswith("No handler was ready to authenticate")'
- '"Unable to locate credentials" in result.msg'
# ============================================================