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 AE6DC10566 for ; Wed, 8 May 2013 17:48:46 +0000 (UTC) Received: (qmail 43285 invoked by uid 500); 8 May 2013 17:48:33 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 43078 invoked by uid 500); 8 May 2013 17:48:33 -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 41511 invoked by uid 99); 8 May 2013 17:48:27 -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 17:48:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CD2B3889DFB; Wed, 8 May 2013 17:48:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Wed, 08 May 2013 17:49:37 -0000 Message-Id: In-Reply-To: <818559ec26454aa7b9803739214b1b22@git.apache.org> References: <818559ec26454aa7b9803739214b1b22@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [73/90] [abbrv] git commit: updated refs/heads/ui-cisco-asa1000v-support to c1e9e4d 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/64dc39a2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/64dc39a2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/64dc39a2 Branch: refs/heads/ui-cisco-asa1000v-support Commit: 64dc39a2b068e0cb82ad300a98ae83e323137364 Parents: 5b74b4d Author: Hiroaki KAWAI Authored: Wed May 8 10:06:44 2013 +0900 Committer: Hiroaki KAWAI Committed: Wed May 8 10:06:44 2013 +0900 ---------------------------------------------------------------------- .../api/commands/DeleteNiciraNvpDeviceCmd.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/64dc39a2/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