Skip Menu |

This queue is for tickets about the VM-EC2 CPAN distribution.

Report information
The Basics
Id: 98180
Status: resolved
Priority: 0/
Queue: VM-EC2

People
Owner: Nobody in particular
Requestors: shuff [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.25
Fixed in: 1.27



Subject: [PATCH] -availability_zone parameter for create_subnet convenience method
It looks like VM::EC2::REST::subnet::create_subnet() can accept an -availability_zone parameter, but the VM::EC2::VPC::create_subnet() convenience method doesn't seem to have a way to pass it through, so I added one. Patch is at https://github.com/lstein/LibVM-EC2-Perl/pull/25 -- Steve Huff (SHUFF) * shuff@cpan.org
On Tue Aug 19 14:18:53 2014, SHUFF wrote: Show quoted text
> It looks like VM::EC2::REST::subnet::create_subnet() can accept an > -availability_zone parameter, but the VM::EC2::VPC::create_subnet() > convenience method doesn't seem to have a way to pass it through, so I > added one. > > Patch is at https://github.com/lstein/LibVM-EC2-Perl/pull/25
Thank you. The fix is incorporated into version 1.27.