Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 23752D4AA for ; Thu, 28 Feb 2013 08:53:31 +0000 (UTC) Received: (qmail 3069 invoked by uid 500); 28 Feb 2013 08:53:30 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 3035 invoked by uid 500); 28 Feb 2013 08:53:30 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 3021 invoked by uid 99); 28 Feb 2013 08:53:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 08:53:29 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Kishan.Kavala@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 08:53:23 +0000 X-IronPort-AV: E=Sophos;i="4.84,754,1355097600"; d="scan'208";a="1175047" Received: from banpmailmx01.citrite.net ([10.103.128.73]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 28 Feb 2013 08:53:01 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.72]) by BANPMAILMX01.citrite.net ([10.103.128.73]) with mapi; Thu, 28 Feb 2013 14:22:59 +0530 From: Kishan Kavala To: "cloudstack-dev@incubator.apache.org" Date: Thu, 28 Feb 2013 14:22:59 +0530 Subject: RE: [CLOUDSTACK-241 ]Regions update Thread-Topic: [CLOUDSTACK-241 ]Regions update Thread-Index: Ac4UMO86+s9RRjDtTiCaXMnJJXz8GAAgZ1xAADeLZeA= Message-ID: <33740054EBF5B64BB213E2E0916F2C13F075FBB94C@BANPMAILBOX01.citrite.net> References: <33740054EBF5B64BB213E2E0916F2C13F075FBB93F@BANPMAILBOX01.citrite.net> <20130226145202.GF81779@USLT-205755.sungardas.corp> <33740054EBF5B64BB213E2E0916F2C13F075FBB945@BANPMAILBOX01.citrite.net> In-Reply-To: <33740054EBF5B64BB213E2E0916F2C13F075FBB945@BANPMAILBOX01.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US 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 > -----Original Message----- > From: Kishan Kavala [mailto:Kishan.Kavala@citrix.com] > Sent: Wednesday, 27 February 2013 12:07 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [CLOUDSTACK-241 ]Regions update >=20 > > -----Original Message----- > > From: Chip Childers [mailto:chip.childers@sungard.com] > > Sent: Tuesday, 26 February 2013 8:22 PM > > To: cloudstack-dev@incubator.apache.org > > Subject: Re: [CLOUDSTACK-241 ]Regions update > > > > On Tue, Feb 26, 2013 at 02:34:13PM +0530, Kishan Kavala wrote: > > > Removed API based account sync for Regions as discussed earlier [1] . > > Event framework will be used instead. I pushed the changes to master. > > commit: e37fdce125511535961c77a77d253ce232a954d0. > > > I'll be merging the same to 4.1 branch. > > > > > > [1] > > > http://mail-archives.apache.org/mod_mbox/incubator-cloudstack- > > dev/2013 > > > 02.mbox/%3CCD3462CF.64A2%25chiradeep.vittal@citrix.com%3E > > > > > > > Is this something we really want to do now? Has the feature been QA'ed > yet? > > This seems pretty late to make a change to the basic function of the > > feature for 4.1. > > > > If my concern are overblown, then say so! > > > > -chip >=20 > This commit only removes API based account data sync and it is fairly iso= lated > part of the code. > Events are already in place so no changes in that area. >=20 Changes were merged to 4.1 branch. I also changed tabs to spaces in the rel= ated files, so the diff shows more changes than actual.