Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48E98972F for ; Fri, 8 Mar 2013 09:58:10 +0000 (UTC) Received: (qmail 54607 invoked by uid 500); 8 Mar 2013 09:58:09 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 54473 invoked by uid 500); 8 Mar 2013 09:58:09 -0000 Mailing-List: contact cloudstack-commits-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-commits@incubator.apache.org Received: (qmail 54369 invoked by uid 99); 8 Mar 2013 09:58:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 09:58:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6D280831D31; Fri, 8 Mar 2013 09:58:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: koushik@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/4] git commit: refs/heads/cisco-vnmc-api-integration - Renamed delete-acl-rule -> delete-rule Message-Id: <20130308095805.6D280831D31@tyr.zones.apache.org> Date: Fri, 8 Mar 2013 09:58:05 +0000 (UTC) Renamed delete-acl-rule -> delete-rule Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4c65b706 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4c65b706 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4c65b706 Branch: refs/heads/cisco-vnmc-api-integration Commit: 4c65b70668bf994adc8c55096dfefde98eb18180 Parents: aa94eca Author: Koushik Das Authored: Fri Mar 8 13:51:37 2013 +0530 Committer: Koushik Das Committed: Fri Mar 8 13:51:37 2013 +0530 ---------------------------------------------------------------------- .../scripts/network/cisco/delete-acl-rule.xml | 17 --------------- .../scripts/network/cisco/delete-rule.xml | 17 +++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4c65b706/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-acl-rule.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-acl-rule.xml b/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-acl-rule.xml deleted file mode 100755 index 92354b0..0000000 --- a/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-acl-rule.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4c65b706/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-rule.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-rule.xml b/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-rule.xml new file mode 100755 index 0000000..92354b0 --- /dev/null +++ b/plugins/network-elements/cisco-vnmc/scripts/network/cisco/delete-rule.xml @@ -0,0 +1,17 @@ + + + + + + + + + + \ No newline at end of file