Merge pull request #918 from dbhirko/devel

ec2_vpc_igw.py changed boto connection obejct to vpc
reviewable/pr18780/r1
Brian Coca 9 years ago
commit 12f8f125cf

@ -133,7 +133,7 @@ def main():
if region: if region:
try: try:
connection = connect_to_aws(boto.ec2, region, **aws_connect_params) connection = connect_to_aws(boto.vpc, region, **aws_connect_params)
except (boto.exception.NoAuthHandlerFound, StandardError), e: except (boto.exception.NoAuthHandlerFound, StandardError), e:
module.fail_json(msg=str(e)) module.fail_json(msg=str(e))
else: else:

Loading…
Cancel
Save