You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2010/07/09 01:22:25 UTC

svn commit: r962092 - /incubator/deltacloud/trunk/framework/lib/converters/xml_converter.rb

Author: lutter
Date: Thu Jul  8 23:22:25 2010
New Revision: 962092

URL: http://svn.apache.org/viewvc?rev=962092&view=rev
Log:
Add <realm> to XML marshalling.

Modified:
    incubator/deltacloud/trunk/framework/lib/converters/xml_converter.rb

Modified: incubator/deltacloud/trunk/framework/lib/converters/xml_converter.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/framework/lib/converters/xml_converter.rb?rev=962092&r1=962091&r2=962092&view=diff
==============================================================================
--- incubator/deltacloud/trunk/framework/lib/converters/xml_converter.rb (original)
+++ incubator/deltacloud/trunk/framework/lib/converters/xml_converter.rb Thu Jul  8 23:22:25 2010
@@ -67,6 +67,7 @@ module Converters
               builder.owner_id( obj.owner_id )
               builder.image( :href=>@link_builder.send( :image_url, obj.image_id ) )
               builder.flavor( :href=>@link_builder.send( :flavor_url, obj.flavor_id ) )
+              builder.realm( :href=>@link_builder.send( :realm_url, obj.realm_id ) )
               builder.state( obj.state )
               builder.actions {
                 if ( obj.actions )