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 CD9B4F5E1 for ; Tue, 9 Apr 2013 13:31:34 +0000 (UTC) Received: (qmail 46752 invoked by uid 500); 9 Apr 2013 13:31:34 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 46642 invoked by uid 500); 9 Apr 2013 13:31:33 -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 46506 invoked by uid 99); 9 Apr 2013 13:31:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 13:31:26 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.149.209] (HELO na3sys009aog113.obsmtp.com) (74.125.149.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 13:31:20 +0000 Received: from mail-vb0-f69.google.com ([209.85.212.69]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKUWQYEn2OqFpKDLZlVxrYn2qAXC89O2BT@postini.com; Tue, 09 Apr 2013 06:30:59 PDT Received: by mail-vb0-f69.google.com with SMTP id p12so9249576vbe.0 for ; Tue, 09 Apr 2013 06:30:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:x-gm-message-state; bh=++/ag0iYDIQcD1J82xdr60SuVAX3Jm/BKdnjyCSQAEg=; b=pzni0JRDr1aV1m1gzh5MeZYgXsTui++/knD6tRETWdLjTFLglR4I74XO70roVMDXi8 LiXLsvZLnJgxNa0qqhshU4OklJao0ksNajzbGV0pxs0MVB6OCjScWXeHyUDiA9ZeVMfJ bNVMW7fL4gvtIyL80Aj2x2mJSWzjGrlp8Mkrbl5tYl+DU3blbsj92qJZWF7Cl8L29RBM mQfAkyvU2euwwRG2VUlQy7N5YBa9tuqRHfaK2fgFtwSDtwJT+rkJLbwf7mQMcEP//WHD jNzK4bAzZnOHXuaaLSj1WcnPZ7yaFmlPc0xN/NfnNwgNQV8ICahAFz2KT6j4b4pgLQF6 0EBQ== X-Received: by 10.221.4.6 with SMTP id oa6mr15159229vcb.29.1365514255714; Tue, 09 Apr 2013 06:30:55 -0700 (PDT) X-Received: by 10.221.4.6 with SMTP id oa6mr15159219vcb.29.1365514255642; Tue, 09 Apr 2013 06:30:55 -0700 (PDT) Received: from localhost ([216.203.6.11]) by mx.google.com with ESMTPS id e8sm29458923vdt.7.2013.04.09.06.30.53 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 09 Apr 2013 06:30:54 -0700 (PDT) Date: Tue, 9 Apr 2013 09:30:54 -0400 From: Chip Childers To: dev@cloudstack.apache.org Subject: Re: [ACS41][Patch Request] CLOUDSTACK-1834: Events are not generated for registerUserKeys() Message-ID: <20130409133054.GX8503@USLT-205755.sungardas.corp> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQluDbnbvACbS8i4ou1ppZ+oIqypdY2zPd+WmpceNTByw8LbQjPHB3nJ1cobKqNXwzOFrA5Vo3BWaIwNTmtoNhu7TEO48FlRMg40atSMwV5MF4NMANR5+BjFNxRYdwU9x/ZSuNR+XBPMi2U3/6pEQ93I4ZjYfrAR7SFYXgQaHVBiOQ+HjdY= X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Apr 09, 2013 at 12:19:29PM +0000, Murali Reddy wrote: > CLOUDSTACK-1834: Events are not generated for registerUserKeys() > > Branch: refs/heads/master > Commit: 9180bd599015ce248e894a0ef476a4604b1533e4 > Parents: 47dc989 > Author: Murali Reddy > > Authored: Tue Apr 9 17:45:19 2013 +0530 > Committer: Murali Reddy > > Committed: Tue Apr 9 17:45:57 2013 +0530 ACK and applied. Thanks!