On Oct 27, 2011, at 2:37 PM, Tong Li wrote:

> ACK!

Thanks! Pushed to SVN. (r1189732)

> 
> Tong Li
> Emerging Technologies & Standards
> B062/K317
> liton...@us.ibm.com
> 
> mfoj...@redhat.com wrote on 10/27/2011 07:17:22 AM:
> 
>> From: mfoj...@redhat.com
>> To: deltacloud-dev@incubator.apache.org
>> Date: 10/27/2011 07:18 AM
>> Subject: [PATCH core 2/8] CIMI: Replaced EOS with regular string in
>> collection description
>> 
>> From: Michal Fojtik <mfoj...@redhat.com>
>> 
>> 
>> Signed-off-by: Michal fojtik <mfoj...@redhat.com>
>> ---
>> server/lib/cimi/server.rb |   27 +++++----------------------
>> 1 files changed, 5 insertions(+), 22 deletions(-)
>> 
>> diff --git a/server/lib/cimi/server.rb b/server/lib/cimi/server.rb
>> index a76fe61..d995f34 100644
>> --- a/server/lib/cimi/server.rb
>> +++ b/server/lib/cimi/server.rb
>> @@ -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"
>> --
>> 1.7.4.4

------------------------------------------------------
Michal Fojtik, mfoj...@redhat.com
Deltacloud API: http://deltacloud.org

Reply via email to