Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5243210479 for ; Wed, 8 May 2013 01:35:41 +0000 (UTC) Received: (qmail 5504 invoked by uid 500); 8 May 2013 01:35:41 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 5482 invoked by uid 500); 8 May 2013 01:35:41 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 5472 invoked by uid 99); 8 May 2013 01:35:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 01:35:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D857C889411; Wed, 8 May 2013 01:35:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kawai@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.1 to 95de7ea Date: Wed, 8 May 2013 01:35:40 +0000 (UTC) Updated Branches: refs/heads/4.1 b02bbc841 -> 95de7ea69 Fix typo Reported by Soheil Eizadi at dev@cloudstack.apache.org Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/95de7ea6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/95de7ea6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/95de7ea6 Branch: refs/heads/4.1 Commit: 95de7ea69b80681da3968fea3ddf75681959e90b Parents: b02bbc8 Author: Hiroaki KAWAI Authored: Wed May 8 10:06:44 2013 +0900 Committer: U-kawai-X200\kawai Committed: Wed May 8 10:31:40 2013 +0900 ---------------------------------------------------------------------- .../api/commands/DeleteNiciraNvpDeviceCmd.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/95de7ea6/plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java ---------------------------------------------------------------------- diff --git a/plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java b/plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java old mode 100644 new mode 100755 index 8d21a55..9ba1c83 --- a/plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java +++ b/plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java @@ -95,7 +95,7 @@ public class DeleteNiciraNvpDeviceCmd extends BaseAsyncCmd { @Override public String getEventType() { - return EventTypes.EVENT_EXTERNAL_LB_DEVICE_DELETE; + return EventTypes.EVENT_EXTERNAL_NVP_CONTROLLER_DELETE; } @Override