steamcannon-deltacloud-core 0.1.1.1 → 0.1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,6 +121,14 @@ module Deltacloud
121
121
  stopped.to( :finish ) .automatically
122
122
  end
123
123
 
124
+ def valid_credentials?(credentials)
125
+ # FIXME: We need to do this call to determine if
126
+ # EC2 is working with given credentials. There is no
127
+ # other way to check, if given credentials are valid or not.
128
+ realms = realms(credentials) rescue false
129
+ return realms ? true : false
130
+ end
131
+
124
132
  def images(credentials, opts={})
125
133
  ec2 = new_client(credentials)
126
134
  img_arr = []
@@ -125,8 +125,8 @@ module ApplicationHelper
125
125
  end
126
126
  end
127
127
 
128
- def cdata(&block)
129
- text = capture_haml(&block)
128
+ def cdata(text = nil, &block)
129
+ text ||= capture_haml(&block)
130
130
  "<![CDATA[#{text.strip}]]>"
131
131
  end
132
132
 
@@ -1,2 +1,3 @@
1
1
  %error{:url => "#{request.env['REQUEST_URI']}", :status => "#{response.status}"}
2
- %message #{@error.message}
2
+ %message< #{cdata @error.message}
3
+
@@ -1,4 +1,5 @@
1
1
  %error{:url => "#{request.env['REQUEST_URI']}", :status => "#{response.status}"}
2
2
  %capability #{@error.capability}
3
- %message #{@error.message}
3
+ %message< #{cdata @error.message}
4
+
4
5
 
@@ -4,5 +4,5 @@
4
4
  %code= @error.code
5
5
  %cause= @error.cause
6
6
  - if @error.details
7
- %details #{@error.details}
8
- %message #{@error.message}
7
+ %details< #{cdata @error.details.join("\n")}
8
+ %message< #{cdata @error.message}
@@ -1,7 +1,8 @@
1
1
  %error{:url => "#{request.env['REQUEST_URI']}", :status => "#{response.status}"}
2
2
  %parameter #{@error.name}
3
- %message #{@error.message}
3
+ %message< #{cdata @error.message}
4
4
  - unless @error.param.options.empty?
5
5
  %valid_options
6
6
  - @error.param.options.each do |v|
7
- %value #{v}
7
+ %value< #{cdata v}
8
+
metadata CHANGED
@@ -1,370 +1,384 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steamcannon-deltacloud-core
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 71
4
5
  prerelease: false
5
6
  segments:
6
- - 0
7
- - 1
8
- - 1
9
- - 1
10
- version: 0.1.1.1
7
+ - 0
8
+ - 1
9
+ - 1
10
+ - 2
11
+ version: 0.1.1.2
11
12
  platform: ruby
12
13
  authors:
13
- - Red Hat, Inc.
14
+ - Red Hat, Inc.
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-11-29 00:00:00 -05:00
19
+ date: 2010-11-30 00:00:00 -05:00
19
20
  default_executable:
20
21
  dependencies:
21
- - !ruby/object:Gem::Dependency
22
- name: rake
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- segments:
30
- - 0
31
- - 8
32
- - 7
33
- version: 0.8.7
34
- type: :runtime
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
- name: haml
38
- prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
40
- none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- segments:
45
- - 2
46
- - 2
47
- - 17
48
- version: 2.2.17
49
- type: :runtime
50
- version_requirements: *id002
51
- - !ruby/object:Gem::Dependency
52
- name: sinatra
53
- prerelease: false
54
- requirement: &id003 !ruby/object:Gem::Requirement
55
- none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- segments:
60
- - 0
61
- - 9
62
- - 4
63
- version: 0.9.4
64
- type: :runtime
65
- version_requirements: *id003
66
- - !ruby/object:Gem::Dependency
67
- name: rack
68
- prerelease: false
69
- requirement: &id004 !ruby/object:Gem::Requirement
70
- none: false
71
- requirements:
72
- - - ">="
73
- - !ruby/object:Gem::Version
74
- segments:
75
- - 1
76
- - 0
77
- - 0
78
- version: 1.0.0
79
- - - <=
80
- - !ruby/object:Gem::Version
81
- segments:
82
- - 1
83
- - 1
84
- - 0
85
- version: 1.1.0
86
- type: :runtime
87
- version_requirements: *id004
88
- - !ruby/object:Gem::Dependency
89
- name: rack-accept
90
- prerelease: false
91
- requirement: &id005 !ruby/object:Gem::Requirement
92
- none: false
93
- requirements:
94
- - - ~>
95
- - !ruby/object:Gem::Version
96
- segments:
97
- - 0
98
- - 4
99
- - 3
100
- version: 0.4.3
101
- type: :runtime
102
- version_requirements: *id005
103
- - !ruby/object:Gem::Dependency
104
- name: json
105
- prerelease: false
106
- requirement: &id006 !ruby/object:Gem::Requirement
107
- none: false
108
- requirements:
109
- - - ">="
110
- - !ruby/object:Gem::Version
111
- segments:
112
- - 1
113
- - 1
114
- - 9
115
- version: 1.1.9
116
- type: :runtime
117
- version_requirements: *id006
118
- - !ruby/object:Gem::Dependency
119
- name: compass
120
- prerelease: false
121
- requirement: &id007 !ruby/object:Gem::Requirement
122
- none: false
123
- requirements:
124
- - - ">="
125
- - !ruby/object:Gem::Version
126
- segments:
127
- - 0
128
- - 8
129
- - 17
130
- version: 0.8.17
131
- type: :development
132
- version_requirements: *id007
133
- - !ruby/object:Gem::Dependency
134
- name: nokogiri
135
- prerelease: false
136
- requirement: &id008 !ruby/object:Gem::Requirement
137
- none: false
138
- requirements:
139
- - - ">="
140
- - !ruby/object:Gem::Version
141
- segments:
142
- - 1
143
- - 4
144
- - 1
145
- version: 1.4.1
146
- - - <
147
- - !ruby/object:Gem::Version
148
- segments:
149
- - 1
150
- - 4
151
- - 4
152
- version: 1.4.4
153
- type: :development
154
- version_requirements: *id008
155
- - !ruby/object:Gem::Dependency
156
- name: rack-test
157
- prerelease: false
158
- requirement: &id009 !ruby/object:Gem::Requirement
159
- none: false
160
- requirements:
161
- - - ">="
162
- - !ruby/object:Gem::Version
163
- segments:
164
- - 0
165
- - 5
166
- - 3
167
- version: 0.5.3
168
- type: :development
169
- version_requirements: *id009
170
- - !ruby/object:Gem::Dependency
171
- name: cucumber
172
- prerelease: false
173
- requirement: &id010 !ruby/object:Gem::Requirement
174
- none: false
175
- requirements:
176
- - - ">="
177
- - !ruby/object:Gem::Version
178
- segments:
179
- - 0
180
- - 6
181
- - 3
182
- version: 0.6.3
183
- type: :development
184
- version_requirements: *id010
185
- - !ruby/object:Gem::Dependency
186
- name: rcov
187
- prerelease: false
188
- requirement: &id011 !ruby/object:Gem::Requirement
189
- none: false
190
- requirements:
191
- - - ">="
192
- - !ruby/object:Gem::Version
193
- segments:
194
- - 0
195
- - 9
196
- - 8
197
- version: 0.9.8
198
- type: :development
199
- version_requirements: *id011
22
+ - !ruby/object:Gem::Dependency
23
+ name: rake
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 49
31
+ segments:
32
+ - 0
33
+ - 8
34
+ - 7
35
+ version: 0.8.7
36
+ type: :runtime
37
+ version_requirements: *id001
38
+ - !ruby/object:Gem::Dependency
39
+ name: haml
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ hash: 37
47
+ segments:
48
+ - 2
49
+ - 2
50
+ - 17
51
+ version: 2.2.17
52
+ type: :runtime
53
+ version_requirements: *id002
54
+ - !ruby/object:Gem::Dependency
55
+ name: sinatra
56
+ prerelease: false
57
+ requirement: &id003 !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ hash: 51
63
+ segments:
64
+ - 0
65
+ - 9
66
+ - 4
67
+ version: 0.9.4
68
+ type: :runtime
69
+ version_requirements: *id003
70
+ - !ruby/object:Gem::Dependency
71
+ name: rack
72
+ prerelease: false
73
+ requirement: &id004 !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ hash: 23
79
+ segments:
80
+ - 1
81
+ - 0
82
+ - 0
83
+ version: 1.0.0
84
+ - - <=
85
+ - !ruby/object:Gem::Version
86
+ hash: 19
87
+ segments:
88
+ - 1
89
+ - 1
90
+ - 0
91
+ version: 1.1.0
92
+ type: :runtime
93
+ version_requirements: *id004
94
+ - !ruby/object:Gem::Dependency
95
+ name: rack-accept
96
+ prerelease: false
97
+ requirement: &id005 !ruby/object:Gem::Requirement
98
+ none: false
99
+ requirements:
100
+ - - ~>
101
+ - !ruby/object:Gem::Version
102
+ hash: 9
103
+ segments:
104
+ - 0
105
+ - 4
106
+ - 3
107
+ version: 0.4.3
108
+ type: :runtime
109
+ version_requirements: *id005
110
+ - !ruby/object:Gem::Dependency
111
+ name: json
112
+ prerelease: false
113
+ requirement: &id006 !ruby/object:Gem::Requirement
114
+ none: false
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ hash: 1
119
+ segments:
120
+ - 1
121
+ - 1
122
+ - 9
123
+ version: 1.1.9
124
+ type: :runtime
125
+ version_requirements: *id006
126
+ - !ruby/object:Gem::Dependency
127
+ name: compass
128
+ prerelease: false
129
+ requirement: &id007 !ruby/object:Gem::Requirement
130
+ none: false
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ hash: 29
135
+ segments:
136
+ - 0
137
+ - 8
138
+ - 17
139
+ version: 0.8.17
140
+ type: :development
141
+ version_requirements: *id007
142
+ - !ruby/object:Gem::Dependency
143
+ name: nokogiri
144
+ prerelease: false
145
+ requirement: &id008 !ruby/object:Gem::Requirement
146
+ none: false
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ hash: 5
151
+ segments:
152
+ - 1
153
+ - 4
154
+ - 1
155
+ version: 1.4.1
156
+ - - <
157
+ - !ruby/object:Gem::Version
158
+ hash: 15
159
+ segments:
160
+ - 1
161
+ - 4
162
+ - 4
163
+ version: 1.4.4
164
+ type: :development
165
+ version_requirements: *id008
166
+ - !ruby/object:Gem::Dependency
167
+ name: rack-test
168
+ prerelease: false
169
+ requirement: &id009 !ruby/object:Gem::Requirement
170
+ none: false
171
+ requirements:
172
+ - - ">="
173
+ - !ruby/object:Gem::Version
174
+ hash: 13
175
+ segments:
176
+ - 0
177
+ - 5
178
+ - 3
179
+ version: 0.5.3
180
+ type: :development
181
+ version_requirements: *id009
182
+ - !ruby/object:Gem::Dependency
183
+ name: cucumber
184
+ prerelease: false
185
+ requirement: &id010 !ruby/object:Gem::Requirement
186
+ none: false
187
+ requirements:
188
+ - - ">="
189
+ - !ruby/object:Gem::Version
190
+ hash: 1
191
+ segments:
192
+ - 0
193
+ - 6
194
+ - 3
195
+ version: 0.6.3
196
+ type: :development
197
+ version_requirements: *id010
198
+ - !ruby/object:Gem::Dependency
199
+ name: rcov
200
+ prerelease: false
201
+ requirement: &id011 !ruby/object:Gem::Requirement
202
+ none: false
203
+ requirements:
204
+ - - ">="
205
+ - !ruby/object:Gem::Version
206
+ hash: 43
207
+ segments:
208
+ - 0
209
+ - 9
210
+ - 8
211
+ version: 0.9.8
212
+ type: :development
213
+ version_requirements: *id011
200
214
  description: " The Deltacloud API is built as a service-based REST API.\n You do not directly link a Deltacloud library into your program to use it.\n Instead, a client speaks the Deltacloud API over HTTP to a server\n which implements the REST interface.\n"
201
215
  email: deltacloud-users@lists.fedorahosted.org
202
216
  executables:
203
- - deltacloudd
217
+ - deltacloudd
204
218
  extensions: []
205
219
 
206
220
  extra_rdoc_files:
207
- - COPYING
221
+ - COPYING
208
222
  files:
209
- - Rakefile
210
- - config.ru
211
- - deltacloud.rb
212
- - server.rb
213
- - support/fedora/deltacloudd
214
- - support/fedora/rubygem-deltacloud-core.spec
215
- - lib/drivers.rb
216
- - lib/deltacloud/backend_capability.rb
217
- - lib/deltacloud/method_serializer.rb
218
- - lib/deltacloud/validation.rb
219
- - lib/deltacloud/hardware_profile.rb
220
- - lib/deltacloud/state_machine.rb
221
- - lib/deltacloud/base_driver.rb
222
- - lib/deltacloud/helpers.rb
223
- - lib/deltacloud/drivers/rackspace/rackspace_client.rb
224
- - lib/deltacloud/drivers/rackspace/rackspace_driver.rb
225
- - lib/deltacloud/drivers/gogrid/test.rb
226
- - lib/deltacloud/drivers/gogrid/gogrid_client.rb
227
- - lib/deltacloud/drivers/gogrid/gogrid_driver.rb
228
- - lib/deltacloud/drivers/opennebula/occi_client.rb
229
- - lib/deltacloud/drivers/opennebula/cloud_client.rb
230
- - lib/deltacloud/drivers/opennebula/opennebula_driver.rb
231
- - lib/deltacloud/drivers/terremark/terremark_driver.rb
232
- - lib/deltacloud/drivers/rhevm/rhevm_driver.rb
233
- - lib/deltacloud/drivers/mock/mock_driver.rb
234
- - lib/deltacloud/drivers/azure/azure_driver.rb
235
- - lib/deltacloud/drivers/rimuhosting/rimuhosting_driver.rb
236
- - lib/deltacloud/drivers/rimuhosting/rimuhosting_client.rb
237
- - lib/deltacloud/drivers/ec2/ec2_mock_driver.rb
238
- - lib/deltacloud/drivers/ec2/ec2_driver.rb
239
- - lib/deltacloud/base_driver/features.rb
240
- - lib/deltacloud/base_driver/base_driver.rb
241
- - lib/deltacloud/base_driver/mock_driver.rb
242
- - lib/deltacloud/models/bucket.rb
243
- - lib/deltacloud/models/image.rb
244
- - lib/deltacloud/models/instance.rb
245
- - lib/deltacloud/models/base_model.rb
246
- - lib/deltacloud/models/storage_snapshot.rb
247
- - lib/deltacloud/models/load_balancer.rb
248
- - lib/deltacloud/models/instance_profile.rb
249
- - lib/deltacloud/models/key.rb
250
- - lib/deltacloud/models/realm.rb
251
- - lib/deltacloud/models/blob.rb
252
- - lib/deltacloud/models/storage_volume.rb
253
- - lib/deltacloud/helpers/conversion_helper.rb
254
- - lib/deltacloud/helpers/hardware_profiles_helper.rb
255
- - lib/deltacloud/helpers/blob_stream.rb
256
- - lib/deltacloud/helpers/application_helper.rb
257
- - lib/sinatra/lazy_auth.rb
258
- - lib/sinatra/respond_to.rb
259
- - lib/sinatra/url_for.rb
260
- - lib/sinatra/static_assets.rb
261
- - lib/sinatra/accept_media_types.rb
262
- - lib/sinatra/rabbit.rb
263
- - lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml
264
- - lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml
265
- - lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml
266
- - lib/deltacloud/drivers/mock/data/buckets/bucket2.yml
267
- - lib/deltacloud/drivers/mock/data/buckets/bucket1.yml
268
- - lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml
269
- - lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml
270
- - lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml
271
- - lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml
272
- - lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml
273
- - lib/deltacloud/drivers/mock/data/images/img2.yml
274
- - lib/deltacloud/drivers/mock/data/images/img3.yml
275
- - lib/deltacloud/drivers/mock/data/images/img1.yml
276
- - lib/deltacloud/drivers/mock/data/instances/inst2.yml
277
- - lib/deltacloud/drivers/mock/data/instances/inst1.yml
278
- - lib/deltacloud/drivers/mock/data/instances/inst0.yml
279
- - lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml
280
- - lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml
281
- - lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml
282
- - views/layout.html.haml
283
- - views/root/index.html.haml
284
- - views/errors/auth_exception.html.haml
285
- - views/errors/backend_error.xml.haml
286
- - views/errors/validation_failure.html.haml
287
- - views/errors/not_found.html.haml
288
- - views/errors/not_allowed.html.haml
289
- - views/errors/not_found.xml.haml
290
- - views/errors/backend_error.html.haml
291
- - views/errors/validation_failure.xml.haml
292
- - views/errors/not_allowed.xml.haml
293
- - views/errors/auth_exception.xml.haml
294
- - views/errors/backend_capability_failure.xml.haml
295
- - views/errors/backend_capability_failure.html.haml
296
- - views/blobs/new.html.haml
297
- - views/blobs/show.xml.haml
298
- - views/blobs/show.html.haml
299
- - views/load_balancers/new.html.haml
300
- - views/load_balancers/index.html.haml
301
- - views/load_balancers/index.xml.haml
302
- - views/load_balancers/show.xml.haml
303
- - views/load_balancers/show.html.haml
304
- - views/storage_volumes/attach.html.haml
305
- - views/storage_volumes/new.html.haml
306
- - views/storage_volumes/index.html.haml
307
- - views/storage_volumes/index.xml.haml
308
- - views/storage_volumes/show.xml.haml
309
- - views/storage_volumes/show.html.haml
310
- - views/instance_states/show.xml.haml
311
- - views/instance_states/show.html.haml
312
- - views/hardware_profiles/index.html.haml
313
- - views/hardware_profiles/index.xml.haml
314
- - views/hardware_profiles/show.xml.haml
315
- - views/hardware_profiles/show.html.haml
316
- - views/buckets/new.html.haml
317
- - views/buckets/index.html.haml
318
- - views/buckets/index.xml.haml
319
- - views/buckets/show.xml.haml
320
- - views/buckets/show.html.haml
321
- - views/images/index.html.haml
322
- - views/images/index.xml.haml
323
- - views/images/show.xml.haml
324
- - views/images/show.html.haml
325
- - views/accounts/index.html.haml
326
- - views/accounts/show.html.haml
327
- - views/api/show.xml.haml
328
- - views/api/show.html.haml
329
- - views/docs/collection.xml.haml
330
- - views/docs/collection.html.haml
331
- - views/docs/index.html.haml
332
- - views/docs/operation.xml.haml
333
- - views/docs/operation.html.haml
334
- - views/docs/index.xml.haml
335
- - views/keys/new.html.haml
336
- - views/keys/index.html.haml
337
- - views/keys/index.xml.haml
338
- - views/keys/show.xml.haml
339
- - views/keys/show.html.haml
340
- - views/realms/index.html.haml
341
- - views/realms/index.xml.haml
342
- - views/realms/show.xml.haml
343
- - views/realms/show.html.haml
344
- - views/instances/new.html.haml
345
- - views/instances/index.html.haml
346
- - views/instances/index.xml.haml
347
- - views/instances/show.xml.haml
348
- - views/instances/show.html.haml
349
- - views/storage_snapshots/new.html.haml
350
- - views/storage_snapshots/index.html.haml
351
- - views/storage_snapshots/index.xml.haml
352
- - views/storage_snapshots/show.xml.haml
353
- - views/storage_snapshots/show.html.haml
354
- - views/instance_states/show.png.erb
355
- - public/favicon.ico
356
- - public/images/rails.png
357
- - public/images/logo-wide.png
358
- - public/images/topbar-bg.png
359
- - public/images/grid.png
360
- - public/javascripts/jquery-1.4.2.min.js
361
- - public/javascripts/application.js
362
- - public/stylesheets/compiled/print.css
363
- - public/stylesheets/compiled/ie.css
364
- - public/stylesheets/compiled/application.css
365
- - public/stylesheets/compiled/screen.css
366
- - bin/deltacloudd
367
- - COPYING
223
+ - Rakefile
224
+ - config.ru
225
+ - deltacloud.rb
226
+ - server.rb
227
+ - support/fedora/deltacloudd
228
+ - support/fedora/rubygem-deltacloud-core.spec
229
+ - lib/drivers.rb
230
+ - lib/deltacloud/backend_capability.rb
231
+ - lib/deltacloud/drivers/rackspace/rackspace_client.rb
232
+ - lib/deltacloud/drivers/rackspace/rackspace_driver.rb
233
+ - lib/deltacloud/drivers/gogrid/test.rb
234
+ - lib/deltacloud/drivers/gogrid/gogrid_client.rb
235
+ - lib/deltacloud/drivers/gogrid/gogrid_driver.rb
236
+ - lib/deltacloud/drivers/opennebula/occi_client.rb
237
+ - lib/deltacloud/drivers/opennebula/cloud_client.rb
238
+ - lib/deltacloud/drivers/opennebula/opennebula_driver.rb
239
+ - lib/deltacloud/drivers/terremark/terremark_driver.rb
240
+ - lib/deltacloud/drivers/rhevm/rhevm_driver.rb
241
+ - lib/deltacloud/drivers/mock/mock_driver.rb
242
+ - lib/deltacloud/drivers/azure/azure_driver.rb
243
+ - lib/deltacloud/drivers/rimuhosting/rimuhosting_driver.rb
244
+ - lib/deltacloud/drivers/rimuhosting/rimuhosting_client.rb
245
+ - lib/deltacloud/drivers/ec2/ec2_mock_driver.rb
246
+ - lib/deltacloud/drivers/ec2/ec2_driver.rb
247
+ - lib/deltacloud/method_serializer.rb
248
+ - lib/deltacloud/validation.rb
249
+ - lib/deltacloud/hardware_profile.rb
250
+ - lib/deltacloud/base_driver/features.rb
251
+ - lib/deltacloud/base_driver/base_driver.rb
252
+ - lib/deltacloud/base_driver/mock_driver.rb
253
+ - lib/deltacloud/models/bucket.rb
254
+ - lib/deltacloud/models/image.rb
255
+ - lib/deltacloud/models/instance.rb
256
+ - lib/deltacloud/models/base_model.rb
257
+ - lib/deltacloud/models/storage_snapshot.rb
258
+ - lib/deltacloud/models/load_balancer.rb
259
+ - lib/deltacloud/models/instance_profile.rb
260
+ - lib/deltacloud/models/key.rb
261
+ - lib/deltacloud/models/realm.rb
262
+ - lib/deltacloud/models/blob.rb
263
+ - lib/deltacloud/models/storage_volume.rb
264
+ - lib/deltacloud/state_machine.rb
265
+ - lib/deltacloud/base_driver.rb
266
+ - lib/deltacloud/helpers.rb
267
+ - lib/deltacloud/helpers/conversion_helper.rb
268
+ - lib/deltacloud/helpers/hardware_profiles_helper.rb
269
+ - lib/deltacloud/helpers/blob_stream.rb
270
+ - lib/deltacloud/helpers/application_helper.rb
271
+ - lib/sinatra/lazy_auth.rb
272
+ - lib/sinatra/respond_to.rb
273
+ - lib/sinatra/url_for.rb
274
+ - lib/sinatra/static_assets.rb
275
+ - lib/sinatra/accept_media_types.rb
276
+ - lib/sinatra/rabbit.rb
277
+ - lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml
278
+ - lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml
279
+ - lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml
280
+ - lib/deltacloud/drivers/mock/data/buckets/bucket2.yml
281
+ - lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml
282
+ - lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml
283
+ - lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml
284
+ - lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml
285
+ - lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml
286
+ - lib/deltacloud/drivers/mock/data/buckets/bucket1.yml
287
+ - lib/deltacloud/drivers/mock/data/images/img2.yml
288
+ - lib/deltacloud/drivers/mock/data/images/img3.yml
289
+ - lib/deltacloud/drivers/mock/data/images/img1.yml
290
+ - lib/deltacloud/drivers/mock/data/instances/inst2.yml
291
+ - lib/deltacloud/drivers/mock/data/instances/inst1.yml
292
+ - lib/deltacloud/drivers/mock/data/instances/inst0.yml
293
+ - lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml
294
+ - lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml
295
+ - lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml
296
+ - views/root/index.html.haml
297
+ - views/errors/auth_exception.html.haml
298
+ - views/errors/backend_error.xml.haml
299
+ - views/errors/validation_failure.html.haml
300
+ - views/errors/not_found.html.haml
301
+ - views/errors/not_allowed.html.haml
302
+ - views/errors/not_found.xml.haml
303
+ - views/errors/backend_error.html.haml
304
+ - views/errors/validation_failure.xml.haml
305
+ - views/errors/not_allowed.xml.haml
306
+ - views/errors/auth_exception.xml.haml
307
+ - views/errors/backend_capability_failure.xml.haml
308
+ - views/errors/backend_capability_failure.html.haml
309
+ - views/blobs/new.html.haml
310
+ - views/blobs/show.xml.haml
311
+ - views/blobs/show.html.haml
312
+ - views/load_balancers/new.html.haml
313
+ - views/load_balancers/index.html.haml
314
+ - views/load_balancers/index.xml.haml
315
+ - views/load_balancers/show.xml.haml
316
+ - views/load_balancers/show.html.haml
317
+ - views/storage_volumes/attach.html.haml
318
+ - views/storage_volumes/new.html.haml
319
+ - views/storage_volumes/index.html.haml
320
+ - views/storage_volumes/index.xml.haml
321
+ - views/storage_volumes/show.xml.haml
322
+ - views/storage_volumes/show.html.haml
323
+ - views/instance_states/show.xml.haml
324
+ - views/instance_states/show.html.haml
325
+ - views/hardware_profiles/index.html.haml
326
+ - views/hardware_profiles/index.xml.haml
327
+ - views/hardware_profiles/show.xml.haml
328
+ - views/hardware_profiles/show.html.haml
329
+ - views/buckets/new.html.haml
330
+ - views/buckets/index.html.haml
331
+ - views/buckets/index.xml.haml
332
+ - views/buckets/show.xml.haml
333
+ - views/buckets/show.html.haml
334
+ - views/layout.html.haml
335
+ - views/images/index.html.haml
336
+ - views/images/index.xml.haml
337
+ - views/images/show.xml.haml
338
+ - views/images/show.html.haml
339
+ - views/accounts/index.html.haml
340
+ - views/accounts/show.html.haml
341
+ - views/api/show.xml.haml
342
+ - views/api/show.html.haml
343
+ - views/docs/collection.xml.haml
344
+ - views/docs/collection.html.haml
345
+ - views/docs/index.html.haml
346
+ - views/docs/operation.xml.haml
347
+ - views/docs/operation.html.haml
348
+ - views/docs/index.xml.haml
349
+ - views/keys/new.html.haml
350
+ - views/keys/index.html.haml
351
+ - views/keys/index.xml.haml
352
+ - views/keys/show.xml.haml
353
+ - views/keys/show.html.haml
354
+ - views/realms/index.html.haml
355
+ - views/realms/index.xml.haml
356
+ - views/realms/show.xml.haml
357
+ - views/realms/show.html.haml
358
+ - views/instances/new.html.haml
359
+ - views/instances/index.html.haml
360
+ - views/instances/index.xml.haml
361
+ - views/instances/show.xml.haml
362
+ - views/instances/show.html.haml
363
+ - views/storage_snapshots/new.html.haml
364
+ - views/storage_snapshots/index.html.haml
365
+ - views/storage_snapshots/index.xml.haml
366
+ - views/storage_snapshots/show.xml.haml
367
+ - views/storage_snapshots/show.html.haml
368
+ - views/instance_states/show.png.erb
369
+ - public/favicon.ico
370
+ - public/images/rails.png
371
+ - public/images/logo-wide.png
372
+ - public/images/topbar-bg.png
373
+ - public/images/grid.png
374
+ - public/javascripts/jquery-1.4.2.min.js
375
+ - public/javascripts/application.js
376
+ - public/stylesheets/compiled/print.css
377
+ - public/stylesheets/compiled/ie.css
378
+ - public/stylesheets/compiled/application.css
379
+ - public/stylesheets/compiled/screen.css
380
+ - bin/deltacloudd
381
+ - COPYING
368
382
  has_rdoc: true
369
383
  homepage: http://www.deltacloud.org
370
384
  licenses: []
@@ -373,25 +387,27 @@ post_install_message:
373
387
  rdoc_options: []
374
388
 
375
389
  require_paths:
376
- - lib
390
+ - lib
377
391
  required_ruby_version: !ruby/object:Gem::Requirement
378
392
  none: false
379
393
  requirements:
380
- - - ">="
381
- - !ruby/object:Gem::Version
382
- segments:
383
- - 1
384
- - 8
385
- - 1
386
- version: 1.8.1
394
+ - - ">="
395
+ - !ruby/object:Gem::Version
396
+ hash: 53
397
+ segments:
398
+ - 1
399
+ - 8
400
+ - 1
401
+ version: 1.8.1
387
402
  required_rubygems_version: !ruby/object:Gem::Requirement
388
403
  none: false
389
404
  requirements:
390
- - - ">="
391
- - !ruby/object:Gem::Version
392
- segments:
393
- - 0
394
- version: "0"
405
+ - - ">="
406
+ - !ruby/object:Gem::Version
407
+ hash: 3
408
+ segments:
409
+ - 0
410
+ version: "0"
395
411
  requirements: []
396
412
 
397
413
  rubyforge_project: