fog 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -0
- data/CHANGELOG.md +50 -0
- data/fog.gemspec +6 -6
- data/lib/fog/digitalocean/models/compute/server.rb +0 -1
- data/lib/fog/digitalocean/requests/compute_v2/create_ssh_key.rb +10 -8
- data/lib/fog/digitalocean/requests/compute_v2/delete_ssh_key.rb +5 -1
- data/lib/fog/digitalocean/requests/compute_v2/list_ssh_keys.rb +6 -1
- data/lib/fog/glesys/models/compute/server.rb +0 -1
- data/lib/fog/joyent/compute.rb +6 -1
- data/lib/fog/linode/compute.rb +3 -0
- data/lib/fog/linode/models/compute/data_center.rb +1 -0
- data/lib/fog/linode/models/compute/flavor.rb +3 -0
- data/lib/fog/linode/models/compute/flavors.rb +8 -1
- data/lib/fog/linode/models/compute/image.rb +2 -0
- data/lib/fog/linode/models/compute/images.rb +2 -1
- data/lib/fog/linode/models/compute/kernel.rb +3 -0
- data/lib/fog/linode/models/compute/kernels.rb +14 -8
- data/lib/fog/linode/models/compute/node_balancer_flavor.rb +13 -0
- data/lib/fog/linode/models/compute/node_balancer_flavors.rb +27 -0
- data/lib/fog/linode/requests/compute/avail_kernels.rb +17 -18
- data/lib/fog/linode/requests/compute/avail_linodeplans.rb +4 -2
- data/lib/fog/linode/requests/compute/avail_nodebalancers.rb +42 -0
- data/lib/fog/linode/requests/compute/avail_stackscripts.rb +6 -11
- data/lib/fog/openstack/core.rb +22 -21
- data/lib/fog/openstack/models/baremetal/nodes.rb +1 -1
- data/lib/fog/openstack/models/identity_v3/domain.rb +6 -0
- data/lib/fog/openstack/models/identity_v3/domains.rb +19 -4
- data/lib/fog/openstack/models/identity_v3/project.rb +10 -0
- data/lib/fog/openstack/models/identity_v3/projects.rb +16 -3
- data/lib/fog/openstack/models/identity_v3/tokens.rb +1 -0
- data/lib/fog/openstack/models/storage/file.rb +9 -0
- data/lib/fog/openstack/requests/baremetal/delete_node.rb +1 -1
- data/lib/fog/rackspace/requests/load_balancers/create_node.rb +1 -1
- data/lib/fog/version.rb +1 -1
- data/lib/fog/vsphere/compute.rb +8 -0
- data/lib/fog/vsphere/models/compute/network.rb +1 -0
- data/lib/fog/vsphere/models/compute/process.rb +18 -0
- data/lib/fog/vsphere/models/compute/server.rb +29 -0
- data/lib/fog/vsphere/models/compute/snapshot.rb +35 -0
- data/lib/fog/vsphere/models/compute/snapshots.rb +27 -0
- data/lib/fog/vsphere/requests/compute/create_vm.rb +65 -2
- data/lib/fog/vsphere/requests/compute/list_child_snapshots.rb +71 -0
- data/lib/fog/vsphere/requests/compute/list_networks.rb +5 -4
- data/lib/fog/vsphere/requests/compute/list_processes.rb +41 -0
- data/lib/fog/vsphere/requests/compute/list_vm_snapshots.rb +66 -0
- data/lib/fog/vsphere/requests/compute/revert_to_snapshot.rb +30 -0
- data/lib/fog/vsphere/requests/compute/vm_clone.rb +2 -5
- data/lib/fog/vsphere/requests/compute/vm_take_snapshot.rb +37 -0
- data/lib/tasks/changelog_task.rb +1 -0
- data/spec/fog/openstack/identity_v3/authv3_a.yml +18 -18
- data/spec/fog/openstack/identity_v3/authv3_b.yml +18 -18
- data/spec/fog/openstack/identity_v3/authv3_c.yml +293 -55
- data/spec/fog/openstack/identity_v3/authv3_token.yml +89 -89
- data/spec/fog/openstack/identity_v3/authv3_unscoped.yml +325 -222
- data/spec/fog/openstack/identity_v3/authv3_unscoped_reauth.yml +587 -111
- data/spec/fog/openstack/identity_v3/common_setup.yml +30 -30
- data/spec/fog/openstack/identity_v3/idv3_credential.yml +17 -17
- data/spec/fog/openstack/identity_v3/idv3_credential_crud.yml +343 -106
- data/spec/fog/openstack/identity_v3/idv3_domain.yml +27 -122
- data/spec/fog/openstack/identity_v3/idv3_domain_crud.yml +75 -128
- data/spec/fog/openstack/identity_v3/idv3_domain_group_roles_mutation.yml +141 -141
- data/spec/fog/openstack/identity_v3/idv3_domain_roles_mutation.yml +326 -86
- data/spec/fog/openstack/identity_v3/idv3_endpoint.yml +221 -221
- data/spec/fog/openstack/identity_v3/idv3_endpoints_crud.yml +314 -314
- data/spec/fog/openstack/identity_v3/idv3_group_crud_mutation.yml +191 -188
- data/spec/fog/openstack/identity_v3/idv3_policy.yml +23 -23
- data/spec/fog/openstack/identity_v3/idv3_policy_crud.yml +67 -67
- data/spec/fog/openstack/identity_v3/idv3_project.yml +267 -161
- data/spec/fog/openstack/identity_v3/idv3_project_crud.yml +70 -145
- data/spec/fog/openstack/identity_v3/idv3_project_group_user_roles_mutation.yml +195 -243
- data/spec/fog/openstack/identity_v3/idv3_project_hier_crud_list.yml +203 -553
- data/spec/fog/openstack/identity_v3/idv3_role.yml +49 -49
- data/spec/fog/openstack/identity_v3/idv3_role_crud.yml +92 -92
- data/spec/fog/openstack/identity_v3/idv3_service.yml +61 -61
- data/spec/fog/openstack/identity_v3/idv3_services_crud.yml +111 -111
- data/spec/fog/openstack/identity_v3/idv3_token.yml +84 -84
- data/spec/fog/openstack/identity_v3/idv3_user_crud.yml +140 -125
- data/spec/fog/openstack/identity_v3/idv3_users.yml +98 -78
- data/spec/fog/openstack/network/common_setup.yml +84 -75
- data/spec/fog/openstack/network/subnets_crud.yml +75 -35
- data/spec/fog/openstack/shared_context.rb +5 -1
- data/tests/helper.rb +1 -0
- data/tests/linode/requests/compute/datacenter_tests.rb +2 -1
- data/tests/linode/requests/compute/kernel_tests.rb +2 -10
- data/tests/linode/requests/compute/linodeplans_tests.rb +10 -7
- data/tests/linode/requests/compute/nodebalancers_tests.rb +20 -0
- data/tests/openstack/models/storage/file_tests.rb +29 -0
- data/tests/rackspace/requests/load_balancers/node_tests.rb +7 -0
- data/tests/vsphere/models/compute/server_tests.rb +27 -1
- data/tests/vsphere/requests/compute/list_child_snapshots_tests.rb +10 -0
- data/tests/vsphere/requests/compute/list_vm_snapshots_tests.rb +10 -0
- data/tests/vsphere/requests/compute/revert_to_snapshot_tests.rb +15 -0
- data/tests/vsphere/requests/compute/vm_take_snapshot_tests.rb +19 -0
- metadata +41 -16
- data/spec/fog/openstack/identity_v3/authv3_project.yml +0 -98
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: http://
|
5
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-foobar69
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -16,20 +16,20 @@ http_interactions:
|
|
16
16
|
Accept:
|
17
17
|
- application/json
|
18
18
|
X-Auth-Token:
|
19
|
-
-
|
19
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
20
20
|
response:
|
21
21
|
status:
|
22
22
|
code: 200
|
23
23
|
message: ''
|
24
24
|
headers:
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
27
27
|
Server:
|
28
28
|
- Apache/2.4.7 (Ubuntu)
|
29
29
|
Vary:
|
30
30
|
- X-Auth-Token
|
31
31
|
X-Openstack-Request-Id:
|
32
|
-
- req-
|
32
|
+
- req-3e43817a-c2aa-4d14-8323-75487e00ce82
|
33
33
|
Content-Length:
|
34
34
|
- '123'
|
35
35
|
Content-Type:
|
@@ -44,61 +44,13 @@ http_interactions:
|
|
44
44
|
- keep-alive
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"links": {"self": "http://
|
47
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-foobar69",
|
48
48
|
"previous": null, "next": null}, "projects": []}'
|
49
49
|
http_version:
|
50
|
-
recorded_at:
|
51
|
-
- request:
|
52
|
-
method: get
|
53
|
-
uri: http://10.97.17.84:35357/v3/projects?name=p-foobar69
|
54
|
-
body:
|
55
|
-
encoding: US-ASCII
|
56
|
-
string: ''
|
57
|
-
headers:
|
58
|
-
User-Agent:
|
59
|
-
- fog-core/1.32.1
|
60
|
-
Proxy-Connection:
|
61
|
-
- Keep-Alive
|
62
|
-
Content-Type:
|
63
|
-
- application/json
|
64
|
-
Accept:
|
65
|
-
- application/json
|
66
|
-
X-Auth-Token:
|
67
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
68
|
-
response:
|
69
|
-
status:
|
70
|
-
code: 200
|
71
|
-
message: ''
|
72
|
-
headers:
|
73
|
-
Date:
|
74
|
-
- Fri, 02 Oct 2015 11:41:38 GMT
|
75
|
-
Server:
|
76
|
-
- Apache/2.4.7 (Ubuntu)
|
77
|
-
Vary:
|
78
|
-
- X-Auth-Token
|
79
|
-
X-Openstack-Request-Id:
|
80
|
-
- req-fba0f650-114a-47b2-8814-6e2623847ebb
|
81
|
-
Content-Length:
|
82
|
-
- '123'
|
83
|
-
Content-Type:
|
84
|
-
- application/json
|
85
|
-
X-Cache:
|
86
|
-
- MISS from i056593-vagrant
|
87
|
-
X-Cache-Lookup:
|
88
|
-
- MISS from i056593-vagrant:3128
|
89
|
-
Via:
|
90
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
91
|
-
Connection:
|
92
|
-
- keep-alive
|
93
|
-
body:
|
94
|
-
encoding: UTF-8
|
95
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects?name=p-foobar69",
|
96
|
-
"previous": null, "next": null}, "projects": []}'
|
97
|
-
http_version:
|
98
|
-
recorded_at: Fri, 02 Oct 2015 11:41:26 GMT
|
50
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
99
51
|
- request:
|
100
52
|
method: post
|
101
|
-
uri: http://
|
53
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
102
54
|
body:
|
103
55
|
encoding: UTF-8
|
104
56
|
string: '{"project":{"name":"p-foobar69"}}'
|
@@ -112,20 +64,20 @@ http_interactions:
|
|
112
64
|
Accept:
|
113
65
|
- application/json
|
114
66
|
X-Auth-Token:
|
115
|
-
-
|
67
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
116
68
|
response:
|
117
69
|
status:
|
118
70
|
code: 201
|
119
71
|
message: ''
|
120
72
|
headers:
|
121
73
|
Date:
|
122
|
-
-
|
74
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
123
75
|
Server:
|
124
76
|
- Apache/2.4.7 (Ubuntu)
|
125
77
|
Vary:
|
126
78
|
- X-Auth-Token
|
127
79
|
X-Openstack-Request-Id:
|
128
|
-
- req-
|
80
|
+
- req-57d338a8-7271-4f2f-9394-1d4447fb7846
|
129
81
|
Content-Length:
|
130
82
|
- '248'
|
131
83
|
Content-Type:
|
@@ -140,14 +92,14 @@ http_interactions:
|
|
140
92
|
- keep-alive
|
141
93
|
body:
|
142
94
|
encoding: UTF-8
|
143
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
144
|
-
"enabled": true, "id": "
|
95
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e"},
|
96
|
+
"enabled": true, "id": "5a7e2962af284e3d8801e6dfc983733e", "parent_id": null,
|
145
97
|
"domain_id": "default", "name": "p-foobar69"}}'
|
146
98
|
http_version:
|
147
|
-
recorded_at:
|
99
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
148
100
|
- request:
|
149
101
|
method: get
|
150
|
-
uri: http://
|
102
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=baz
|
151
103
|
body:
|
152
104
|
encoding: US-ASCII
|
153
105
|
string: ''
|
@@ -161,20 +113,20 @@ http_interactions:
|
|
161
113
|
Accept:
|
162
114
|
- application/json
|
163
115
|
X-Auth-Token:
|
164
|
-
-
|
116
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
165
117
|
response:
|
166
118
|
status:
|
167
119
|
code: 200
|
168
120
|
message: ''
|
169
121
|
headers:
|
170
122
|
Date:
|
171
|
-
-
|
123
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
172
124
|
Server:
|
173
125
|
- Apache/2.4.7 (Ubuntu)
|
174
126
|
Vary:
|
175
127
|
- X-Auth-Token
|
176
128
|
X-Openstack-Request-Id:
|
177
|
-
- req-
|
129
|
+
- req-5811c962-e549-4af3-aab7-708efeb5d243
|
178
130
|
Content-Length:
|
179
131
|
- '110'
|
180
132
|
Content-Type:
|
@@ -189,13 +141,13 @@ http_interactions:
|
|
189
141
|
- keep-alive
|
190
142
|
body:
|
191
143
|
encoding: UTF-8
|
192
|
-
string: '{"links": {"self": "http://
|
144
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=baz", "previous":
|
193
145
|
null, "next": null}, "roles": []}'
|
194
146
|
http_version:
|
195
|
-
recorded_at:
|
147
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
196
148
|
- request:
|
197
149
|
method: post
|
198
|
-
uri: http://
|
150
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
199
151
|
body:
|
200
152
|
encoding: UTF-8
|
201
153
|
string: '{"role":{"name":"baz69"}}'
|
@@ -209,20 +161,20 @@ http_interactions:
|
|
209
161
|
Accept:
|
210
162
|
- application/json
|
211
163
|
X-Auth-Token:
|
212
|
-
-
|
164
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
213
165
|
response:
|
214
166
|
status:
|
215
167
|
code: 201
|
216
168
|
message: ''
|
217
169
|
headers:
|
218
170
|
Date:
|
219
|
-
-
|
171
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
220
172
|
Server:
|
221
173
|
- Apache/2.4.7 (Ubuntu)
|
222
174
|
Vary:
|
223
175
|
- X-Auth-Token
|
224
176
|
X-Openstack-Request-Id:
|
225
|
-
- req-
|
177
|
+
- req-e5b4e451-3e21-4414-bdac-7fb75e47ad7c
|
226
178
|
Content-Length:
|
227
179
|
- '158'
|
228
180
|
Content-Type:
|
@@ -237,14 +189,14 @@ http_interactions:
|
|
237
189
|
- keep-alive
|
238
190
|
body:
|
239
191
|
encoding: UTF-8
|
240
|
-
string: '{"role": {"id": "
|
241
|
-
"http://
|
192
|
+
string: '{"role": {"id": "6da60a545a9441999f34c929da16e7b4", "links": {"self":
|
193
|
+
"http://devstack.openstack.stack:35357/v3/roles/6da60a545a9441999f34c929da16e7b4"}, "name":
|
242
194
|
"baz69"}}'
|
243
195
|
http_version:
|
244
|
-
recorded_at:
|
196
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
245
197
|
- request:
|
246
198
|
method: post
|
247
|
-
uri: http://
|
199
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
248
200
|
body:
|
249
201
|
encoding: UTF-8
|
250
202
|
string: '{"user":{"name":"u-foobar69","email":"foobar@example.com","password":"s3cret!"}}'
|
@@ -258,20 +210,20 @@ http_interactions:
|
|
258
210
|
Accept:
|
259
211
|
- application/json
|
260
212
|
X-Auth-Token:
|
261
|
-
-
|
213
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
262
214
|
response:
|
263
215
|
status:
|
264
216
|
code: 201
|
265
217
|
message: ''
|
266
218
|
headers:
|
267
219
|
Date:
|
268
|
-
-
|
220
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
269
221
|
Server:
|
270
222
|
- Apache/2.4.7 (Ubuntu)
|
271
223
|
Vary:
|
272
224
|
- X-Auth-Token
|
273
225
|
X-Openstack-Request-Id:
|
274
|
-
- req-
|
226
|
+
- req-d1cd4f01-28fe-4c3c-8a72-6025ff1f55af
|
275
227
|
Content-Length:
|
276
228
|
- '235'
|
277
229
|
Content-Type:
|
@@ -286,14 +238,14 @@ http_interactions:
|
|
286
238
|
- keep-alive
|
287
239
|
body:
|
288
240
|
encoding: UTF-8
|
289
|
-
string: '{"user": {"name": "u-foobar69", "links": {"self": "http://
|
241
|
+
string: '{"user": {"name": "u-foobar69", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7"},
|
290
242
|
"domain_id": "default", "enabled": true, "email": "foobar@example.com", "id":
|
291
|
-
"
|
243
|
+
"5a3658148b744146ba702a2855e11cd7"}}'
|
292
244
|
http_version:
|
293
|
-
recorded_at:
|
245
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
294
246
|
- request:
|
295
247
|
method: post
|
296
|
-
uri: http://
|
248
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
297
249
|
body:
|
298
250
|
encoding: UTF-8
|
299
251
|
string: '{"group":{"name":"g-foobar69","description":"Group of Foobar users"}}'
|
@@ -307,20 +259,20 @@ http_interactions:
|
|
307
259
|
Accept:
|
308
260
|
- application/json
|
309
261
|
X-Auth-Token:
|
310
|
-
-
|
262
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
311
263
|
response:
|
312
264
|
status:
|
313
265
|
code: 201
|
314
266
|
message: ''
|
315
267
|
headers:
|
316
268
|
Date:
|
317
|
-
-
|
269
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
318
270
|
Server:
|
319
271
|
- Apache/2.4.7 (Ubuntu)
|
320
272
|
Vary:
|
321
273
|
- X-Auth-Token
|
322
274
|
X-Openstack-Request-Id:
|
323
|
-
- req-
|
275
|
+
- req-2aa19002-3dc4-4408-9d6a-427e5d5a89c7
|
324
276
|
Content-Length:
|
325
277
|
- '229'
|
326
278
|
Content-Type:
|
@@ -336,13 +288,13 @@ http_interactions:
|
|
336
288
|
body:
|
337
289
|
encoding: UTF-8
|
338
290
|
string: '{"group": {"domain_id": "default", "description": "Group of Foobar
|
339
|
-
users", "id": "
|
291
|
+
users", "id": "1d481f9d10b148f1a3986c4bb6dd95bd", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/1d481f9d10b148f1a3986c4bb6dd95bd"},
|
340
292
|
"name": "g-foobar69"}}'
|
341
293
|
http_version:
|
342
|
-
recorded_at:
|
294
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
343
295
|
- request:
|
344
296
|
method: put
|
345
|
-
uri: http://
|
297
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/1d481f9d10b148f1a3986c4bb6dd95bd/users/5a3658148b744146ba702a2855e11cd7
|
346
298
|
body:
|
347
299
|
encoding: US-ASCII
|
348
300
|
string: ''
|
@@ -356,20 +308,20 @@ http_interactions:
|
|
356
308
|
Accept:
|
357
309
|
- application/json
|
358
310
|
X-Auth-Token:
|
359
|
-
-
|
311
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
360
312
|
response:
|
361
313
|
status:
|
362
314
|
code: 204
|
363
315
|
message: ''
|
364
316
|
headers:
|
365
317
|
Date:
|
366
|
-
-
|
318
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
367
319
|
Server:
|
368
320
|
- Apache/2.4.7 (Ubuntu)
|
369
321
|
Vary:
|
370
322
|
- X-Auth-Token
|
371
323
|
X-Openstack-Request-Id:
|
372
|
-
- req-
|
324
|
+
- req-35a45f39-e51a-4847-a1a2-9c4650322139
|
373
325
|
Content-Length:
|
374
326
|
- '0'
|
375
327
|
X-Cache:
|
@@ -384,10 +336,10 @@ http_interactions:
|
|
384
336
|
encoding: UTF-8
|
385
337
|
string: ''
|
386
338
|
http_version:
|
387
|
-
recorded_at:
|
339
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
388
340
|
- request:
|
389
341
|
method: get
|
390
|
-
uri: http://
|
342
|
+
uri: http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects
|
391
343
|
body:
|
392
344
|
encoding: US-ASCII
|
393
345
|
string: ''
|
@@ -401,20 +353,20 @@ http_interactions:
|
|
401
353
|
Accept:
|
402
354
|
- application/json
|
403
355
|
X-Auth-Token:
|
404
|
-
-
|
356
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
405
357
|
response:
|
406
358
|
status:
|
407
359
|
code: 200
|
408
360
|
message: ''
|
409
361
|
headers:
|
410
362
|
Date:
|
411
|
-
-
|
363
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
412
364
|
Server:
|
413
365
|
- Apache/2.4.7 (Ubuntu)
|
414
366
|
Vary:
|
415
367
|
- X-Auth-Token
|
416
368
|
X-Openstack-Request-Id:
|
417
|
-
- req-
|
369
|
+
- req-00c3579a-571b-4e68-a7c8-3eb6a6ea9b20
|
418
370
|
Content-Length:
|
419
371
|
- '146'
|
420
372
|
Content-Type:
|
@@ -429,13 +381,13 @@ http_interactions:
|
|
429
381
|
- keep-alive
|
430
382
|
body:
|
431
383
|
encoding: UTF-8
|
432
|
-
string: '{"links": {"self": "http://
|
384
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects",
|
433
385
|
"previous": null, "next": null}, "projects": []}'
|
434
386
|
http_version:
|
435
|
-
recorded_at:
|
387
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
436
388
|
- request:
|
437
389
|
method: get
|
438
|
-
uri: http://
|
390
|
+
uri: http://devstack.openstack.stack:35357/v3/role_assignments?effective=true&scope.project.id=5a7e2962af284e3d8801e6dfc983733e&user.id=5a3658148b744146ba702a2855e11cd7
|
439
391
|
body:
|
440
392
|
encoding: US-ASCII
|
441
393
|
string: ''
|
@@ -449,20 +401,20 @@ http_interactions:
|
|
449
401
|
Accept:
|
450
402
|
- application/json
|
451
403
|
X-Auth-Token:
|
452
|
-
-
|
404
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
453
405
|
response:
|
454
406
|
status:
|
455
407
|
code: 200
|
456
408
|
message: ''
|
457
409
|
headers:
|
458
410
|
Date:
|
459
|
-
-
|
411
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
460
412
|
Server:
|
461
413
|
- Apache/2.4.7 (Ubuntu)
|
462
414
|
Vary:
|
463
415
|
- X-Auth-Token
|
464
416
|
X-Openstack-Request-Id:
|
465
|
-
- req-
|
417
|
+
- req-9bc1b574-e2dd-4739-94cd-86c4893c159d
|
466
418
|
Content-Length:
|
467
419
|
- '229'
|
468
420
|
Content-Type:
|
@@ -477,13 +429,13 @@ http_interactions:
|
|
477
429
|
- keep-alive
|
478
430
|
body:
|
479
431
|
encoding: UTF-8
|
480
|
-
string: '{"role_assignments": [], "links": {"self": "http://
|
432
|
+
string: '{"role_assignments": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/role_assignments?effective=true&scope.project.id=5a7e2962af284e3d8801e6dfc983733e&user.id=5a3658148b744146ba702a2855e11cd7",
|
481
433
|
"previous": null, "next": null}}'
|
482
434
|
http_version:
|
483
|
-
recorded_at:
|
435
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
484
436
|
- request:
|
485
437
|
method: get
|
486
|
-
uri: http://
|
438
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles
|
487
439
|
body:
|
488
440
|
encoding: US-ASCII
|
489
441
|
string: ''
|
@@ -497,20 +449,20 @@ http_interactions:
|
|
497
449
|
Accept:
|
498
450
|
- application/json
|
499
451
|
X-Auth-Token:
|
500
|
-
-
|
452
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
501
453
|
response:
|
502
454
|
status:
|
503
455
|
code: 200
|
504
456
|
message: ''
|
505
457
|
headers:
|
506
458
|
Date:
|
507
|
-
-
|
459
|
+
- Wed, 28 Oct 2015 16:05:54 GMT
|
508
460
|
Server:
|
509
461
|
- Apache/2.4.7 (Ubuntu)
|
510
462
|
Vary:
|
511
463
|
- X-Auth-Token
|
512
464
|
X-Openstack-Request-Id:
|
513
|
-
- req-
|
465
|
+
- req-abe3bcfb-9c6f-44de-9ada-04850e5d5127
|
514
466
|
Content-Length:
|
515
467
|
- '182'
|
516
468
|
Content-Type:
|
@@ -525,13 +477,13 @@ http_interactions:
|
|
525
477
|
- keep-alive
|
526
478
|
body:
|
527
479
|
encoding: UTF-8
|
528
|
-
string: '{"links": {"self": "http://
|
480
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles",
|
529
481
|
"previous": null, "next": null}, "roles": []}'
|
530
482
|
http_version:
|
531
|
-
recorded_at:
|
483
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
532
484
|
- request:
|
533
485
|
method: put
|
534
|
-
uri: http://
|
486
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles/6da60a545a9441999f34c929da16e7b4
|
535
487
|
body:
|
536
488
|
encoding: US-ASCII
|
537
489
|
string: ''
|
@@ -545,20 +497,20 @@ http_interactions:
|
|
545
497
|
Accept:
|
546
498
|
- application/json
|
547
499
|
X-Auth-Token:
|
548
|
-
-
|
500
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
549
501
|
response:
|
550
502
|
status:
|
551
503
|
code: 204
|
552
504
|
message: ''
|
553
505
|
headers:
|
554
506
|
Date:
|
555
|
-
-
|
507
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
556
508
|
Server:
|
557
509
|
- Apache/2.4.7 (Ubuntu)
|
558
510
|
Vary:
|
559
511
|
- X-Auth-Token
|
560
512
|
X-Openstack-Request-Id:
|
561
|
-
- req-
|
513
|
+
- req-272c7a3c-890f-4fb9-99c6-f762f1099b98
|
562
514
|
Content-Length:
|
563
515
|
- '0'
|
564
516
|
X-Cache:
|
@@ -573,10 +525,10 @@ http_interactions:
|
|
573
525
|
encoding: UTF-8
|
574
526
|
string: ''
|
575
527
|
http_version:
|
576
|
-
recorded_at:
|
528
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
577
529
|
- request:
|
578
530
|
method: get
|
579
|
-
uri: http://
|
531
|
+
uri: http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects
|
580
532
|
body:
|
581
533
|
encoding: US-ASCII
|
582
534
|
string: ''
|
@@ -590,20 +542,20 @@ http_interactions:
|
|
590
542
|
Accept:
|
591
543
|
- application/json
|
592
544
|
X-Auth-Token:
|
593
|
-
-
|
545
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
594
546
|
response:
|
595
547
|
status:
|
596
548
|
code: 200
|
597
549
|
message: ''
|
598
550
|
headers:
|
599
551
|
Date:
|
600
|
-
-
|
552
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
601
553
|
Server:
|
602
554
|
- Apache/2.4.7 (Ubuntu)
|
603
555
|
Vary:
|
604
556
|
- X-Auth-Token
|
605
557
|
X-Openstack-Request-Id:
|
606
|
-
- req-
|
558
|
+
- req-3f0fc8b9-a380-416c-8074-d3eb20ead32a
|
607
559
|
Content-Length:
|
608
560
|
- '381'
|
609
561
|
Content-Type:
|
@@ -618,16 +570,16 @@ http_interactions:
|
|
618
570
|
- keep-alive
|
619
571
|
body:
|
620
572
|
encoding: UTF-8
|
621
|
-
string: '{"links": {"self": "http://
|
573
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects",
|
622
574
|
"previous": null, "next": null}, "projects": [{"description": "", "links":
|
623
|
-
{"self": "http://
|
624
|
-
"enabled": true, "id": "
|
575
|
+
{"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e"},
|
576
|
+
"enabled": true, "id": "5a7e2962af284e3d8801e6dfc983733e", "parent_id": null,
|
625
577
|
"domain_id": "default", "name": "p-foobar69"}]}'
|
626
578
|
http_version:
|
627
|
-
recorded_at:
|
579
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
628
580
|
- request:
|
629
581
|
method: head
|
630
|
-
uri: http://
|
582
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles/6da60a545a9441999f34c929da16e7b4
|
631
583
|
body:
|
632
584
|
encoding: US-ASCII
|
633
585
|
string: ''
|
@@ -641,20 +593,20 @@ http_interactions:
|
|
641
593
|
Accept:
|
642
594
|
- application/json
|
643
595
|
X-Auth-Token:
|
644
|
-
-
|
596
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
645
597
|
response:
|
646
598
|
status:
|
647
599
|
code: 204
|
648
600
|
message: ''
|
649
601
|
headers:
|
650
602
|
Date:
|
651
|
-
-
|
603
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
652
604
|
Server:
|
653
605
|
- Apache/2.4.7 (Ubuntu)
|
654
606
|
Vary:
|
655
607
|
- X-Auth-Token
|
656
608
|
X-Openstack-Request-Id:
|
657
|
-
- req-
|
609
|
+
- req-56eb6226-e187-465e-90d8-f86fa35f3fb0
|
658
610
|
X-Cache:
|
659
611
|
- MISS from i056593-vagrant
|
660
612
|
X-Cache-Lookup:
|
@@ -667,10 +619,10 @@ http_interactions:
|
|
667
619
|
encoding: UTF-8
|
668
620
|
string: ''
|
669
621
|
http_version:
|
670
|
-
recorded_at:
|
622
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
671
623
|
- request:
|
672
624
|
method: get
|
673
|
-
uri: http://
|
625
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles
|
674
626
|
body:
|
675
627
|
encoding: US-ASCII
|
676
628
|
string: ''
|
@@ -684,20 +636,20 @@ http_interactions:
|
|
684
636
|
Accept:
|
685
637
|
- application/json
|
686
638
|
X-Auth-Token:
|
687
|
-
-
|
639
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
688
640
|
response:
|
689
641
|
status:
|
690
642
|
code: 200
|
691
643
|
message: ''
|
692
644
|
headers:
|
693
645
|
Date:
|
694
|
-
-
|
646
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
695
647
|
Server:
|
696
648
|
- Apache/2.4.7 (Ubuntu)
|
697
649
|
Vary:
|
698
650
|
- X-Auth-Token
|
699
651
|
X-Openstack-Request-Id:
|
700
|
-
- req-
|
652
|
+
- req-d65b78e2-fed4-4130-adf2-0b8041e71a45
|
701
653
|
Content-Length:
|
702
654
|
- '330'
|
703
655
|
Content-Type:
|
@@ -712,15 +664,15 @@ http_interactions:
|
|
712
664
|
- keep-alive
|
713
665
|
body:
|
714
666
|
encoding: UTF-8
|
715
|
-
string: '{"links": {"self": "http://
|
716
|
-
"previous": null, "next": null}, "roles": [{"id": "
|
717
|
-
"links": {"self": "http://
|
667
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles",
|
668
|
+
"previous": null, "next": null}, "roles": [{"id": "6da60a545a9441999f34c929da16e7b4",
|
669
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/6da60a545a9441999f34c929da16e7b4"},
|
718
670
|
"name": "baz69"}]}'
|
719
671
|
http_version:
|
720
|
-
recorded_at:
|
672
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
721
673
|
- request:
|
722
674
|
method: delete
|
723
|
-
uri: http://
|
675
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles/6da60a545a9441999f34c929da16e7b4
|
724
676
|
body:
|
725
677
|
encoding: US-ASCII
|
726
678
|
string: ''
|
@@ -734,20 +686,20 @@ http_interactions:
|
|
734
686
|
Accept:
|
735
687
|
- application/json
|
736
688
|
X-Auth-Token:
|
737
|
-
-
|
689
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
738
690
|
response:
|
739
691
|
status:
|
740
692
|
code: 204
|
741
693
|
message: ''
|
742
694
|
headers:
|
743
695
|
Date:
|
744
|
-
-
|
696
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
745
697
|
Server:
|
746
698
|
- Apache/2.4.7 (Ubuntu)
|
747
699
|
Vary:
|
748
700
|
- X-Auth-Token
|
749
701
|
X-Openstack-Request-Id:
|
750
|
-
- req-
|
702
|
+
- req-5457d496-3537-42dc-bccd-f9ccecd1f769
|
751
703
|
Content-Length:
|
752
704
|
- '0'
|
753
705
|
X-Cache:
|
@@ -762,10 +714,10 @@ http_interactions:
|
|
762
714
|
encoding: UTF-8
|
763
715
|
string: ''
|
764
716
|
http_version:
|
765
|
-
recorded_at:
|
717
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
766
718
|
- request:
|
767
719
|
method: get
|
768
|
-
uri: http://
|
720
|
+
uri: http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects
|
769
721
|
body:
|
770
722
|
encoding: US-ASCII
|
771
723
|
string: ''
|
@@ -779,20 +731,20 @@ http_interactions:
|
|
779
731
|
Accept:
|
780
732
|
- application/json
|
781
733
|
X-Auth-Token:
|
782
|
-
-
|
734
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
783
735
|
response:
|
784
736
|
status:
|
785
737
|
code: 200
|
786
738
|
message: ''
|
787
739
|
headers:
|
788
740
|
Date:
|
789
|
-
-
|
741
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
790
742
|
Server:
|
791
743
|
- Apache/2.4.7 (Ubuntu)
|
792
744
|
Vary:
|
793
745
|
- X-Auth-Token
|
794
746
|
X-Openstack-Request-Id:
|
795
|
-
- req-
|
747
|
+
- req-cadec267-f400-487f-8c76-8d8e99c79796
|
796
748
|
Content-Length:
|
797
749
|
- '146'
|
798
750
|
Content-Type:
|
@@ -807,13 +759,13 @@ http_interactions:
|
|
807
759
|
- keep-alive
|
808
760
|
body:
|
809
761
|
encoding: UTF-8
|
810
|
-
string: '{"links": {"self": "http://
|
762
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects",
|
811
763
|
"previous": null, "next": null}, "projects": []}'
|
812
764
|
http_version:
|
813
|
-
recorded_at:
|
765
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
814
766
|
- request:
|
815
767
|
method: head
|
816
|
-
uri: http://
|
768
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/users/5a3658148b744146ba702a2855e11cd7/roles/6da60a545a9441999f34c929da16e7b4
|
817
769
|
body:
|
818
770
|
encoding: US-ASCII
|
819
771
|
string: ''
|
@@ -827,20 +779,20 @@ http_interactions:
|
|
827
779
|
Accept:
|
828
780
|
- application/json
|
829
781
|
X-Auth-Token:
|
830
|
-
-
|
782
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
831
783
|
response:
|
832
784
|
status:
|
833
785
|
code: 404
|
834
786
|
message: ''
|
835
787
|
headers:
|
836
788
|
Date:
|
837
|
-
-
|
789
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
838
790
|
Server:
|
839
791
|
- Apache/2.4.7 (Ubuntu)
|
840
792
|
Vary:
|
841
793
|
- X-Auth-Token
|
842
794
|
X-Openstack-Request-Id:
|
843
|
-
- req-
|
795
|
+
- req-2a1be00e-f294-4a42-a4cc-fb05dc101d2b
|
844
796
|
Content-Length:
|
845
797
|
- '237'
|
846
798
|
Content-Type:
|
@@ -857,10 +809,10 @@ http_interactions:
|
|
857
809
|
encoding: UTF-8
|
858
810
|
string: ''
|
859
811
|
http_version:
|
860
|
-
recorded_at:
|
812
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
861
813
|
- request:
|
862
814
|
method: get
|
863
|
-
uri: http://
|
815
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles
|
864
816
|
body:
|
865
817
|
encoding: US-ASCII
|
866
818
|
string: ''
|
@@ -874,20 +826,20 @@ http_interactions:
|
|
874
826
|
Accept:
|
875
827
|
- application/json
|
876
828
|
X-Auth-Token:
|
877
|
-
-
|
829
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
878
830
|
response:
|
879
831
|
status:
|
880
832
|
code: 200
|
881
833
|
message: ''
|
882
834
|
headers:
|
883
835
|
Date:
|
884
|
-
-
|
836
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
885
837
|
Server:
|
886
838
|
- Apache/2.4.7 (Ubuntu)
|
887
839
|
Vary:
|
888
840
|
- X-Auth-Token
|
889
841
|
X-Openstack-Request-Id:
|
890
|
-
- req-
|
842
|
+
- req-ab5b625f-2108-4aba-a6e4-0325a836fab8
|
891
843
|
Content-Length:
|
892
844
|
- '183'
|
893
845
|
Content-Type:
|
@@ -902,13 +854,13 @@ http_interactions:
|
|
902
854
|
- keep-alive
|
903
855
|
body:
|
904
856
|
encoding: UTF-8
|
905
|
-
string: '{"links": {"self": "http://
|
857
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles",
|
906
858
|
"previous": null, "next": null}, "roles": []}'
|
907
859
|
http_version:
|
908
|
-
recorded_at:
|
860
|
+
recorded_at: Wed, 28 Oct 2015 16:05:35 GMT
|
909
861
|
- request:
|
910
862
|
method: get
|
911
|
-
uri: http://
|
863
|
+
uri: http://devstack.openstack.stack:35357/v3/role_assignments?effective=true&scope.project.id=5a7e2962af284e3d8801e6dfc983733e&user.id=5a3658148b744146ba702a2855e11cd7
|
912
864
|
body:
|
913
865
|
encoding: US-ASCII
|
914
866
|
string: ''
|
@@ -922,20 +874,20 @@ http_interactions:
|
|
922
874
|
Accept:
|
923
875
|
- application/json
|
924
876
|
X-Auth-Token:
|
925
|
-
-
|
877
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
926
878
|
response:
|
927
879
|
status:
|
928
880
|
code: 200
|
929
881
|
message: ''
|
930
882
|
headers:
|
931
883
|
Date:
|
932
|
-
-
|
884
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
933
885
|
Server:
|
934
886
|
- Apache/2.4.7 (Ubuntu)
|
935
887
|
Vary:
|
936
888
|
- X-Auth-Token
|
937
889
|
X-Openstack-Request-Id:
|
938
|
-
- req-
|
890
|
+
- req-908eb6d3-5db9-418f-930a-51fa7e63ade0
|
939
891
|
Content-Length:
|
940
892
|
- '229'
|
941
893
|
Content-Type:
|
@@ -950,13 +902,13 @@ http_interactions:
|
|
950
902
|
- keep-alive
|
951
903
|
body:
|
952
904
|
encoding: UTF-8
|
953
|
-
string: '{"role_assignments": [], "links": {"self": "http://
|
905
|
+
string: '{"role_assignments": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/role_assignments?effective=true&scope.project.id=5a7e2962af284e3d8801e6dfc983733e&user.id=5a3658148b744146ba702a2855e11cd7",
|
954
906
|
"previous": null, "next": null}}'
|
955
907
|
http_version:
|
956
|
-
recorded_at:
|
908
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
957
909
|
- request:
|
958
910
|
method: put
|
959
|
-
uri: http://
|
911
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles/6da60a545a9441999f34c929da16e7b4
|
960
912
|
body:
|
961
913
|
encoding: US-ASCII
|
962
914
|
string: ''
|
@@ -970,20 +922,20 @@ http_interactions:
|
|
970
922
|
Accept:
|
971
923
|
- application/json
|
972
924
|
X-Auth-Token:
|
973
|
-
-
|
925
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
974
926
|
response:
|
975
927
|
status:
|
976
928
|
code: 204
|
977
929
|
message: ''
|
978
930
|
headers:
|
979
931
|
Date:
|
980
|
-
-
|
932
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
981
933
|
Server:
|
982
934
|
- Apache/2.4.7 (Ubuntu)
|
983
935
|
Vary:
|
984
936
|
- X-Auth-Token
|
985
937
|
X-Openstack-Request-Id:
|
986
|
-
- req-
|
938
|
+
- req-c21b9aa7-393f-45a4-ba5e-6084cf8a108a
|
987
939
|
Content-Length:
|
988
940
|
- '0'
|
989
941
|
X-Cache:
|
@@ -998,10 +950,10 @@ http_interactions:
|
|
998
950
|
encoding: UTF-8
|
999
951
|
string: ''
|
1000
952
|
http_version:
|
1001
|
-
recorded_at:
|
953
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1002
954
|
- request:
|
1003
955
|
method: head
|
1004
|
-
uri: http://
|
956
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles/6da60a545a9441999f34c929da16e7b4
|
1005
957
|
body:
|
1006
958
|
encoding: US-ASCII
|
1007
959
|
string: ''
|
@@ -1015,20 +967,20 @@ http_interactions:
|
|
1015
967
|
Accept:
|
1016
968
|
- application/json
|
1017
969
|
X-Auth-Token:
|
1018
|
-
-
|
970
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1019
971
|
response:
|
1020
972
|
status:
|
1021
973
|
code: 204
|
1022
974
|
message: ''
|
1023
975
|
headers:
|
1024
976
|
Date:
|
1025
|
-
-
|
977
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
1026
978
|
Server:
|
1027
979
|
- Apache/2.4.7 (Ubuntu)
|
1028
980
|
Vary:
|
1029
981
|
- X-Auth-Token
|
1030
982
|
X-Openstack-Request-Id:
|
1031
|
-
- req-
|
983
|
+
- req-e88b9e31-4517-4f59-9c46-7ba162254019
|
1032
984
|
X-Cache:
|
1033
985
|
- MISS from i056593-vagrant
|
1034
986
|
X-Cache-Lookup:
|
@@ -1041,10 +993,10 @@ http_interactions:
|
|
1041
993
|
encoding: UTF-8
|
1042
994
|
string: ''
|
1043
995
|
http_version:
|
1044
|
-
recorded_at:
|
996
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1045
997
|
- request:
|
1046
998
|
method: get
|
1047
|
-
uri: http://
|
999
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles
|
1048
1000
|
body:
|
1049
1001
|
encoding: US-ASCII
|
1050
1002
|
string: ''
|
@@ -1058,20 +1010,20 @@ http_interactions:
|
|
1058
1010
|
Accept:
|
1059
1011
|
- application/json
|
1060
1012
|
X-Auth-Token:
|
1061
|
-
-
|
1013
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1062
1014
|
response:
|
1063
1015
|
status:
|
1064
1016
|
code: 200
|
1065
1017
|
message: ''
|
1066
1018
|
headers:
|
1067
1019
|
Date:
|
1068
|
-
-
|
1020
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
1069
1021
|
Server:
|
1070
1022
|
- Apache/2.4.7 (Ubuntu)
|
1071
1023
|
Vary:
|
1072
1024
|
- X-Auth-Token
|
1073
1025
|
X-Openstack-Request-Id:
|
1074
|
-
- req-
|
1026
|
+
- req-31f59231-c747-4511-b0fa-08bf55090283
|
1075
1027
|
Content-Length:
|
1076
1028
|
- '331'
|
1077
1029
|
Content-Type:
|
@@ -1086,15 +1038,15 @@ http_interactions:
|
|
1086
1038
|
- keep-alive
|
1087
1039
|
body:
|
1088
1040
|
encoding: UTF-8
|
1089
|
-
string: '{"links": {"self": "http://
|
1090
|
-
"previous": null, "next": null}, "roles": [{"id": "
|
1091
|
-
"links": {"self": "http://
|
1041
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles",
|
1042
|
+
"previous": null, "next": null}, "roles": [{"id": "6da60a545a9441999f34c929da16e7b4",
|
1043
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/6da60a545a9441999f34c929da16e7b4"},
|
1092
1044
|
"name": "baz69"}]}'
|
1093
1045
|
http_version:
|
1094
|
-
recorded_at:
|
1046
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1095
1047
|
- request:
|
1096
1048
|
method: get
|
1097
|
-
uri: http://
|
1049
|
+
uri: http://devstack.openstack.stack:35357/v3/role_assignments?effective=true&scope.project.id=5a7e2962af284e3d8801e6dfc983733e&user.id=5a3658148b744146ba702a2855e11cd7
|
1098
1050
|
body:
|
1099
1051
|
encoding: US-ASCII
|
1100
1052
|
string: ''
|
@@ -1108,20 +1060,20 @@ http_interactions:
|
|
1108
1060
|
Accept:
|
1109
1061
|
- application/json
|
1110
1062
|
X-Auth-Token:
|
1111
|
-
-
|
1063
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1112
1064
|
response:
|
1113
1065
|
status:
|
1114
1066
|
code: 200
|
1115
1067
|
message: ''
|
1116
1068
|
headers:
|
1117
1069
|
Date:
|
1118
|
-
-
|
1070
|
+
- Wed, 28 Oct 2015 16:05:55 GMT
|
1119
1071
|
Server:
|
1120
1072
|
- Apache/2.4.7 (Ubuntu)
|
1121
1073
|
Vary:
|
1122
1074
|
- X-Auth-Token
|
1123
1075
|
X-Openstack-Request-Id:
|
1124
|
-
- req-
|
1076
|
+
- req-439d8cf0-dfd0-4c0b-b0e2-dc3673dfaa24
|
1125
1077
|
Content-Length:
|
1126
1078
|
- '700'
|
1127
1079
|
Content-Type:
|
@@ -1136,17 +1088,17 @@ http_interactions:
|
|
1136
1088
|
- keep-alive
|
1137
1089
|
body:
|
1138
1090
|
encoding: UTF-8
|
1139
|
-
string: '{"role_assignments": [{"scope": {"project": {"id": "
|
1140
|
-
"role": {"id": "
|
1141
|
-
"links": {"assignment": "http://
|
1142
|
-
"membership": "http://
|
1143
|
-
"links": {"self": "http://
|
1091
|
+
string: '{"role_assignments": [{"scope": {"project": {"id": "5a7e2962af284e3d8801e6dfc983733e"}},
|
1092
|
+
"role": {"id": "6da60a545a9441999f34c929da16e7b4"}, "user": {"id": "5a3658148b744146ba702a2855e11cd7"},
|
1093
|
+
"links": {"assignment": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles/6da60a545a9441999f34c929da16e7b4",
|
1094
|
+
"membership": "http://devstack.openstack.stack:35357/v3/groups/1d481f9d10b148f1a3986c4bb6dd95bd/users/5a3658148b744146ba702a2855e11cd7"}}],
|
1095
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/role_assignments?effective=true&scope.project.id=5a7e2962af284e3d8801e6dfc983733e&user.id=5a3658148b744146ba702a2855e11cd7",
|
1144
1096
|
"previous": null, "next": null}}'
|
1145
1097
|
http_version:
|
1146
|
-
recorded_at:
|
1098
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1147
1099
|
- request:
|
1148
1100
|
method: get
|
1149
|
-
uri: http://
|
1101
|
+
uri: http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects
|
1150
1102
|
body:
|
1151
1103
|
encoding: US-ASCII
|
1152
1104
|
string: ''
|
@@ -1160,20 +1112,20 @@ http_interactions:
|
|
1160
1112
|
Accept:
|
1161
1113
|
- application/json
|
1162
1114
|
X-Auth-Token:
|
1163
|
-
-
|
1115
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1164
1116
|
response:
|
1165
1117
|
status:
|
1166
1118
|
code: 200
|
1167
1119
|
message: ''
|
1168
1120
|
headers:
|
1169
1121
|
Date:
|
1170
|
-
-
|
1122
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1171
1123
|
Server:
|
1172
1124
|
- Apache/2.4.7 (Ubuntu)
|
1173
1125
|
Vary:
|
1174
1126
|
- X-Auth-Token
|
1175
1127
|
X-Openstack-Request-Id:
|
1176
|
-
- req-
|
1128
|
+
- req-73db31a5-01e8-40ad-9b92-6b2054cc3530
|
1177
1129
|
Content-Length:
|
1178
1130
|
- '381'
|
1179
1131
|
Content-Type:
|
@@ -1188,16 +1140,16 @@ http_interactions:
|
|
1188
1140
|
- keep-alive
|
1189
1141
|
body:
|
1190
1142
|
encoding: UTF-8
|
1191
|
-
string: '{"links": {"self": "http://
|
1143
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects",
|
1192
1144
|
"previous": null, "next": null}, "projects": [{"description": "", "links":
|
1193
|
-
{"self": "http://
|
1194
|
-
"enabled": true, "id": "
|
1145
|
+
{"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e"},
|
1146
|
+
"enabled": true, "id": "5a7e2962af284e3d8801e6dfc983733e", "parent_id": null,
|
1195
1147
|
"domain_id": "default", "name": "p-foobar69"}]}'
|
1196
1148
|
http_version:
|
1197
|
-
recorded_at:
|
1149
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1198
1150
|
- request:
|
1199
1151
|
method: delete
|
1200
|
-
uri: http://
|
1152
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles/6da60a545a9441999f34c929da16e7b4
|
1201
1153
|
body:
|
1202
1154
|
encoding: US-ASCII
|
1203
1155
|
string: ''
|
@@ -1211,20 +1163,20 @@ http_interactions:
|
|
1211
1163
|
Accept:
|
1212
1164
|
- application/json
|
1213
1165
|
X-Auth-Token:
|
1214
|
-
-
|
1166
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1215
1167
|
response:
|
1216
1168
|
status:
|
1217
1169
|
code: 204
|
1218
1170
|
message: ''
|
1219
1171
|
headers:
|
1220
1172
|
Date:
|
1221
|
-
-
|
1173
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1222
1174
|
Server:
|
1223
1175
|
- Apache/2.4.7 (Ubuntu)
|
1224
1176
|
Vary:
|
1225
1177
|
- X-Auth-Token
|
1226
1178
|
X-Openstack-Request-Id:
|
1227
|
-
- req-
|
1179
|
+
- req-e22faaae-c189-4832-90de-1d817afba9eb
|
1228
1180
|
Content-Length:
|
1229
1181
|
- '0'
|
1230
1182
|
X-Cache:
|
@@ -1239,10 +1191,10 @@ http_interactions:
|
|
1239
1191
|
encoding: UTF-8
|
1240
1192
|
string: ''
|
1241
1193
|
http_version:
|
1242
|
-
recorded_at:
|
1194
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1243
1195
|
- request:
|
1244
1196
|
method: get
|
1245
|
-
uri: http://
|
1197
|
+
uri: http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects
|
1246
1198
|
body:
|
1247
1199
|
encoding: US-ASCII
|
1248
1200
|
string: ''
|
@@ -1256,20 +1208,20 @@ http_interactions:
|
|
1256
1208
|
Accept:
|
1257
1209
|
- application/json
|
1258
1210
|
X-Auth-Token:
|
1259
|
-
-
|
1211
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1260
1212
|
response:
|
1261
1213
|
status:
|
1262
1214
|
code: 200
|
1263
1215
|
message: ''
|
1264
1216
|
headers:
|
1265
1217
|
Date:
|
1266
|
-
-
|
1218
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1267
1219
|
Server:
|
1268
1220
|
- Apache/2.4.7 (Ubuntu)
|
1269
1221
|
Vary:
|
1270
1222
|
- X-Auth-Token
|
1271
1223
|
X-Openstack-Request-Id:
|
1272
|
-
- req-
|
1224
|
+
- req-bb9173d6-2d90-442a-bbb1-ce53593c6151
|
1273
1225
|
Content-Length:
|
1274
1226
|
- '146'
|
1275
1227
|
Content-Type:
|
@@ -1284,13 +1236,13 @@ http_interactions:
|
|
1284
1236
|
- keep-alive
|
1285
1237
|
body:
|
1286
1238
|
encoding: UTF-8
|
1287
|
-
string: '{"links": {"self": "http://
|
1239
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7/projects",
|
1288
1240
|
"previous": null, "next": null}, "projects": []}'
|
1289
1241
|
http_version:
|
1290
|
-
recorded_at:
|
1242
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1291
1243
|
- request:
|
1292
1244
|
method: head
|
1293
|
-
uri: http://
|
1245
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e/groups/1d481f9d10b148f1a3986c4bb6dd95bd/roles/6da60a545a9441999f34c929da16e7b4
|
1294
1246
|
body:
|
1295
1247
|
encoding: US-ASCII
|
1296
1248
|
string: ''
|
@@ -1304,20 +1256,20 @@ http_interactions:
|
|
1304
1256
|
Accept:
|
1305
1257
|
- application/json
|
1306
1258
|
X-Auth-Token:
|
1307
|
-
-
|
1259
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1308
1260
|
response:
|
1309
1261
|
status:
|
1310
1262
|
code: 404
|
1311
1263
|
message: ''
|
1312
1264
|
headers:
|
1313
1265
|
Date:
|
1314
|
-
-
|
1266
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1315
1267
|
Server:
|
1316
1268
|
- Apache/2.4.7 (Ubuntu)
|
1317
1269
|
Vary:
|
1318
1270
|
- X-Auth-Token
|
1319
1271
|
X-Openstack-Request-Id:
|
1320
|
-
- req-
|
1272
|
+
- req-05f20e7a-68df-4d58-9ec0-d59add03b2c0
|
1321
1273
|
Content-Length:
|
1322
1274
|
- '237'
|
1323
1275
|
Content-Type:
|
@@ -1334,10 +1286,10 @@ http_interactions:
|
|
1334
1286
|
encoding: UTF-8
|
1335
1287
|
string: ''
|
1336
1288
|
http_version:
|
1337
|
-
recorded_at:
|
1289
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1338
1290
|
- request:
|
1339
1291
|
method: delete
|
1340
|
-
uri: http://
|
1292
|
+
uri: http://devstack.openstack.stack:35357/v3/users/5a3658148b744146ba702a2855e11cd7
|
1341
1293
|
body:
|
1342
1294
|
encoding: US-ASCII
|
1343
1295
|
string: ''
|
@@ -1351,20 +1303,20 @@ http_interactions:
|
|
1351
1303
|
Accept:
|
1352
1304
|
- application/json
|
1353
1305
|
X-Auth-Token:
|
1354
|
-
-
|
1306
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1355
1307
|
response:
|
1356
1308
|
status:
|
1357
1309
|
code: 204
|
1358
1310
|
message: ''
|
1359
1311
|
headers:
|
1360
1312
|
Date:
|
1361
|
-
-
|
1313
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1362
1314
|
Server:
|
1363
1315
|
- Apache/2.4.7 (Ubuntu)
|
1364
1316
|
Vary:
|
1365
1317
|
- X-Auth-Token
|
1366
1318
|
X-Openstack-Request-Id:
|
1367
|
-
- req-
|
1319
|
+
- req-bac4ea07-8c81-4514-8d76-74b1fc31494d
|
1368
1320
|
Content-Length:
|
1369
1321
|
- '0'
|
1370
1322
|
X-Cache:
|
@@ -1379,10 +1331,10 @@ http_interactions:
|
|
1379
1331
|
encoding: UTF-8
|
1380
1332
|
string: ''
|
1381
1333
|
http_version:
|
1382
|
-
recorded_at:
|
1334
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1383
1335
|
- request:
|
1384
1336
|
method: delete
|
1385
|
-
uri: http://
|
1337
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/1d481f9d10b148f1a3986c4bb6dd95bd
|
1386
1338
|
body:
|
1387
1339
|
encoding: US-ASCII
|
1388
1340
|
string: ''
|
@@ -1396,20 +1348,20 @@ http_interactions:
|
|
1396
1348
|
Accept:
|
1397
1349
|
- application/json
|
1398
1350
|
X-Auth-Token:
|
1399
|
-
-
|
1351
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1400
1352
|
response:
|
1401
1353
|
status:
|
1402
1354
|
code: 204
|
1403
1355
|
message: ''
|
1404
1356
|
headers:
|
1405
1357
|
Date:
|
1406
|
-
-
|
1358
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1407
1359
|
Server:
|
1408
1360
|
- Apache/2.4.7 (Ubuntu)
|
1409
1361
|
Vary:
|
1410
1362
|
- X-Auth-Token
|
1411
1363
|
X-Openstack-Request-Id:
|
1412
|
-
- req-
|
1364
|
+
- req-f8e7edaa-3353-45c0-8174-6c4791cf467d
|
1413
1365
|
Content-Length:
|
1414
1366
|
- '0'
|
1415
1367
|
X-Cache:
|
@@ -1424,10 +1376,10 @@ http_interactions:
|
|
1424
1376
|
encoding: UTF-8
|
1425
1377
|
string: ''
|
1426
1378
|
http_version:
|
1427
|
-
recorded_at:
|
1379
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1428
1380
|
- request:
|
1429
1381
|
method: delete
|
1430
|
-
uri: http://
|
1382
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/6da60a545a9441999f34c929da16e7b4
|
1431
1383
|
body:
|
1432
1384
|
encoding: US-ASCII
|
1433
1385
|
string: ''
|
@@ -1441,20 +1393,20 @@ http_interactions:
|
|
1441
1393
|
Accept:
|
1442
1394
|
- application/json
|
1443
1395
|
X-Auth-Token:
|
1444
|
-
-
|
1396
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1445
1397
|
response:
|
1446
1398
|
status:
|
1447
1399
|
code: 204
|
1448
1400
|
message: ''
|
1449
1401
|
headers:
|
1450
1402
|
Date:
|
1451
|
-
-
|
1403
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1452
1404
|
Server:
|
1453
1405
|
- Apache/2.4.7 (Ubuntu)
|
1454
1406
|
Vary:
|
1455
1407
|
- X-Auth-Token
|
1456
1408
|
X-Openstack-Request-Id:
|
1457
|
-
- req-
|
1409
|
+
- req-64b24cc8-7093-4697-8cc0-668f84893c7f
|
1458
1410
|
Content-Length:
|
1459
1411
|
- '0'
|
1460
1412
|
X-Cache:
|
@@ -1469,10 +1421,10 @@ http_interactions:
|
|
1469
1421
|
encoding: UTF-8
|
1470
1422
|
string: ''
|
1471
1423
|
http_version:
|
1472
|
-
recorded_at:
|
1424
|
+
recorded_at: Wed, 28 Oct 2015 16:05:36 GMT
|
1473
1425
|
- request:
|
1474
1426
|
method: patch
|
1475
|
-
uri: http://
|
1427
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e
|
1476
1428
|
body:
|
1477
1429
|
encoding: UTF-8
|
1478
1430
|
string: '{"project":{"enabled":false}}'
|
@@ -1486,20 +1438,20 @@ http_interactions:
|
|
1486
1438
|
Accept:
|
1487
1439
|
- application/json
|
1488
1440
|
X-Auth-Token:
|
1489
|
-
-
|
1441
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1490
1442
|
response:
|
1491
1443
|
status:
|
1492
1444
|
code: 200
|
1493
1445
|
message: ''
|
1494
1446
|
headers:
|
1495
1447
|
Date:
|
1496
|
-
-
|
1448
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1497
1449
|
Server:
|
1498
1450
|
- Apache/2.4.7 (Ubuntu)
|
1499
1451
|
Vary:
|
1500
1452
|
- X-Auth-Token
|
1501
1453
|
X-Openstack-Request-Id:
|
1502
|
-
- req-
|
1454
|
+
- req-34a786c3-06c1-4c5f-9793-72f3bb43a4f2
|
1503
1455
|
Content-Length:
|
1504
1456
|
- '262'
|
1505
1457
|
Content-Type:
|
@@ -1514,14 +1466,14 @@ http_interactions:
|
|
1514
1466
|
- keep-alive
|
1515
1467
|
body:
|
1516
1468
|
encoding: UTF-8
|
1517
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
1518
|
-
"extra": {}, "enabled": false, "id": "
|
1469
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e"},
|
1470
|
+
"extra": {}, "enabled": false, "id": "5a7e2962af284e3d8801e6dfc983733e", "parent_id":
|
1519
1471
|
null, "domain_id": "default", "name": "p-foobar69"}}'
|
1520
1472
|
http_version:
|
1521
|
-
recorded_at:
|
1473
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
1522
1474
|
- request:
|
1523
1475
|
method: delete
|
1524
|
-
uri: http://
|
1476
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5a7e2962af284e3d8801e6dfc983733e
|
1525
1477
|
body:
|
1526
1478
|
encoding: US-ASCII
|
1527
1479
|
string: ''
|
@@ -1535,20 +1487,20 @@ http_interactions:
|
|
1535
1487
|
Accept:
|
1536
1488
|
- application/json
|
1537
1489
|
X-Auth-Token:
|
1538
|
-
-
|
1490
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1539
1491
|
response:
|
1540
1492
|
status:
|
1541
1493
|
code: 204
|
1542
1494
|
message: ''
|
1543
1495
|
headers:
|
1544
1496
|
Date:
|
1545
|
-
-
|
1497
|
+
- Wed, 28 Oct 2015 16:05:56 GMT
|
1546
1498
|
Server:
|
1547
1499
|
- Apache/2.4.7 (Ubuntu)
|
1548
1500
|
Vary:
|
1549
1501
|
- X-Auth-Token
|
1550
1502
|
X-Openstack-Request-Id:
|
1551
|
-
- req-
|
1503
|
+
- req-d6ebd9bd-df54-4ea2-a6e4-59fa1db03c3d
|
1552
1504
|
Content-Length:
|
1553
1505
|
- '0'
|
1554
1506
|
X-Cache:
|
@@ -1563,5 +1515,5 @@ http_interactions:
|
|
1563
1515
|
encoding: UTF-8
|
1564
1516
|
string: ''
|
1565
1517
|
http_version:
|
1566
|
-
recorded_at:
|
1518
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
1567
1519
|
recorded_with: VCR 2.9.3
|