You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2013/03/12 11:13:24 UTC

[2/3] git commit: CIMI Client - fix typo on address create

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 <ma...@redhat.com>
Authored: Mon Mar 11 13:27:13 2013 +0200
Committer: marios <ma...@redhat.com>
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