You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2011/11/22 14:26:04 UTC

[PATCH core 3/3] CIMI: Added missing :operations attribute to Volume schema

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 server/lib/cimi/model/volume.rb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/server/lib/cimi/model/volume.rb b/server/lib/cimi/model/volume.rb
index b83fcc3..ed80903 100644
--- a/server/lib/cimi/model/volume.rb
+++ b/server/lib/cimi/model/volume.rb
@@ -28,4 +28,7 @@ class CIMI::Model::Volume < CIMI::Model::Base
     scalar :ref
   end
   scalar :eventlog
+  array :operations do
+    scalar :rel, :href
+  end
 end
-- 
1.7.4.4