You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2011/10/27 15:02:57 UTC

svn commit: r1189733 - /incubator/deltacloud/trunk/server/lib/cimi/server.rb

Author: mfojtik
Date: Thu Oct 27 13:02:57 2011
New Revision: 1189733

URL: http://svn.apache.org/viewvc?rev=1189733&view=rev
Log:
CIMI: Replaced EOS with regular string in collection description

Modified:
    incubator/deltacloud/trunk/server/lib/cimi/server.rb

Modified: incubator/deltacloud/trunk/server/lib/cimi/server.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/lib/cimi/server.rb?rev=1189733&r1=1189732&r2=1189733&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/lib/cimi/server.rb (original)
+++ incubator/deltacloud/trunk/server/lib/cimi/server.rb Thu Oct 27 13:02:57 2011
@@ -77,9 +77,7 @@ get "#{settings.root_url}\/?" do
 end
 
 global_collection  :cloudEntryPoint do
-  description <<EOS
-  cloud entry point
-EOS
+  description 'Cloud entry point'
 
   operation :index do
     description "list all resources of the cloud"
@@ -91,11 +89,7 @@ EOS
 end
 
 global_collection :machine_configurations do
-
-
-  description <<EOS
-List all machine configurations
-EOS
+  description 'List all machine configurations'
 
   operation :index do
     description "List all machine configurations"
@@ -137,11 +131,7 @@ EOS
 end
 
 global_collection :machine_images do
-
-
-  description <<EOS
-List all machine images
-EOS
+  description 'List all machine images'
 
   operation :index do
     description "List all machine configurations"
@@ -185,11 +175,7 @@ EOS
 end
 
 global_collection :machines do
-
-
-  description <<EOS
-List all machine
-EOS
+  description 'List all machine'
 
   operation :index do
     description "List all machines"
@@ -233,10 +219,7 @@ EOS
 end
 
 global_collection :volumes do
-
-  description <<EOS
-List all volumes
-EOS
+  description 'List all volumes'
 
   operation :index do
     description "List all volumes"