The bug is fixed in 4.1.1, also checked into master branch. Thanks -min
On 6/19/13 6:33 PM, "Nick Wales" <n...@nickwales.co.uk> wrote: >Thanks Min, > >I have created ticket >https://issues.apache.org/jira/browse/CLOUDSTACK-3080 > >Nick > > >On 19 June 2013 17:48, Min Chen <min.c...@citrix.com> wrote: > >> In 4.1, we did some refactor on list api to improve its performance. >>This >> might be a bug, you can file a JIRA ticket and I can take a look at it. >> >> Thanks >> -min >> >> On 6/19/13 3:37 PM, "Nick Wales" <n...@nickwales.co.uk> wrote: >> >> >In 4.0.1 I was able to make a call to the API similar to the below hich >> >would return only the instances tagged: app=my_app_name >> > >> >{"tags[0].value"=>"my_app_name", >> > "tags[0].key"=>"app", >> > :command=>"listVirtualMachines", >> > :response=>"json"} >> > >> > >> >(I'm using the cloudstack_helper ruby gem which explains the >>formatting) >> > >> >However since I have upgraded to 4.1 I now get returned every instance >>for >> >the same query. >> > >> >Has something changed or am I doing wrong? >> > >> >Thanks >> > >> >Nick >> >>