Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-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 A7111ED8F for ; Tue, 12 Mar 2013 10:13:25 +0000 (UTC) Received: (qmail 72816 invoked by uid 500); 12 Mar 2013 10:13:25 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 72781 invoked by uid 500); 12 Mar 2013 10:13:25 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 72736 invoked by uid 99); 12 Mar 2013 10:13:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 10:13:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2D6E1CA4F; Tue, 12 Mar 2013 10:13:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marios@apache.org To: commits@deltacloud.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: CIMI Client - fix typo on address create Message-Id: <20130312101324.2D6E1CA4F@tyr.zones.apache.org> Date: Tue, 12 Mar 2013 10:13:24 +0000 (UTC) CIMI Client - fix typo on address create Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/9a8eab9c Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/9a8eab9c Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/9a8eab9c Branch: refs/heads/master Commit: 9a8eab9c5ebe6e04e068983715e2ba5e00200b2f Parents: ab3811b Author: marios Authored: Mon Mar 11 13:27:13 2013 +0200 Committer: marios Committed: Tue Mar 12 12:12:50 2013 +0200 ---------------------------------------------------------------------- clients/cimi/lib/entities/address.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/9a8eab9c/clients/cimi/lib/entities/address.rb ---------------------------------------------------------------------- diff --git a/clients/cimi/lib/entities/address.rb b/clients/cimi/lib/entities/address.rb index 5f7b5c8..f468bb0 100644 --- a/clients/cimi/lib/entities/address.rb +++ b/clients/cimi/lib/entities/address.rb @@ -34,7 +34,7 @@ class CIMI::Frontend::Address < CIMI::Frontend::Entity xml.Address(:xmlns => CIMI::Frontend::CMWG_NAMESPACE) { xml.name params[:address][:name] xml.description params[:address][:description] - xml.machineTemplate( :href => params[:address][:address_template] ) + xml.addressTemplate( :href => params[:address][:address_template] ) } end.to_xml begin