From dev-return-51131-apmail-cloudstack-dev-archive=cloudstack.apache.org@cloudstack.apache.org Wed Jan 29 23:49:23 2014 Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 155F810EFA for ; Wed, 29 Jan 2014 23:49:23 +0000 (UTC) Received: (qmail 70993 invoked by uid 500); 29 Jan 2014 23:49:21 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 70904 invoked by uid 500); 29 Jan 2014 23:49:21 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 70896 invoked by uid 99); 29 Jan 2014 23:49:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 23:49:21 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,TRACKER_ID X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of animesh.chaturvedi@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 23:49:15 +0000 X-IronPort-AV: E=Sophos;i="4.95,745,1384300800"; d="scan'208";a="95933173" Received: from sjcpex01cl01.citrite.net ([10.216.14.143]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA; 29 Jan 2014 23:48:53 +0000 Received: from SJCPEX01CL02.citrite.net ([169.254.2.110]) by SJCPEX01CL01.citrite.net ([10.216.14.143]) with mapi id 14.02.0342.004; Wed, 29 Jan 2014 15:48:53 -0800 From: Animesh Chaturvedi To: "dev@cloudstack.apache.org" Subject: RE: userVmResponse no longer returns some parameters Thread-Topic: userVmResponse no longer returns some parameters Thread-Index: AQHPHTyRCRI+me0hwUO3h/Wa5aa5DpqcxoIA//968QCAAAVKsIAAAuKAgAAT44A= Date: Wed, 29 Jan 2014 23:48:52 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.113.125] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Daan This is from the recent commit that you cherry-picked into 4.3. These unint= ended consequences was my reason not to change so late. Anyhow please revie= w Animesh -----Original Message----- From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com]=20 Sent: Wednesday, January 29, 2014 2:32 PM To: dev@cloudstack.apache.org Cc: Daan Hoogland Subject: Re: userVmResponse no longer returns some parameters dcda79e2c02fda4e0fe52f61bf61712742e1f0db On 1/29/14, 2:22 PM, "Animesh Chaturvedi" wrote: >Alena do you know the commit ID > >-----Original Message----- >From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com] >Sent: Wednesday, January 29, 2014 2:03 PM >To: dev@cloudstack.apache.org >Cc: Daan Hoogland >Subject: Re: userVmResponse no longer returns some parameters > >So the problem exists in 4.3 branch as well? > >=3Dalena. > >On 1/29/14, 1:59 PM, "Sheng Yang" wrote: > >>That's the reason of: >>http://www.mail-archive.com/dev@cloudstack.apache.org/msg21948.html >> >>--Sheng >> >> >>On Wed, Jan 29, 2014 at 1:53 PM, Alena Prokharchyk <=20 >>Alena.Prokharchyk@citrix.com> wrote: >> >>> Hi Daan, >>> >>> In the latest master build I observed that listVirtualMachines=20 >>>command no longer returns parameters like: >>> >>> State >>> displayName >>> Account >>> >>> Its due to the commit that you've cherry-picked >>> (fae05560218ef3bcb962bd424ae5dbf5cb8ede68) >>> >>> Setting corresponding fields in UserVmJoinVO to become final,=20 >>>causing them to always return NULL in the response. >>> >>> Can you please fix it? Current behavior will break all integration=20 >>>code. >>> >>> Thanks, >>> Alena. >>> >>> >>> >