knife-rackspace 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG.md +5 -1
- data/README.rdoc +1 -1
- data/lib/chef/knife/rackspace_base.rb +20 -25
- data/lib/chef/knife/rackspace_server_create.rb +18 -14
- data/lib/chef/knife/rackspace_server_delete.rb +2 -2
- data/lib/chef/knife/rackspace_server_list.rb +2 -2
- data/lib/knife-rackspace/version.rb +1 -1
- data/spec/cassettes/v1/should_list_images.yml +101 -26
- data/spec/cassettes/v1/should_list_server_flavors.yml +602 -154
- data/spec/cassettes/v2/should_list_images.yml +979 -228
- data/spec/cassettes/v2/should_list_server_flavors.yml +425 -55
- metadata +2 -2
@@ -1,14 +1,14 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
|
-
method:
|
5
|
-
uri: https://
|
4
|
+
method: get
|
5
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- fog/1.
|
11
|
+
- fog/1.15.0
|
12
12
|
Content-Type:
|
13
13
|
- application/json
|
14
14
|
Accept:
|
@@ -19,30 +19,40 @@ http_interactions:
|
|
19
19
|
code: 200
|
20
20
|
message:
|
21
21
|
headers:
|
22
|
-
Server:
|
23
|
-
- nginx/0.8.55
|
24
22
|
Date:
|
25
|
-
-
|
23
|
+
- Tue, 22 Oct 2013 17:34:14 GMT
|
24
|
+
Content-Length:
|
25
|
+
- '1697'
|
26
26
|
Content-Type:
|
27
27
|
- application/json
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
- Accept, Accept-Encoding, X-Auth-Token
|
32
|
-
VIA:
|
33
|
-
- 1.0 Repose (Repose/2.3.5)
|
34
|
-
Content-Length:
|
35
|
-
- '4975'
|
36
|
-
Front-End-Https:
|
37
|
-
- 'on'
|
28
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
29
|
+
Server:
|
30
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
38
31
|
body:
|
39
|
-
encoding:
|
40
|
-
string: ! '{"
|
41
|
-
|
42
|
-
|
43
|
-
|
32
|
+
encoding: UTF-8
|
33
|
+
string: ! '{"flavors": [{"id": "2", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2",
|
34
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/2",
|
35
|
+
"rel": "bookmark"}], "name": "512MB Standard Instance"}, {"id": "3", "links":
|
36
|
+
[{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/3",
|
37
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/3",
|
38
|
+
"rel": "bookmark"}], "name": "1GB Standard Instance"}, {"id": "4", "links":
|
39
|
+
[{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/4",
|
40
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/4",
|
41
|
+
"rel": "bookmark"}], "name": "2GB Standard Instance"}, {"id": "5", "links":
|
42
|
+
[{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/5",
|
43
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/5",
|
44
|
+
"rel": "bookmark"}], "name": "4GB Standard Instance"}, {"id": "6", "links":
|
45
|
+
[{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/6",
|
46
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/6",
|
47
|
+
"rel": "bookmark"}], "name": "8GB Standard Instance"}, {"id": "7", "links":
|
48
|
+
[{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/7",
|
49
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/7",
|
50
|
+
"rel": "bookmark"}], "name": "15GB Standard Instance"}, {"id": "8", "links":
|
51
|
+
[{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/8",
|
52
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/8",
|
53
|
+
"rel": "bookmark"}], "name": "30GB Standard Instance"}]}'
|
44
54
|
http_version:
|
45
|
-
recorded_at:
|
55
|
+
recorded_at: Tue, 22 Oct 2013 17:34:14 GMT
|
46
56
|
- request:
|
47
57
|
method: get
|
48
58
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors
|
@@ -51,7 +61,7 @@ http_interactions:
|
|
51
61
|
string: ''
|
52
62
|
headers:
|
53
63
|
User-Agent:
|
54
|
-
- fog/1.
|
64
|
+
- fog/1.15.0
|
55
65
|
Content-Type:
|
56
66
|
- application/json
|
57
67
|
Accept:
|
@@ -63,7 +73,7 @@ http_interactions:
|
|
63
73
|
message:
|
64
74
|
headers:
|
65
75
|
Date:
|
66
|
-
-
|
76
|
+
- Tue, 22 Oct 2013 20:09:29 GMT
|
67
77
|
Content-Length:
|
68
78
|
- '1697'
|
69
79
|
Content-Type:
|
@@ -72,7 +82,7 @@ http_interactions:
|
|
72
82
|
Server:
|
73
83
|
- Jetty(8.0.y.z-SNAPSHOT)
|
74
84
|
body:
|
75
|
-
encoding:
|
85
|
+
encoding: UTF-8
|
76
86
|
string: ! '{"flavors": [{"id": "2", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2",
|
77
87
|
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/2",
|
78
88
|
"rel": "bookmark"}], "name": "512MB Standard Instance"}, {"id": "3", "links":
|
@@ -95,7 +105,7 @@ http_interactions:
|
|
95
105
|
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/8",
|
96
106
|
"rel": "bookmark"}], "name": "30GB Standard Instance"}]}'
|
97
107
|
http_version:
|
98
|
-
recorded_at:
|
108
|
+
recorded_at: Tue, 22 Oct 2013 20:09:29 GMT
|
99
109
|
- request:
|
100
110
|
method: get
|
101
111
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2
|
@@ -104,7 +114,7 @@ http_interactions:
|
|
104
114
|
string: ''
|
105
115
|
headers:
|
106
116
|
User-Agent:
|
107
|
-
- fog/1.
|
117
|
+
- fog/1.16.0
|
108
118
|
Content-Type:
|
109
119
|
- application/json
|
110
120
|
Accept:
|
@@ -116,7 +126,7 @@ http_interactions:
|
|
116
126
|
message:
|
117
127
|
headers:
|
118
128
|
Date:
|
119
|
-
-
|
129
|
+
- Tue, 22 Oct 2013 20:16:38 GMT
|
120
130
|
Content-Length:
|
121
131
|
- '353'
|
122
132
|
Content-Type:
|
@@ -125,14 +135,14 @@ http_interactions:
|
|
125
135
|
Server:
|
126
136
|
- Jetty(8.0.y.z-SNAPSHOT)
|
127
137
|
body:
|
128
|
-
encoding:
|
138
|
+
encoding: UTF-8
|
129
139
|
string: ! '{"flavor": {"name": "512MB Standard Instance", "links": [{"href":
|
130
140
|
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2", "rel": "self"},
|
131
141
|
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/2", "rel":
|
132
142
|
"bookmark"}], "ram": 512, "vcpus": 1, "swap": 512, "rxtx_factor": 2.0, "OS-FLV-EXT-DATA:ephemeral":
|
133
143
|
0, "disk": 20, "id": "2"}}'
|
134
144
|
http_version:
|
135
|
-
recorded_at:
|
145
|
+
recorded_at: Tue, 22 Oct 2013 20:16:38 GMT
|
136
146
|
- request:
|
137
147
|
method: get
|
138
148
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/3
|
@@ -141,7 +151,7 @@ http_interactions:
|
|
141
151
|
string: ''
|
142
152
|
headers:
|
143
153
|
User-Agent:
|
144
|
-
- fog/1.
|
154
|
+
- fog/1.16.0
|
145
155
|
Content-Type:
|
146
156
|
- application/json
|
147
157
|
Accept:
|
@@ -153,7 +163,7 @@ http_interactions:
|
|
153
163
|
message:
|
154
164
|
headers:
|
155
165
|
Date:
|
156
|
-
-
|
166
|
+
- Tue, 22 Oct 2013 20:16:40 GMT
|
157
167
|
Content-Length:
|
158
168
|
- '353'
|
159
169
|
Content-Type:
|
@@ -162,13 +172,13 @@ http_interactions:
|
|
162
172
|
Server:
|
163
173
|
- Jetty(8.0.y.z-SNAPSHOT)
|
164
174
|
body:
|
165
|
-
encoding:
|
175
|
+
encoding: UTF-8
|
166
176
|
string: ! '{"flavor": {"name": "1GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/3",
|
167
177
|
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/3",
|
168
178
|
"rel": "bookmark"}], "ram": 1024, "vcpus": 1, "swap": 1024, "rxtx_factor":
|
169
179
|
3.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}}'
|
170
180
|
http_version:
|
171
|
-
recorded_at:
|
181
|
+
recorded_at: Tue, 22 Oct 2013 20:16:40 GMT
|
172
182
|
- request:
|
173
183
|
method: get
|
174
184
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/4
|
@@ -177,7 +187,7 @@ http_interactions:
|
|
177
187
|
string: ''
|
178
188
|
headers:
|
179
189
|
User-Agent:
|
180
|
-
- fog/1.
|
190
|
+
- fog/1.16.0
|
181
191
|
Content-Type:
|
182
192
|
- application/json
|
183
193
|
Accept:
|
@@ -189,7 +199,7 @@ http_interactions:
|
|
189
199
|
message:
|
190
200
|
headers:
|
191
201
|
Date:
|
192
|
-
-
|
202
|
+
- Tue, 22 Oct 2013 20:16:41 GMT
|
193
203
|
Content-Length:
|
194
204
|
- '353'
|
195
205
|
Content-Type:
|
@@ -198,13 +208,13 @@ http_interactions:
|
|
198
208
|
Server:
|
199
209
|
- Jetty(8.0.y.z-SNAPSHOT)
|
200
210
|
body:
|
201
|
-
encoding:
|
211
|
+
encoding: UTF-8
|
202
212
|
string: ! '{"flavor": {"name": "2GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/4",
|
203
213
|
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/4",
|
204
214
|
"rel": "bookmark"}], "ram": 2048, "vcpus": 2, "swap": 2048, "rxtx_factor":
|
205
215
|
6.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}}'
|
206
216
|
http_version:
|
207
|
-
recorded_at:
|
217
|
+
recorded_at: Tue, 22 Oct 2013 20:16:41 GMT
|
208
218
|
- request:
|
209
219
|
method: get
|
210
220
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/5
|
@@ -213,7 +223,7 @@ http_interactions:
|
|
213
223
|
string: ''
|
214
224
|
headers:
|
215
225
|
User-Agent:
|
216
|
-
- fog/1.
|
226
|
+
- fog/1.16.0
|
217
227
|
Content-Type:
|
218
228
|
- application/json
|
219
229
|
Accept:
|
@@ -225,7 +235,7 @@ http_interactions:
|
|
225
235
|
message:
|
226
236
|
headers:
|
227
237
|
Date:
|
228
|
-
-
|
238
|
+
- Tue, 22 Oct 2013 20:16:42 GMT
|
229
239
|
Content-Length:
|
230
240
|
- '355'
|
231
241
|
Content-Type:
|
@@ -234,13 +244,13 @@ http_interactions:
|
|
234
244
|
Server:
|
235
245
|
- Jetty(8.0.y.z-SNAPSHOT)
|
236
246
|
body:
|
237
|
-
encoding:
|
247
|
+
encoding: UTF-8
|
238
248
|
string: ! '{"flavor": {"name": "4GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/5",
|
239
249
|
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/5",
|
240
250
|
"rel": "bookmark"}], "ram": 4096, "vcpus": 2, "swap": 2048, "rxtx_factor":
|
241
251
|
10.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}}'
|
242
252
|
http_version:
|
243
|
-
recorded_at:
|
253
|
+
recorded_at: Tue, 22 Oct 2013 20:16:42 GMT
|
244
254
|
- request:
|
245
255
|
method: get
|
246
256
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/6
|
@@ -249,7 +259,7 @@ http_interactions:
|
|
249
259
|
string: ''
|
250
260
|
headers:
|
251
261
|
User-Agent:
|
252
|
-
- fog/1.
|
262
|
+
- fog/1.16.0
|
253
263
|
Content-Type:
|
254
264
|
- application/json
|
255
265
|
Accept:
|
@@ -261,7 +271,7 @@ http_interactions:
|
|
261
271
|
message:
|
262
272
|
headers:
|
263
273
|
Date:
|
264
|
-
-
|
274
|
+
- Tue, 22 Oct 2013 20:16:43 GMT
|
265
275
|
Content-Length:
|
266
276
|
- '355'
|
267
277
|
Content-Type:
|
@@ -270,13 +280,13 @@ http_interactions:
|
|
270
280
|
Server:
|
271
281
|
- Jetty(8.0.y.z-SNAPSHOT)
|
272
282
|
body:
|
273
|
-
encoding:
|
283
|
+
encoding: UTF-8
|
274
284
|
string: ! '{"flavor": {"name": "8GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/6",
|
275
285
|
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/6",
|
276
286
|
"rel": "bookmark"}], "ram": 8192, "vcpus": 4, "swap": 2048, "rxtx_factor":
|
277
287
|
15.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 320, "id": "6"}}'
|
278
288
|
http_version:
|
279
|
-
recorded_at:
|
289
|
+
recorded_at: Tue, 22 Oct 2013 20:16:43 GMT
|
280
290
|
- request:
|
281
291
|
method: get
|
282
292
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/7
|
@@ -285,7 +295,7 @@ http_interactions:
|
|
285
295
|
string: ''
|
286
296
|
headers:
|
287
297
|
User-Agent:
|
288
|
-
- fog/1.
|
298
|
+
- fog/1.16.0
|
289
299
|
Content-Type:
|
290
300
|
- application/json
|
291
301
|
Accept:
|
@@ -297,7 +307,7 @@ http_interactions:
|
|
297
307
|
message:
|
298
308
|
headers:
|
299
309
|
Date:
|
300
|
-
-
|
310
|
+
- Tue, 22 Oct 2013 20:16:43 GMT
|
301
311
|
Content-Length:
|
302
312
|
- '357'
|
303
313
|
Content-Type:
|
@@ -306,14 +316,14 @@ http_interactions:
|
|
306
316
|
Server:
|
307
317
|
- Jetty(8.0.y.z-SNAPSHOT)
|
308
318
|
body:
|
309
|
-
encoding:
|
319
|
+
encoding: UTF-8
|
310
320
|
string: ! '{"flavor": {"name": "15GB Standard Instance", "links": [{"href":
|
311
321
|
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/7", "rel": "self"},
|
312
322
|
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/7", "rel":
|
313
323
|
"bookmark"}], "ram": 15360, "vcpus": 6, "swap": 2048, "rxtx_factor": 20.0,
|
314
324
|
"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 620, "id": "7"}}'
|
315
325
|
http_version:
|
316
|
-
recorded_at:
|
326
|
+
recorded_at: Tue, 22 Oct 2013 20:16:44 GMT
|
317
327
|
- request:
|
318
328
|
method: get
|
319
329
|
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/8
|
@@ -322,7 +332,7 @@ http_interactions:
|
|
322
332
|
string: ''
|
323
333
|
headers:
|
324
334
|
User-Agent:
|
325
|
-
- fog/1.
|
335
|
+
- fog/1.16.0
|
326
336
|
Content-Type:
|
327
337
|
- application/json
|
328
338
|
Accept:
|
@@ -334,7 +344,7 @@ http_interactions:
|
|
334
344
|
message:
|
335
345
|
headers:
|
336
346
|
Date:
|
337
|
-
-
|
347
|
+
- Tue, 22 Oct 2013 20:16:44 GMT
|
338
348
|
Content-Length:
|
339
349
|
- '358'
|
340
350
|
Content-Type:
|
@@ -342,13 +352,373 @@ http_interactions:
|
|
342
352
|
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
343
353
|
Server:
|
344
354
|
- Jetty(8.0.y.z-SNAPSHOT)
|
355
|
+
body:
|
356
|
+
encoding: UTF-8
|
357
|
+
string: ! '{"flavor": {"name": "30GB Standard Instance", "links": [{"href":
|
358
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/8", "rel": "self"},
|
359
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/8", "rel":
|
360
|
+
"bookmark"}], "ram": 30720, "vcpus": 8, "swap": 2048, "rxtx_factor": 30.0,
|
361
|
+
"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1200, "id": "8"}}'
|
362
|
+
http_version:
|
363
|
+
recorded_at: Tue, 22 Oct 2013 20:16:44 GMT
|
364
|
+
- request:
|
365
|
+
method: post
|
366
|
+
uri: https://identity.api.rackspacecloud.com/v2.0/tokens
|
367
|
+
body:
|
368
|
+
encoding: UTF-8
|
369
|
+
string: ! '{"auth":{"RAX-KSKEY:apiKeyCredentials":{"username":"_RAX_USERNAME_","apiKey":"_RAX_PASSWORD_"}}}'
|
370
|
+
headers:
|
371
|
+
User-Agent:
|
372
|
+
- fog/1.16.0
|
373
|
+
Content-Type:
|
374
|
+
- application/json
|
375
|
+
Accept:
|
376
|
+
- application/json
|
377
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
378
|
+
response:
|
379
|
+
status:
|
380
|
+
code: 200
|
381
|
+
message:
|
382
|
+
headers:
|
383
|
+
Server:
|
384
|
+
- nginx/0.8.55
|
385
|
+
Date:
|
386
|
+
- Tue, 22 Oct 2013 20:17:06 GMT
|
387
|
+
Content-Type:
|
388
|
+
- application/json
|
389
|
+
Connection:
|
390
|
+
- keep-alive
|
391
|
+
vary:
|
392
|
+
- Accept, Accept-Encoding, X-Auth-Token
|
393
|
+
VIA:
|
394
|
+
- 1.0 Repose (Repose/2.3.5)
|
395
|
+
Content-Length:
|
396
|
+
- '6671'
|
397
|
+
Front-End-Https:
|
398
|
+
- 'on'
|
399
|
+
body:
|
400
|
+
encoding: UTF-8
|
401
|
+
string: ! '{"access":{"token":{"id":"token_0","expires":"2013-10-23T01:42:28.703-05:00","tenant":{"id":"000000","name":"000000"},"RAX-AUTH:authenticatedBy":["APIKEY"]},"serviceCatalog":[{"name":"cloudFiles","endpoints":[{"region":"DFW","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/storage101.dfw1.clouddrive.com\/v1\/_CDN-TENANT-NAME_","internalURL":"https:\/\/snet-storage101.dfw1.clouddrive.com\/v1\/_CDN-TENANT-NAME_"},{"region":"ORD","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/storage101.ord1.clouddrive.com\/v1\/_CDN-TENANT-NAME_","internalURL":"https:\/\/snet-storage101.ord1.clouddrive.com\/v1\/_CDN-TENANT-NAME_"},{"region":"SYD","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/storage101.syd2.clouddrive.com\/v1\/_CDN-TENANT-NAME_","internalURL":"https:\/\/snet-storage101.syd2.clouddrive.com\/v1\/_CDN-TENANT-NAME_"},{"region":"IAD","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/storage101.iad3.clouddrive.com\/v1\/_CDN-TENANT-NAME_","internalURL":"https:\/\/snet-storage101.iad3.clouddrive.com\/v1\/_CDN-TENANT-NAME_"}],"type":"object-store"},{"name":"cloudFilesCDN","endpoints":[{"region":"DFW","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/cdn1.clouddrive.com\/v1\/_CDN-TENANT-NAME_"},{"region":"SYD","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/cdn4.clouddrive.com\/v1\/_CDN-TENANT-NAME_"},{"region":"ORD","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/cdn2.clouddrive.com\/v1\/_CDN-TENANT-NAME_"},{"region":"IAD","tenantId":"_CDN-TENANT-NAME_","publicURL":"https:\/\/cdn5.clouddrive.com\/v1\/_CDN-TENANT-NAME_"}],"type":"rax:object-cdn"},{"name":"cloudDatabases","endpoints":[{"region":"SYD","tenantId":"000000","publicURL":"https:\/\/syd.databases.api.rackspacecloud.com\/v1.0\/000000"},{"region":"ORD","tenantId":"000000","publicURL":"https:\/\/ord.databases.api.rackspacecloud.com\/v1.0\/000000"},{"region":"DFW","tenantId":"000000","publicURL":"https:\/\/dfw.databases.api.rackspacecloud.com\/v1.0\/000000"},{"region":"IAD","tenantId":"000000","publicURL":"https:\/\/iad.databases.api.rackspacecloud.com\/v1.0\/000000"}],"type":"rax:database"},{"name":"cloudBlockStorage","endpoints":[{"region":"SYD","tenantId":"000000","publicURL":"https:\/\/syd.blockstorage.api.rackspacecloud.com\/v1\/000000"},{"region":"DFW","tenantId":"000000","publicURL":"https:\/\/dfw.blockstorage.api.rackspacecloud.com\/v1\/000000"},{"region":"ORD","tenantId":"000000","publicURL":"https:\/\/ord.blockstorage.api.rackspacecloud.com\/v1\/000000"},{"region":"IAD","tenantId":"000000","publicURL":"https:\/\/iad.blockstorage.api.rackspacecloud.com\/v1\/000000"}],"type":"volume"},{"name":"cloudServersOpenStack","endpoints":[{"region":"SYD","tenantId":"000000","publicURL":"https:\/\/syd.servers.api.rackspacecloud.com\/v2\/000000","versionInfo":"https:\/\/syd.servers.api.rackspacecloud.com\/v2","versionList":"https:\/\/syd.servers.api.rackspacecloud.com\/","versionId":"2"},{"region":"ORD","tenantId":"000000","publicURL":"https:\/\/ord.servers.api.rackspacecloud.com\/v2\/000000","versionInfo":"https:\/\/ord.servers.api.rackspacecloud.com\/v2","versionList":"https:\/\/ord.servers.api.rackspacecloud.com\/","versionId":"2"},{"region":"DFW","tenantId":"000000","publicURL":"https:\/\/dfw.servers.api.rackspacecloud.com\/v2\/000000","versionInfo":"https:\/\/dfw.servers.api.rackspacecloud.com\/v2","versionList":"https:\/\/dfw.servers.api.rackspacecloud.com\/","versionId":"2"},{"region":"IAD","tenantId":"000000","publicURL":"https:\/\/iad.servers.api.rackspacecloud.com\/v2\/000000","versionInfo":"https:\/\/iad.servers.api.rackspacecloud.com\/v2","versionList":"https:\/\/iad.servers.api.rackspacecloud.com\/","versionId":"2"}],"type":"compute"},{"name":"cloudLoadBalancers","endpoints":[{"region":"SYD","tenantId":"000000","publicURL":"https:\/\/syd.loadbalancers.api.rackspacecloud.com\/v1.0\/000000"},{"region":"ORD","tenantId":"000000","publicURL":"https:\/\/ord.loadbalancers.api.rackspacecloud.com\/v1.0\/000000"},{"region":"DFW","tenantId":"000000","publicURL":"https:\/\/dfw.loadbalancers.api.rackspacecloud.com\/v1.0\/000000"},{"region":"IAD","tenantId":"000000","publicURL":"https:\/\/iad.loadbalancers.api.rackspacecloud.com\/v1.0\/000000"}],"type":"rax:load-balancer"},{"name":"autoscale","endpoints":[{"region":"ORD","tenantId":"000000","publicURL":"https:\/\/ord.autoscale.api.rackspacecloud.com\/v1.0\/000000"},{"region":"DFW","tenantId":"000000","publicURL":"https:\/\/dfw.autoscale.api.rackspacecloud.com\/v1.0\/000000"},{"region":"SYD","tenantId":"000000","publicURL":"https:\/\/syd.autoscale.api.rackspacecloud.com\/v1.0\/000000"},{"region":"IAD","tenantId":"000000","publicURL":"https:\/\/iad.autoscale.api.rackspacecloud.com\/v1.0\/000000"}],"type":"rax:autoscale"},{"name":"cloudDNS","endpoints":[{"tenantId":"000000","publicURL":"https:\/\/dns.api.rackspacecloud.com\/v1.0\/000000"}],"type":"rax:dns"},{"name":"cloudServers","endpoints":[{"tenantId":"000000","publicURL":"https:\/\/servers.api.rackspacecloud.com\/v1.0\/000000","versionInfo":"https:\/\/servers.api.rackspacecloud.com\/v1.0","versionList":"https:\/\/servers.api.rackspacecloud.com\/","versionId":"1.0"}],"type":"compute"},{"name":"cloudBackup","endpoints":[{"tenantId":"000000","publicURL":"https:\/\/backup.api.rackspacecloud.com\/v1.0\/000000"}],"type":"rax:backup"},{"name":"cloudMonitoring","endpoints":[{"tenantId":"000000","publicURL":"https:\/\/monitoring.api.rackspacecloud.com\/v1.0\/000000"}],"type":"rax:monitor"}],"user":{"id":"358651","roles":[{"id":"10000150","description":"Checkmate
|
402
|
+
Access role","name":"checkmate"},{"tenantId":"_CDN-TENANT-NAME_","id":"5","description":"A
|
403
|
+
Role that allows a user access to keystone Service methods","name":"object-store:default"},{"tenantId":"000000","id":"6","description":"A
|
404
|
+
Role that allows a user access to keystone Service methods","name":"compute:default"},{"id":"3","description":"User
|
405
|
+
Admin Role.","name":"identity:user-admin"}],"name":"_RAX_USERNAME_","RAX-AUTH:defaultRegion":"ORD"}}}'
|
406
|
+
http_version:
|
407
|
+
recorded_at: Tue, 22 Oct 2013 20:17:07 GMT
|
408
|
+
- request:
|
409
|
+
method: get
|
410
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/detail
|
411
|
+
body:
|
412
|
+
encoding: US-ASCII
|
413
|
+
string: ''
|
414
|
+
headers:
|
415
|
+
User-Agent:
|
416
|
+
- fog/1.16.0
|
417
|
+
Content-Type:
|
418
|
+
- application/json
|
419
|
+
Accept:
|
420
|
+
- application/json
|
421
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
422
|
+
response:
|
423
|
+
status:
|
424
|
+
code: 200
|
425
|
+
message:
|
426
|
+
headers:
|
427
|
+
Date:
|
428
|
+
- Tue, 22 Oct 2013 20:17:08 GMT
|
429
|
+
Content-Length:
|
430
|
+
- '2427'
|
431
|
+
Content-Type:
|
432
|
+
- application/json
|
433
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
434
|
+
Server:
|
435
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
436
|
+
body:
|
437
|
+
encoding: UTF-8
|
438
|
+
string: ! '{"flavors": [{"name": "512MB Standard Instance", "links": [{"href":
|
439
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2", "rel": "self"},
|
440
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/2", "rel":
|
441
|
+
"bookmark"}], "ram": 512, "vcpus": 1, "swap": 512, "rxtx_factor": 2.0, "OS-FLV-EXT-DATA:ephemeral":
|
442
|
+
0, "disk": 20, "id": "2"}, {"name": "1GB Standard Instance", "links": [{"href":
|
443
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/3", "rel": "self"},
|
444
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/3", "rel":
|
445
|
+
"bookmark"}], "ram": 1024, "vcpus": 1, "swap": 1024, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral":
|
446
|
+
0, "disk": 40, "id": "3"}, {"name": "2GB Standard Instance", "links": [{"href":
|
447
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/4", "rel": "self"},
|
448
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/4", "rel":
|
449
|
+
"bookmark"}], "ram": 2048, "vcpus": 2, "swap": 2048, "rxtx_factor": 6.0, "OS-FLV-EXT-DATA:ephemeral":
|
450
|
+
0, "disk": 80, "id": "4"}, {"name": "4GB Standard Instance", "links": [{"href":
|
451
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/5", "rel": "self"},
|
452
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/5", "rel":
|
453
|
+
"bookmark"}], "ram": 4096, "vcpus": 2, "swap": 2048, "rxtx_factor": 10.0,
|
454
|
+
"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}, {"name": "8GB Standard
|
455
|
+
Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/6",
|
456
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/6",
|
457
|
+
"rel": "bookmark"}], "ram": 8192, "vcpus": 4, "swap": 2048, "rxtx_factor":
|
458
|
+
15.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 320, "id": "6"}, {"name": "15GB
|
459
|
+
Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/7",
|
460
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/7",
|
461
|
+
"rel": "bookmark"}], "ram": 15360, "vcpus": 6, "swap": 2048, "rxtx_factor":
|
462
|
+
20.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 620, "id": "7"}, {"name": "30GB
|
463
|
+
Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/8",
|
464
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/8",
|
465
|
+
"rel": "bookmark"}], "ram": 30720, "vcpus": 8, "swap": 2048, "rxtx_factor":
|
466
|
+
30.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1200, "id": "8"}]}'
|
467
|
+
http_version:
|
468
|
+
recorded_at: Tue, 22 Oct 2013 20:17:08 GMT
|
469
|
+
- request:
|
470
|
+
method: get
|
471
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2
|
472
|
+
body:
|
473
|
+
encoding: US-ASCII
|
474
|
+
string: ''
|
475
|
+
headers:
|
476
|
+
User-Agent:
|
477
|
+
- fog/1.16.0
|
478
|
+
Content-Type:
|
479
|
+
- application/json
|
480
|
+
Accept:
|
481
|
+
- application/json
|
482
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
483
|
+
response:
|
484
|
+
status:
|
485
|
+
code: 200
|
486
|
+
message:
|
487
|
+
headers:
|
488
|
+
Date:
|
489
|
+
- Tue, 22 Oct 2013 20:17:08 GMT
|
490
|
+
Content-Length:
|
491
|
+
- '353'
|
492
|
+
Content-Type:
|
493
|
+
- application/json
|
494
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
495
|
+
Server:
|
496
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
497
|
+
body:
|
498
|
+
encoding: UTF-8
|
499
|
+
string: ! '{"flavor": {"name": "512MB Standard Instance", "links": [{"href":
|
500
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/2", "rel": "self"},
|
501
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/2", "rel":
|
502
|
+
"bookmark"}], "ram": 512, "vcpus": 1, "swap": 512, "rxtx_factor": 2.0, "OS-FLV-EXT-DATA:ephemeral":
|
503
|
+
0, "disk": 20, "id": "2"}}'
|
504
|
+
http_version:
|
505
|
+
recorded_at: Tue, 22 Oct 2013 20:17:08 GMT
|
506
|
+
- request:
|
507
|
+
method: get
|
508
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/3
|
509
|
+
body:
|
510
|
+
encoding: US-ASCII
|
511
|
+
string: ''
|
512
|
+
headers:
|
513
|
+
User-Agent:
|
514
|
+
- fog/1.16.0
|
515
|
+
Content-Type:
|
516
|
+
- application/json
|
517
|
+
Accept:
|
518
|
+
- application/json
|
519
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
520
|
+
response:
|
521
|
+
status:
|
522
|
+
code: 200
|
523
|
+
message:
|
524
|
+
headers:
|
525
|
+
Date:
|
526
|
+
- Tue, 22 Oct 2013 20:17:09 GMT
|
527
|
+
Content-Length:
|
528
|
+
- '353'
|
529
|
+
Content-Type:
|
530
|
+
- application/json
|
531
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
532
|
+
Server:
|
533
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
534
|
+
body:
|
535
|
+
encoding: UTF-8
|
536
|
+
string: ! '{"flavor": {"name": "1GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/3",
|
537
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/3",
|
538
|
+
"rel": "bookmark"}], "ram": 1024, "vcpus": 1, "swap": 1024, "rxtx_factor":
|
539
|
+
3.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}}'
|
540
|
+
http_version:
|
541
|
+
recorded_at: Tue, 22 Oct 2013 20:17:09 GMT
|
542
|
+
- request:
|
543
|
+
method: get
|
544
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/4
|
545
|
+
body:
|
546
|
+
encoding: US-ASCII
|
547
|
+
string: ''
|
548
|
+
headers:
|
549
|
+
User-Agent:
|
550
|
+
- fog/1.16.0
|
551
|
+
Content-Type:
|
552
|
+
- application/json
|
553
|
+
Accept:
|
554
|
+
- application/json
|
555
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
556
|
+
response:
|
557
|
+
status:
|
558
|
+
code: 200
|
559
|
+
message:
|
560
|
+
headers:
|
561
|
+
Date:
|
562
|
+
- Tue, 22 Oct 2013 20:17:10 GMT
|
563
|
+
Content-Length:
|
564
|
+
- '353'
|
565
|
+
Content-Type:
|
566
|
+
- application/json
|
567
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
568
|
+
Server:
|
569
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
570
|
+
body:
|
571
|
+
encoding: UTF-8
|
572
|
+
string: ! '{"flavor": {"name": "2GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/4",
|
573
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/4",
|
574
|
+
"rel": "bookmark"}], "ram": 2048, "vcpus": 2, "swap": 2048, "rxtx_factor":
|
575
|
+
6.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}}'
|
576
|
+
http_version:
|
577
|
+
recorded_at: Tue, 22 Oct 2013 20:17:10 GMT
|
578
|
+
- request:
|
579
|
+
method: get
|
580
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/5
|
581
|
+
body:
|
582
|
+
encoding: US-ASCII
|
583
|
+
string: ''
|
584
|
+
headers:
|
585
|
+
User-Agent:
|
586
|
+
- fog/1.16.0
|
587
|
+
Content-Type:
|
588
|
+
- application/json
|
589
|
+
Accept:
|
590
|
+
- application/json
|
591
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
592
|
+
response:
|
593
|
+
status:
|
594
|
+
code: 200
|
595
|
+
message:
|
596
|
+
headers:
|
597
|
+
Date:
|
598
|
+
- Tue, 22 Oct 2013 20:17:11 GMT
|
599
|
+
Content-Length:
|
600
|
+
- '355'
|
601
|
+
Content-Type:
|
602
|
+
- application/json
|
603
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
604
|
+
Server:
|
605
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
606
|
+
body:
|
607
|
+
encoding: UTF-8
|
608
|
+
string: ! '{"flavor": {"name": "4GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/5",
|
609
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/5",
|
610
|
+
"rel": "bookmark"}], "ram": 4096, "vcpus": 2, "swap": 2048, "rxtx_factor":
|
611
|
+
10.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}}'
|
612
|
+
http_version:
|
613
|
+
recorded_at: Tue, 22 Oct 2013 20:17:11 GMT
|
614
|
+
- request:
|
615
|
+
method: get
|
616
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/6
|
617
|
+
body:
|
618
|
+
encoding: US-ASCII
|
619
|
+
string: ''
|
620
|
+
headers:
|
621
|
+
User-Agent:
|
622
|
+
- fog/1.16.0
|
623
|
+
Content-Type:
|
624
|
+
- application/json
|
625
|
+
Accept:
|
626
|
+
- application/json
|
627
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
628
|
+
response:
|
629
|
+
status:
|
630
|
+
code: 200
|
631
|
+
message:
|
632
|
+
headers:
|
633
|
+
Date:
|
634
|
+
- Tue, 22 Oct 2013 20:17:11 GMT
|
635
|
+
Content-Length:
|
636
|
+
- '355'
|
637
|
+
Content-Type:
|
638
|
+
- application/json
|
639
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
640
|
+
Server:
|
641
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
642
|
+
body:
|
643
|
+
encoding: UTF-8
|
644
|
+
string: ! '{"flavor": {"name": "8GB Standard Instance", "links": [{"href": "https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/6",
|
645
|
+
"rel": "self"}, {"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/6",
|
646
|
+
"rel": "bookmark"}], "ram": 8192, "vcpus": 4, "swap": 2048, "rxtx_factor":
|
647
|
+
15.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 320, "id": "6"}}'
|
648
|
+
http_version:
|
649
|
+
recorded_at: Tue, 22 Oct 2013 20:17:11 GMT
|
650
|
+
- request:
|
651
|
+
method: get
|
652
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/7
|
653
|
+
body:
|
654
|
+
encoding: US-ASCII
|
655
|
+
string: ''
|
656
|
+
headers:
|
657
|
+
User-Agent:
|
658
|
+
- fog/1.16.0
|
659
|
+
Content-Type:
|
660
|
+
- application/json
|
661
|
+
Accept:
|
662
|
+
- application/json
|
663
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
664
|
+
response:
|
665
|
+
status:
|
666
|
+
code: 200
|
667
|
+
message:
|
668
|
+
headers:
|
669
|
+
Date:
|
670
|
+
- Tue, 22 Oct 2013 20:17:12 GMT
|
671
|
+
Content-Length:
|
672
|
+
- '357'
|
673
|
+
Content-Type:
|
674
|
+
- application/json
|
675
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
676
|
+
Server:
|
677
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
678
|
+
body:
|
679
|
+
encoding: UTF-8
|
680
|
+
string: ! '{"flavor": {"name": "15GB Standard Instance", "links": [{"href":
|
681
|
+
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/7", "rel": "self"},
|
682
|
+
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/7", "rel":
|
683
|
+
"bookmark"}], "ram": 15360, "vcpus": 6, "swap": 2048, "rxtx_factor": 20.0,
|
684
|
+
"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 620, "id": "7"}}'
|
685
|
+
http_version:
|
686
|
+
recorded_at: Tue, 22 Oct 2013 20:17:12 GMT
|
687
|
+
- request:
|
688
|
+
method: get
|
689
|
+
uri: https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/8
|
345
690
|
body:
|
346
691
|
encoding: US-ASCII
|
692
|
+
string: ''
|
693
|
+
headers:
|
694
|
+
User-Agent:
|
695
|
+
- fog/1.16.0
|
696
|
+
Content-Type:
|
697
|
+
- application/json
|
698
|
+
Accept:
|
699
|
+
- application/json
|
700
|
+
X-Auth-Token: _ONE-TIME-TOKEN_
|
701
|
+
response:
|
702
|
+
status:
|
703
|
+
code: 200
|
704
|
+
message:
|
705
|
+
headers:
|
706
|
+
Date:
|
707
|
+
- Tue, 22 Oct 2013 20:17:12 GMT
|
708
|
+
Content-Length:
|
709
|
+
- '358'
|
710
|
+
Content-Type:
|
711
|
+
- application/json
|
712
|
+
X-Compute-Request-Id: _COMPUTE-REQUEST-ID_
|
713
|
+
Server:
|
714
|
+
- Jetty(8.0.y.z-SNAPSHOT)
|
715
|
+
body:
|
716
|
+
encoding: UTF-8
|
347
717
|
string: ! '{"flavor": {"name": "30GB Standard Instance", "links": [{"href":
|
348
718
|
"https://dfw.servers.api.rackspacecloud.com/v2/000000/flavors/8", "rel": "self"},
|
349
719
|
{"href": "https://dfw.servers.api.rackspacecloud.com/000000/flavors/8", "rel":
|
350
720
|
"bookmark"}], "ram": 30720, "vcpus": 8, "swap": 2048, "rxtx_factor": 30.0,
|
351
721
|
"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1200, "id": "8"}}'
|
352
722
|
http_version:
|
353
|
-
recorded_at:
|
723
|
+
recorded_at: Tue, 22 Oct 2013 20:17:12 GMT
|
354
724
|
recorded_with: VCR 2.5.0
|