Merge pull request #28168 from rallytime/fix-27855

Make sure availability zone gets passed in boto_vpc module when creating subnet
This commit is contained in:
Mike Place 2015-10-21 08:48:02 -06:00
commit 559a517ad6

View file

@ -777,7 +777,7 @@ def create_subnet(vpc_id=None, cidr_block=None, vpc_name=None,
return _create_resource('subnet', name=subnet_name, tags=tags,
vpc_id=vpc_id, cidr_block=cidr_block,
region=region, key=key, keyid=keyid,
profile=profile)
profile=profile, availability_zone=availability_zone)
def delete_subnet(subnet_id=None, subnet_name=None, region=None, key=None,