Skip Menu |

This queue is for tickets about the Net-CloudStack CPAN distribution.

Report information
The Basics
Id: 83644
Status: resolved
Priority: 0/
Queue: Net-CloudStack

People
Owner: SNUMANO [...] cpan.org
Requestors: david.bell [...] zeninternet.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Arrays in paramaters
Date: Tue, 26 Feb 2013 16:12:23 +0000
To: "'bug-net-cloudstack [...] rt.cpan.org'" <bug-net-cloudstack [...] rt.cpan.org>
From: David Bell <david.bell [...] zeninternet.co.uk>
Hi, Your code currently doesn't support passing arrays through to a CloudStack environment. This is required when using the new tags feature as referenced here: http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/user/listVirtualMachines.html A simple change is required to allow this to work. Line 127 Before: if(/(\w+)\=(\w.+)/){ After: if(/(\w+(?:\[\d+\]\.\w+)?)\=(\w.+)/){ Regards, Dave -- David Bell Network Engineer, Zen Internet T: 0845 057 8232 F: 0845 058 9170 W: zen.co.uk We have been awarded ISO 27001:2005 certification, the International standard for the measurement of information security. http://www.zen.co.uk/latest-news.aspx?page=11760 This message is private and confidential. If you have received this message in error, please notify us and remove it from your system. Zen Internet Limited may monitor email traffic data to manage billing, to handle customer enquiries and for the prevention and detection of fraud. We may also monitor the content of emails sent to and/or from Zen Internet Limited for the purposes of security, staff training and to monitor quality of service. Zen Internet Limited is registered in England and Wales, Sandbrook Park, Sandbrook Way, Rochdale, OL11 1RY Company No. 03101568 VAT Reg No. 686 0495 01
Subject: RE: [rt.cpan.org #83644] AutoReply: Arrays in paramaters
Date: Tue, 26 Feb 2013 16:21:40 +0000
To: "'bug-Net-CloudStack [...] rt.cpan.org'" <bug-Net-CloudStack [...] rt.cpan.org>
From: David Bell <david.bell [...] zeninternet.co.uk>
I've created a pull request that makes this change. Dave Show quoted text
> -----Original Message----- > From: Bugs in Net-CloudStack via RT [mailto:bug-Net- > CloudStack@rt.cpan.org] > Sent: 26 February 2013 16:13 > To: David Bell > Subject: [rt.cpan.org #83644] AutoReply: Arrays in paramaters > > > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Arrays in paramaters", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #83644]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=83644 > > Please include the string: > > [rt.cpan.org #83644] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Net-CloudStack@rt.cpan.org > > ------------------------------------------------------------------------- > Hi, > > Your code currently doesn't support passing arrays through to a CloudStack > environment. This is required when using the new tags feature as > referenced here: > http://incubator.apache.org/cloudstack/docs/api/apidocs- > 4.0.0/user/listVirtualMachines.html > > A simple change is required to allow this to work. > > Line 127 Before: > if(/(\w+)\=(\w.+)/){ > > After: > if(/(\w+(?:\[\d+\]\.\w+)?)\=(\w.+)/){ > > Regards, > Dave > -- > David Bell > Network Engineer, Zen Internet > T: 0845 057 8232 > F: 0845 058 9170 > W: zen.co.uk > > We have been awarded ISO 27001:2005 certification, the International > standard for the measurement of information security. > http://www.zen.co.uk/latest-news.aspx?page=11760 > > This message is private and confidential. If you have received this message > in error, please notify us and remove it from your system. > > Zen Internet Limited may monitor email traffic data to manage billing, to > handle customer enquiries and for the prevention and detection of fraud. > We may also monitor the content of emails sent to and/or from Zen Internet > Limited for the purposes of security, staff training and to monitor quality of > service. > > Zen Internet Limited is registered in England and Wales, Sandbrook Park, > Sandbrook Way, Rochdale, OL11 1RY Company No. 03101568 VAT Reg No. 686 > 0495 01
Hi David-san, Thank you for your pull request. I merged and uploaded to CPAN. Please wait for a while. Thanks, --- Shugo Numano