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
@@ -1,58 +1,8 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://10.97.17.84:35357/v3/domains
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- fog-core/1.32.1
|
12
|
-
Proxy-Connection:
|
13
|
-
- Keep-Alive
|
14
|
-
Content-Type:
|
15
|
-
- application/json
|
16
|
-
Accept:
|
17
|
-
- application/json
|
18
|
-
X-Auth-Token:
|
19
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: ''
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Fri, 02 Oct 2015 11:41:33 GMT
|
27
|
-
Server:
|
28
|
-
- Apache/2.4.7 (Ubuntu)
|
29
|
-
Vary:
|
30
|
-
- X-Auth-Token
|
31
|
-
X-Openstack-Request-Id:
|
32
|
-
- req-c668801c-467f-41ea-af8c-c0b03c684c49
|
33
|
-
Content-Length:
|
34
|
-
- '311'
|
35
|
-
Content-Type:
|
36
|
-
- application/json
|
37
|
-
X-Cache:
|
38
|
-
- MISS from i056593-vagrant
|
39
|
-
X-Cache-Lookup:
|
40
|
-
- MISS from i056593-vagrant:3128
|
41
|
-
Via:
|
42
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
43
|
-
Connection:
|
44
|
-
- keep-alive
|
45
|
-
body:
|
46
|
-
encoding: UTF-8
|
47
|
-
string: '{"domains": [{"links": {"self": "http://10.97.17.84:35357/v3/domains/default"},
|
48
|
-
"enabled": true, "description": "Owns users and tenants (i.e. projects) available
|
49
|
-
on Identity API v2.", "name": "Default", "id": "default"}], "links": {"self":
|
50
|
-
"http://10.97.17.84:35357/v3/domains", "previous": null, "next": null}}'
|
51
|
-
http_version:
|
52
|
-
recorded_at: Fri, 02 Oct 2015 11:41:22 GMT
|
53
3
|
- request:
|
54
4
|
method: post
|
55
|
-
uri: http://
|
5
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
56
6
|
body:
|
57
7
|
encoding: UTF-8
|
58
8
|
string: '{"project":{"name":"p-foobar67"}}'
|
@@ -66,20 +16,20 @@ http_interactions:
|
|
66
16
|
Accept:
|
67
17
|
- application/json
|
68
18
|
X-Auth-Token:
|
69
|
-
-
|
19
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
70
20
|
response:
|
71
21
|
status:
|
72
22
|
code: 201
|
73
23
|
message: ''
|
74
24
|
headers:
|
75
25
|
Date:
|
76
|
-
-
|
26
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
77
27
|
Server:
|
78
28
|
- Apache/2.4.7 (Ubuntu)
|
79
29
|
Vary:
|
80
30
|
- X-Auth-Token
|
81
31
|
X-Openstack-Request-Id:
|
82
|
-
- req-
|
32
|
+
- req-d8dfb940-60ca-4f9d-ae92-7d3c33675d34
|
83
33
|
Content-Length:
|
84
34
|
- '248'
|
85
35
|
Content-Type:
|
@@ -94,17 +44,17 @@ http_interactions:
|
|
94
44
|
- keep-alive
|
95
45
|
body:
|
96
46
|
encoding: UTF-8
|
97
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
98
|
-
"enabled": true, "id": "
|
47
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2"},
|
48
|
+
"enabled": true, "id": "5cfd96ed4443498c8b6693599e8672c2", "parent_id": null,
|
99
49
|
"domain_id": "default", "name": "p-foobar67"}}'
|
100
50
|
http_version:
|
101
|
-
recorded_at:
|
51
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
102
52
|
- request:
|
103
53
|
method: post
|
104
|
-
uri: http://
|
54
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
105
55
|
body:
|
106
56
|
encoding: UTF-8
|
107
|
-
string: '{"project":{"name":"p-baz67","parent_id":"
|
57
|
+
string: '{"project":{"name":"p-baz67","parent_id":"5cfd96ed4443498c8b6693599e8672c2"}}'
|
108
58
|
headers:
|
109
59
|
User-Agent:
|
110
60
|
- fog-core/1.32.1
|
@@ -115,20 +65,20 @@ http_interactions:
|
|
115
65
|
Accept:
|
116
66
|
- application/json
|
117
67
|
X-Auth-Token:
|
118
|
-
-
|
68
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
119
69
|
response:
|
120
70
|
status:
|
121
71
|
code: 201
|
122
72
|
message: ''
|
123
73
|
headers:
|
124
74
|
Date:
|
125
|
-
-
|
75
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
126
76
|
Server:
|
127
77
|
- Apache/2.4.7 (Ubuntu)
|
128
78
|
Vary:
|
129
79
|
- X-Auth-Token
|
130
80
|
X-Openstack-Request-Id:
|
131
|
-
- req-
|
81
|
+
- req-9fb0fdda-c7e4-4fef-94e2-c9c217fa64d0
|
132
82
|
Content-Length:
|
133
83
|
- '275'
|
134
84
|
Content-Type:
|
@@ -143,14 +93,14 @@ http_interactions:
|
|
143
93
|
- keep-alive
|
144
94
|
body:
|
145
95
|
encoding: UTF-8
|
146
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
147
|
-
"enabled": true, "id": "
|
96
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4f2542e6df764095bf8b0cecc51affc9"},
|
97
|
+
"enabled": true, "id": "4f2542e6df764095bf8b0cecc51affc9", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
148
98
|
"domain_id": "default", "name": "p-baz67"}}'
|
149
99
|
http_version:
|
150
|
-
recorded_at:
|
100
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
151
101
|
- request:
|
152
102
|
method: get
|
153
|
-
uri: http://
|
103
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-baz67
|
154
104
|
body:
|
155
105
|
encoding: US-ASCII
|
156
106
|
string: ''
|
@@ -164,20 +114,20 @@ http_interactions:
|
|
164
114
|
Accept:
|
165
115
|
- application/json
|
166
116
|
X-Auth-Token:
|
167
|
-
-
|
117
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
168
118
|
response:
|
169
119
|
status:
|
170
120
|
code: 200
|
171
121
|
message: ''
|
172
122
|
headers:
|
173
123
|
Date:
|
174
|
-
-
|
124
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
175
125
|
Server:
|
176
126
|
- Apache/2.4.7 (Ubuntu)
|
177
127
|
Vary:
|
178
128
|
- X-Auth-Token
|
179
129
|
X-Openstack-Request-Id:
|
180
|
-
- req-
|
130
|
+
- req-2e39d69e-8a38-4190-9eab-1596ac0c1058
|
181
131
|
Content-Length:
|
182
132
|
- '382'
|
183
133
|
Content-Type:
|
@@ -192,19 +142,19 @@ http_interactions:
|
|
192
142
|
- keep-alive
|
193
143
|
body:
|
194
144
|
encoding: UTF-8
|
195
|
-
string: '{"links": {"self": "http://
|
145
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-baz67",
|
196
146
|
"previous": null, "next": null}, "projects": [{"description": "", "links":
|
197
|
-
{"self": "http://
|
198
|
-
"enabled": true, "id": "
|
147
|
+
{"self": "http://devstack.openstack.stack:35357/v3/projects/4f2542e6df764095bf8b0cecc51affc9"},
|
148
|
+
"enabled": true, "id": "4f2542e6df764095bf8b0cecc51affc9", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
199
149
|
"domain_id": "default", "name": "p-baz67"}]}'
|
200
150
|
http_version:
|
201
|
-
recorded_at:
|
151
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
202
152
|
- request:
|
203
153
|
method: post
|
204
|
-
uri: http://
|
154
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
205
155
|
body:
|
206
156
|
encoding: UTF-8
|
207
|
-
string: '{"project":{"name":"p-boo67","parent_id":"
|
157
|
+
string: '{"project":{"name":"p-boo67","parent_id":"5cfd96ed4443498c8b6693599e8672c2"}}'
|
208
158
|
headers:
|
209
159
|
User-Agent:
|
210
160
|
- fog-core/1.32.1
|
@@ -215,20 +165,20 @@ http_interactions:
|
|
215
165
|
Accept:
|
216
166
|
- application/json
|
217
167
|
X-Auth-Token:
|
218
|
-
-
|
168
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
219
169
|
response:
|
220
170
|
status:
|
221
171
|
code: 201
|
222
172
|
message: ''
|
223
173
|
headers:
|
224
174
|
Date:
|
225
|
-
-
|
175
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
226
176
|
Server:
|
227
177
|
- Apache/2.4.7 (Ubuntu)
|
228
178
|
Vary:
|
229
179
|
- X-Auth-Token
|
230
180
|
X-Openstack-Request-Id:
|
231
|
-
- req-
|
181
|
+
- req-26fc5503-486d-4306-957e-6a73472a2624
|
232
182
|
Content-Length:
|
233
183
|
- '275'
|
234
184
|
Content-Type:
|
@@ -243,17 +193,17 @@ http_interactions:
|
|
243
193
|
- keep-alive
|
244
194
|
body:
|
245
195
|
encoding: UTF-8
|
246
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
247
|
-
"enabled": true, "id": "
|
196
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/41d05014e58f4dc3aa9e957daacf38fe"},
|
197
|
+
"enabled": true, "id": "41d05014e58f4dc3aa9e957daacf38fe", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
248
198
|
"domain_id": "default", "name": "p-boo67"}}'
|
249
199
|
http_version:
|
250
|
-
recorded_at:
|
200
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
251
201
|
- request:
|
252
202
|
method: post
|
253
|
-
uri: http://
|
203
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
254
204
|
body:
|
255
205
|
encoding: UTF-8
|
256
|
-
string: '{"project":{"name":"p-booboo67","parent_id":"
|
206
|
+
string: '{"project":{"name":"p-booboo67","parent_id":"41d05014e58f4dc3aa9e957daacf38fe"}}'
|
257
207
|
headers:
|
258
208
|
User-Agent:
|
259
209
|
- fog-core/1.32.1
|
@@ -264,20 +214,20 @@ http_interactions:
|
|
264
214
|
Accept:
|
265
215
|
- application/json
|
266
216
|
X-Auth-Token:
|
267
|
-
-
|
217
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
268
218
|
response:
|
269
219
|
status:
|
270
220
|
code: 201
|
271
221
|
message: ''
|
272
222
|
headers:
|
273
223
|
Date:
|
274
|
-
-
|
224
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
275
225
|
Server:
|
276
226
|
- Apache/2.4.7 (Ubuntu)
|
277
227
|
Vary:
|
278
228
|
- X-Auth-Token
|
279
229
|
X-Openstack-Request-Id:
|
280
|
-
- req-
|
230
|
+
- req-c6f49dc9-de7d-466b-ad27-6fbd4524ec86
|
281
231
|
Content-Length:
|
282
232
|
- '278'
|
283
233
|
Content-Type:
|
@@ -292,14 +242,14 @@ http_interactions:
|
|
292
242
|
- keep-alive
|
293
243
|
body:
|
294
244
|
encoding: UTF-8
|
295
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
296
|
-
"enabled": true, "id": "
|
245
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2"},
|
246
|
+
"enabled": true, "id": "161cedc65f50438e9b5f9eb6a6b86ad2", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
297
247
|
"domain_id": "default", "name": "p-booboo67"}}'
|
298
248
|
http_version:
|
299
|
-
recorded_at:
|
249
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
300
250
|
- request:
|
301
251
|
method: post
|
302
|
-
uri: http://
|
252
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
303
253
|
body:
|
304
254
|
encoding: UTF-8
|
305
255
|
string: '{"role":{"name":"r-project67"}}'
|
@@ -313,20 +263,20 @@ http_interactions:
|
|
313
263
|
Accept:
|
314
264
|
- application/json
|
315
265
|
X-Auth-Token:
|
316
|
-
-
|
266
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
317
267
|
response:
|
318
268
|
status:
|
319
269
|
code: 201
|
320
270
|
message: ''
|
321
271
|
headers:
|
322
272
|
Date:
|
323
|
-
-
|
273
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
324
274
|
Server:
|
325
275
|
- Apache/2.4.7 (Ubuntu)
|
326
276
|
Vary:
|
327
277
|
- X-Auth-Token
|
328
278
|
X-Openstack-Request-Id:
|
329
|
-
- req-
|
279
|
+
- req-ec2ef216-ece3-450d-a8bc-fe43cc1a053d
|
330
280
|
Content-Length:
|
331
281
|
- '164'
|
332
282
|
Content-Type:
|
@@ -341,14 +291,14 @@ http_interactions:
|
|
341
291
|
- keep-alive
|
342
292
|
body:
|
343
293
|
encoding: UTF-8
|
344
|
-
string: '{"role": {"id": "
|
345
|
-
"http://
|
294
|
+
string: '{"role": {"id": "c528ea1a7e0c4ecd845c64e48288beeb", "links": {"self":
|
295
|
+
"http://devstack.openstack.stack:35357/v3/roles/c528ea1a7e0c4ecd845c64e48288beeb"}, "name":
|
346
296
|
"r-project67"}}'
|
347
297
|
http_version:
|
348
|
-
recorded_at:
|
298
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
349
299
|
- request:
|
350
300
|
method: put
|
351
|
-
uri: http://
|
301
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2/users/a18abc2039d6493aa7239a42033cc7c9/roles/c528ea1a7e0c4ecd845c64e48288beeb
|
352
302
|
body:
|
353
303
|
encoding: US-ASCII
|
354
304
|
string: ''
|
@@ -362,20 +312,20 @@ http_interactions:
|
|
362
312
|
Accept:
|
363
313
|
- application/json
|
364
314
|
X-Auth-Token:
|
365
|
-
-
|
315
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
366
316
|
response:
|
367
317
|
status:
|
368
318
|
code: 204
|
369
319
|
message: ''
|
370
320
|
headers:
|
371
321
|
Date:
|
372
|
-
-
|
322
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
373
323
|
Server:
|
374
324
|
- Apache/2.4.7 (Ubuntu)
|
375
325
|
Vary:
|
376
326
|
- X-Auth-Token
|
377
327
|
X-Openstack-Request-Id:
|
378
|
-
- req-
|
328
|
+
- req-bc8f1423-f424-44a1-a0a8-4916443ac683
|
379
329
|
Content-Length:
|
380
330
|
- '0'
|
381
331
|
X-Cache:
|
@@ -390,10 +340,10 @@ http_interactions:
|
|
390
340
|
encoding: UTF-8
|
391
341
|
string: ''
|
392
342
|
http_version:
|
393
|
-
recorded_at:
|
343
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
394
344
|
- request:
|
395
345
|
method: put
|
396
|
-
uri: http://
|
346
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/4f2542e6df764095bf8b0cecc51affc9/users/a18abc2039d6493aa7239a42033cc7c9/roles/c528ea1a7e0c4ecd845c64e48288beeb
|
397
347
|
body:
|
398
348
|
encoding: US-ASCII
|
399
349
|
string: ''
|
@@ -407,20 +357,20 @@ http_interactions:
|
|
407
357
|
Accept:
|
408
358
|
- application/json
|
409
359
|
X-Auth-Token:
|
410
|
-
-
|
360
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
411
361
|
response:
|
412
362
|
status:
|
413
363
|
code: 204
|
414
364
|
message: ''
|
415
365
|
headers:
|
416
366
|
Date:
|
417
|
-
-
|
367
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
418
368
|
Server:
|
419
369
|
- Apache/2.4.7 (Ubuntu)
|
420
370
|
Vary:
|
421
371
|
- X-Auth-Token
|
422
372
|
X-Openstack-Request-Id:
|
423
|
-
- req-
|
373
|
+
- req-039955a4-47b0-4221-8d02-9611b557d69a
|
424
374
|
Content-Length:
|
425
375
|
- '0'
|
426
376
|
X-Cache:
|
@@ -435,10 +385,10 @@ http_interactions:
|
|
435
385
|
encoding: UTF-8
|
436
386
|
string: ''
|
437
387
|
http_version:
|
438
|
-
recorded_at:
|
388
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
439
389
|
- request:
|
440
390
|
method: put
|
441
|
-
uri: http://
|
391
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/41d05014e58f4dc3aa9e957daacf38fe/users/a18abc2039d6493aa7239a42033cc7c9/roles/c528ea1a7e0c4ecd845c64e48288beeb
|
442
392
|
body:
|
443
393
|
encoding: US-ASCII
|
444
394
|
string: ''
|
@@ -452,20 +402,20 @@ http_interactions:
|
|
452
402
|
Accept:
|
453
403
|
- application/json
|
454
404
|
X-Auth-Token:
|
455
|
-
-
|
405
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
456
406
|
response:
|
457
407
|
status:
|
458
408
|
code: 204
|
459
409
|
message: ''
|
460
410
|
headers:
|
461
411
|
Date:
|
462
|
-
-
|
412
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
463
413
|
Server:
|
464
414
|
- Apache/2.4.7 (Ubuntu)
|
465
415
|
Vary:
|
466
416
|
- X-Auth-Token
|
467
417
|
X-Openstack-Request-Id:
|
468
|
-
- req-
|
418
|
+
- req-6b03c109-f1fc-4b3d-8672-b6a8134b9ec1
|
469
419
|
Content-Length:
|
470
420
|
- '0'
|
471
421
|
X-Cache:
|
@@ -480,10 +430,10 @@ http_interactions:
|
|
480
430
|
encoding: UTF-8
|
481
431
|
string: ''
|
482
432
|
http_version:
|
483
|
-
recorded_at:
|
433
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
484
434
|
- request:
|
485
435
|
method: put
|
486
|
-
uri: http://
|
436
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2/users/a18abc2039d6493aa7239a42033cc7c9/roles/c528ea1a7e0c4ecd845c64e48288beeb
|
487
437
|
body:
|
488
438
|
encoding: US-ASCII
|
489
439
|
string: ''
|
@@ -497,20 +447,20 @@ http_interactions:
|
|
497
447
|
Accept:
|
498
448
|
- application/json
|
499
449
|
X-Auth-Token:
|
500
|
-
-
|
450
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
501
451
|
response:
|
502
452
|
status:
|
503
453
|
code: 204
|
504
454
|
message: ''
|
505
455
|
headers:
|
506
456
|
Date:
|
507
|
-
-
|
457
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
508
458
|
Server:
|
509
459
|
- Apache/2.4.7 (Ubuntu)
|
510
460
|
Vary:
|
511
461
|
- X-Auth-Token
|
512
462
|
X-Openstack-Request-Id:
|
513
|
-
- req-
|
463
|
+
- req-379ba812-c100-410b-a8d7-0ed19a08c1a3
|
514
464
|
Content-Length:
|
515
465
|
- '0'
|
516
466
|
X-Cache:
|
@@ -525,10 +475,10 @@ http_interactions:
|
|
525
475
|
encoding: UTF-8
|
526
476
|
string: ''
|
527
477
|
http_version:
|
528
|
-
recorded_at:
|
478
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
529
479
|
- request:
|
530
480
|
method: get
|
531
|
-
uri: http://
|
481
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2?subtree_as_ids
|
532
482
|
body:
|
533
483
|
encoding: US-ASCII
|
534
484
|
string: ''
|
@@ -542,20 +492,20 @@ http_interactions:
|
|
542
492
|
Accept:
|
543
493
|
- application/json
|
544
494
|
X-Auth-Token:
|
545
|
-
-
|
495
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
546
496
|
response:
|
547
497
|
status:
|
548
498
|
code: 200
|
549
499
|
message: ''
|
550
500
|
headers:
|
551
501
|
Date:
|
552
|
-
-
|
502
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
553
503
|
Server:
|
554
504
|
- Apache/2.4.7 (Ubuntu)
|
555
505
|
Vary:
|
556
506
|
- X-Auth-Token
|
557
507
|
X-Openstack-Request-Id:
|
558
|
-
- req-
|
508
|
+
- req-c1a01378-a41a-442e-9ebe-14fe31047b5d
|
559
509
|
Content-Length:
|
560
510
|
- '383'
|
561
511
|
Content-Type:
|
@@ -570,15 +520,15 @@ http_interactions:
|
|
570
520
|
- keep-alive
|
571
521
|
body:
|
572
522
|
encoding: UTF-8
|
573
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
574
|
-
"enabled": true, "subtree": {"
|
575
|
-
|
523
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2"},
|
524
|
+
"enabled": true, "subtree": {"4f2542e6df764095bf8b0cecc51affc9": null, "41d05014e58f4dc3aa9e957daacf38fe":
|
525
|
+
{"161cedc65f50438e9b5f9eb6a6b86ad2": null}}, "id": "5cfd96ed4443498c8b6693599e8672c2",
|
576
526
|
"parent_id": null, "domain_id": "default", "name": "p-foobar67"}}'
|
577
527
|
http_version:
|
578
|
-
recorded_at:
|
528
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
579
529
|
- request:
|
580
530
|
method: get
|
581
|
-
uri: http://
|
531
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2?subtree_as_list
|
582
532
|
body:
|
583
533
|
encoding: US-ASCII
|
584
534
|
string: ''
|
@@ -592,20 +542,20 @@ http_interactions:
|
|
592
542
|
Accept:
|
593
543
|
- application/json
|
594
544
|
X-Auth-Token:
|
595
|
-
-
|
545
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
596
546
|
response:
|
597
547
|
status:
|
598
548
|
code: 200
|
599
549
|
message: ''
|
600
550
|
headers:
|
601
551
|
Date:
|
602
|
-
-
|
552
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
603
553
|
Server:
|
604
554
|
- Apache/2.4.7 (Ubuntu)
|
605
555
|
Vary:
|
606
556
|
- X-Auth-Token
|
607
557
|
X-Openstack-Request-Id:
|
608
|
-
- req-
|
558
|
+
- req-f8d26482-ec4b-44cd-a2fb-2899a6242829
|
609
559
|
Content-Length:
|
610
560
|
- '1095'
|
611
561
|
Content-Type:
|
@@ -620,26 +570,26 @@ http_interactions:
|
|
620
570
|
- keep-alive
|
621
571
|
body:
|
622
572
|
encoding: UTF-8
|
623
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
573
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2"},
|
624
574
|
"enabled": true, "subtree": [{"project": {"description": "", "links": {"self":
|
625
|
-
"http://
|
626
|
-
"enabled": true, "id": "
|
627
|
-
"domain_id": "default", "name": "p-baz67"}}, {"project": {"description": "",
|
628
|
-
"links": {"self": "http://10.97.17.84:35357/v3/projects/bcb36c048aa346678e2e328ec6312356"},
|
629
|
-
"enabled": true, "id": "bcb36c048aa346678e2e328ec6312356", "parent_id": "7720c2b0486e4b4e8f98605f1a3a2174",
|
575
|
+
"http://devstack.openstack.stack:35357/v3/projects/41d05014e58f4dc3aa9e957daacf38fe"},
|
576
|
+
"enabled": true, "id": "41d05014e58f4dc3aa9e957daacf38fe", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
630
577
|
"domain_id": "default", "name": "p-boo67"}}, {"project": {"description": "",
|
631
|
-
"links": {"self": "http://
|
632
|
-
"enabled": true, "id": "
|
633
|
-
"domain_id": "default", "name": "p-
|
578
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4f2542e6df764095bf8b0cecc51affc9"},
|
579
|
+
"enabled": true, "id": "4f2542e6df764095bf8b0cecc51affc9", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
580
|
+
"domain_id": "default", "name": "p-baz67"}}, {"project": {"description": "",
|
581
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2"},
|
582
|
+
"enabled": true, "id": "161cedc65f50438e9b5f9eb6a6b86ad2", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
583
|
+
"domain_id": "default", "name": "p-booboo67"}}], "id": "5cfd96ed4443498c8b6693599e8672c2",
|
634
584
|
"parent_id": null, "domain_id": "default", "name": "p-foobar67"}}'
|
635
585
|
http_version:
|
636
|
-
recorded_at:
|
586
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
637
587
|
- request:
|
638
588
|
method: post
|
639
|
-
uri: http://
|
589
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
640
590
|
body:
|
641
591
|
encoding: UTF-8
|
642
|
-
string: '{"project":{"name":"p-fooboo67","parent_id":"
|
592
|
+
string: '{"project":{"name":"p-fooboo67","parent_id":"41d05014e58f4dc3aa9e957daacf38fe"}}'
|
643
593
|
headers:
|
644
594
|
User-Agent:
|
645
595
|
- fog-core/1.32.1
|
@@ -650,20 +600,20 @@ http_interactions:
|
|
650
600
|
Accept:
|
651
601
|
- application/json
|
652
602
|
X-Auth-Token:
|
653
|
-
-
|
603
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
654
604
|
response:
|
655
605
|
status:
|
656
606
|
code: 201
|
657
607
|
message: ''
|
658
608
|
headers:
|
659
609
|
Date:
|
660
|
-
-
|
610
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
661
611
|
Server:
|
662
612
|
- Apache/2.4.7 (Ubuntu)
|
663
613
|
Vary:
|
664
614
|
- X-Auth-Token
|
665
615
|
X-Openstack-Request-Id:
|
666
|
-
- req-
|
616
|
+
- req-fdabf4c5-3a8a-496f-abcb-ad6f927e3975
|
667
617
|
Content-Length:
|
668
618
|
- '278'
|
669
619
|
Content-Type:
|
@@ -678,14 +628,14 @@ http_interactions:
|
|
678
628
|
- keep-alive
|
679
629
|
body:
|
680
630
|
encoding: UTF-8
|
681
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
682
|
-
"enabled": true, "id": "
|
631
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/39ca776d0ecd4c519e4bf49b48b8bf77"},
|
632
|
+
"enabled": true, "id": "39ca776d0ecd4c519e4bf49b48b8bf77", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
683
633
|
"domain_id": "default", "name": "p-fooboo67"}}'
|
684
634
|
http_version:
|
685
|
-
recorded_at:
|
635
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
686
636
|
- request:
|
687
637
|
method: put
|
688
|
-
uri: http://
|
638
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/39ca776d0ecd4c519e4bf49b48b8bf77/users/a18abc2039d6493aa7239a42033cc7c9/roles/c528ea1a7e0c4ecd845c64e48288beeb
|
689
639
|
body:
|
690
640
|
encoding: US-ASCII
|
691
641
|
string: ''
|
@@ -699,20 +649,20 @@ http_interactions:
|
|
699
649
|
Accept:
|
700
650
|
- application/json
|
701
651
|
X-Auth-Token:
|
702
|
-
-
|
652
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
703
653
|
response:
|
704
654
|
status:
|
705
655
|
code: 204
|
706
656
|
message: ''
|
707
657
|
headers:
|
708
658
|
Date:
|
709
|
-
-
|
659
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
710
660
|
Server:
|
711
661
|
- Apache/2.4.7 (Ubuntu)
|
712
662
|
Vary:
|
713
663
|
- X-Auth-Token
|
714
664
|
X-Openstack-Request-Id:
|
715
|
-
- req-
|
665
|
+
- req-59d6ed41-5cd5-4d93-939f-e7e9b6f96a99
|
716
666
|
Content-Length:
|
717
667
|
- '0'
|
718
668
|
X-Cache:
|
@@ -727,10 +677,10 @@ http_interactions:
|
|
727
677
|
encoding: UTF-8
|
728
678
|
string: ''
|
729
679
|
http_version:
|
730
|
-
recorded_at:
|
680
|
+
recorded_at: Wed, 28 Oct 2015 16:05:32 GMT
|
731
681
|
- request:
|
732
682
|
method: get
|
733
|
-
uri: http://
|
683
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2?subtree_as_list
|
734
684
|
body:
|
735
685
|
encoding: US-ASCII
|
736
686
|
string: ''
|
@@ -744,20 +694,20 @@ http_interactions:
|
|
744
694
|
Accept:
|
745
695
|
- application/json
|
746
696
|
X-Auth-Token:
|
747
|
-
-
|
697
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
748
698
|
response:
|
749
699
|
status:
|
750
700
|
code: 200
|
751
701
|
message: ''
|
752
702
|
headers:
|
753
703
|
Date:
|
754
|
-
-
|
704
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
755
705
|
Server:
|
756
706
|
- Apache/2.4.7 (Ubuntu)
|
757
707
|
Vary:
|
758
708
|
- X-Auth-Token
|
759
709
|
X-Openstack-Request-Id:
|
760
|
-
- req-
|
710
|
+
- req-6447cbea-81b3-4ce2-837b-6c5250738c2e
|
761
711
|
Content-Length:
|
762
712
|
- '1375'
|
763
713
|
Content-Type:
|
@@ -772,26 +722,26 @@ http_interactions:
|
|
772
722
|
- keep-alive
|
773
723
|
body:
|
774
724
|
encoding: UTF-8
|
775
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
725
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2"},
|
776
726
|
"enabled": true, "subtree": [{"project": {"description": "", "links": {"self":
|
777
|
-
"http://
|
778
|
-
"enabled": true, "id": "
|
779
|
-
"domain_id": "default", "name": "p-baz67"}}, {"project": {"description": "",
|
780
|
-
"links": {"self": "http://10.97.17.84:35357/v3/projects/bcb36c048aa346678e2e328ec6312356"},
|
781
|
-
"enabled": true, "id": "bcb36c048aa346678e2e328ec6312356", "parent_id": "7720c2b0486e4b4e8f98605f1a3a2174",
|
727
|
+
"http://devstack.openstack.stack:35357/v3/projects/41d05014e58f4dc3aa9e957daacf38fe"},
|
728
|
+
"enabled": true, "id": "41d05014e58f4dc3aa9e957daacf38fe", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
782
729
|
"domain_id": "default", "name": "p-boo67"}}, {"project": {"description": "",
|
783
|
-
"links": {"self": "http://
|
784
|
-
"enabled": true, "id": "
|
785
|
-
"domain_id": "default", "name": "p-
|
786
|
-
"
|
787
|
-
"enabled": true, "id": "
|
788
|
-
"domain_id": "default", "name": "p-booboo67"}}
|
730
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4f2542e6df764095bf8b0cecc51affc9"},
|
731
|
+
"enabled": true, "id": "4f2542e6df764095bf8b0cecc51affc9", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
732
|
+
"domain_id": "default", "name": "p-baz67"}}, {"project": {"description": "",
|
733
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2"},
|
734
|
+
"enabled": true, "id": "161cedc65f50438e9b5f9eb6a6b86ad2", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
735
|
+
"domain_id": "default", "name": "p-booboo67"}}, {"project": {"description":
|
736
|
+
"", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/39ca776d0ecd4c519e4bf49b48b8bf77"},
|
737
|
+
"enabled": true, "id": "39ca776d0ecd4c519e4bf49b48b8bf77", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
738
|
+
"domain_id": "default", "name": "p-fooboo67"}}], "id": "5cfd96ed4443498c8b6693599e8672c2",
|
789
739
|
"parent_id": null, "domain_id": "default", "name": "p-foobar67"}}'
|
790
740
|
http_version:
|
791
|
-
recorded_at:
|
741
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
792
742
|
- request:
|
793
743
|
method: get
|
794
|
-
uri: http://
|
744
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2?parents_as_ids
|
795
745
|
body:
|
796
746
|
encoding: US-ASCII
|
797
747
|
string: ''
|
@@ -805,20 +755,20 @@ http_interactions:
|
|
805
755
|
Accept:
|
806
756
|
- application/json
|
807
757
|
X-Auth-Token:
|
808
|
-
-
|
758
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
809
759
|
response:
|
810
760
|
status:
|
811
761
|
code: 200
|
812
762
|
message: ''
|
813
763
|
headers:
|
814
764
|
Date:
|
815
|
-
-
|
765
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
816
766
|
Server:
|
817
767
|
- Apache/2.4.7 (Ubuntu)
|
818
768
|
Vary:
|
819
769
|
- X-Auth-Token
|
820
770
|
X-Openstack-Request-Id:
|
821
|
-
- req-
|
771
|
+
- req-8c7151b3-8828-4040-a343-dde1e1206df1
|
822
772
|
Content-Length:
|
823
773
|
- '371'
|
824
774
|
Content-Type:
|
@@ -833,15 +783,15 @@ http_interactions:
|
|
833
783
|
- keep-alive
|
834
784
|
body:
|
835
785
|
encoding: UTF-8
|
836
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
837
|
-
"enabled": true, "id": "
|
838
|
-
"parents": {"
|
786
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2"},
|
787
|
+
"enabled": true, "id": "161cedc65f50438e9b5f9eb6a6b86ad2", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
788
|
+
"parents": {"41d05014e58f4dc3aa9e957daacf38fe": {"5cfd96ed4443498c8b6693599e8672c2":
|
839
789
|
null}}, "domain_id": "default", "name": "p-booboo67"}}'
|
840
790
|
http_version:
|
841
|
-
recorded_at:
|
791
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
842
792
|
- request:
|
843
793
|
method: get
|
844
|
-
uri: http://
|
794
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2?parents_as_list
|
845
795
|
body:
|
846
796
|
encoding: US-ASCII
|
847
797
|
string: ''
|
@@ -855,20 +805,20 @@ http_interactions:
|
|
855
805
|
Accept:
|
856
806
|
- application/json
|
857
807
|
X-Auth-Token:
|
858
|
-
-
|
808
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
859
809
|
response:
|
860
810
|
status:
|
861
811
|
code: 200
|
862
812
|
message: ''
|
863
813
|
headers:
|
864
814
|
Date:
|
865
|
-
-
|
815
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
866
816
|
Server:
|
867
817
|
- Apache/2.4.7 (Ubuntu)
|
868
818
|
Vary:
|
869
819
|
- X-Auth-Token
|
870
820
|
X-Openstack-Request-Id:
|
871
|
-
- req-
|
821
|
+
- req-1ead553e-6086-44e2-8337-08739a4717d3
|
872
822
|
Content-Length:
|
873
823
|
- '818'
|
874
824
|
Content-Type:
|
@@ -883,20 +833,20 @@ http_interactions:
|
|
883
833
|
- keep-alive
|
884
834
|
body:
|
885
835
|
encoding: UTF-8
|
886
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
887
|
-
"enabled": true, "id": "
|
888
|
-
"parents": [{"project": {"description": "", "links": {"self": "http://
|
889
|
-
"enabled": true, "id": "
|
836
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2"},
|
837
|
+
"enabled": true, "id": "161cedc65f50438e9b5f9eb6a6b86ad2", "parent_id": "41d05014e58f4dc3aa9e957daacf38fe",
|
838
|
+
"parents": [{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/41d05014e58f4dc3aa9e957daacf38fe"},
|
839
|
+
"enabled": true, "id": "41d05014e58f4dc3aa9e957daacf38fe", "parent_id": "5cfd96ed4443498c8b6693599e8672c2",
|
890
840
|
"domain_id": "default", "name": "p-boo67"}}, {"project": {"description": "",
|
891
|
-
"links": {"self": "http://
|
892
|
-
"enabled": true, "id": "
|
841
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2"},
|
842
|
+
"enabled": true, "id": "5cfd96ed4443498c8b6693599e8672c2", "parent_id": null,
|
893
843
|
"domain_id": "default", "name": "p-foobar67"}}], "domain_id": "default", "name":
|
894
844
|
"p-booboo67"}}'
|
895
845
|
http_version:
|
896
|
-
recorded_at:
|
846
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
897
847
|
- request:
|
898
848
|
method: delete
|
899
|
-
uri: http://
|
849
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/39ca776d0ecd4c519e4bf49b48b8bf77
|
900
850
|
body:
|
901
851
|
encoding: US-ASCII
|
902
852
|
string: ''
|
@@ -910,20 +860,20 @@ http_interactions:
|
|
910
860
|
Accept:
|
911
861
|
- application/json
|
912
862
|
X-Auth-Token:
|
913
|
-
-
|
863
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
914
864
|
response:
|
915
865
|
status:
|
916
866
|
code: 204
|
917
867
|
message: ''
|
918
868
|
headers:
|
919
869
|
Date:
|
920
|
-
-
|
870
|
+
- Wed, 28 Oct 2015 16:05:52 GMT
|
921
871
|
Server:
|
922
872
|
- Apache/2.4.7 (Ubuntu)
|
923
873
|
Vary:
|
924
874
|
- X-Auth-Token
|
925
875
|
X-Openstack-Request-Id:
|
926
|
-
- req-
|
876
|
+
- req-2ebe5500-7c4e-4cc9-b92e-584041250c38
|
927
877
|
Content-Length:
|
928
878
|
- '0'
|
929
879
|
X-Cache:
|
@@ -938,10 +888,10 @@ http_interactions:
|
|
938
888
|
encoding: UTF-8
|
939
889
|
string: ''
|
940
890
|
http_version:
|
941
|
-
recorded_at:
|
891
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
942
892
|
- request:
|
943
893
|
method: delete
|
944
|
-
uri: http://
|
894
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/161cedc65f50438e9b5f9eb6a6b86ad2
|
945
895
|
body:
|
946
896
|
encoding: US-ASCII
|
947
897
|
string: ''
|
@@ -955,20 +905,20 @@ http_interactions:
|
|
955
905
|
Accept:
|
956
906
|
- application/json
|
957
907
|
X-Auth-Token:
|
958
|
-
-
|
908
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
959
909
|
response:
|
960
910
|
status:
|
961
911
|
code: 204
|
962
912
|
message: ''
|
963
913
|
headers:
|
964
914
|
Date:
|
965
|
-
-
|
915
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
966
916
|
Server:
|
967
917
|
- Apache/2.4.7 (Ubuntu)
|
968
918
|
Vary:
|
969
919
|
- X-Auth-Token
|
970
920
|
X-Openstack-Request-Id:
|
971
|
-
- req-
|
921
|
+
- req-5e0656bc-df56-46a0-b05f-551b2c9e1dc6
|
972
922
|
Content-Length:
|
973
923
|
- '0'
|
974
924
|
X-Cache:
|
@@ -983,10 +933,10 @@ http_interactions:
|
|
983
933
|
encoding: UTF-8
|
984
934
|
string: ''
|
985
935
|
http_version:
|
986
|
-
recorded_at:
|
936
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
987
937
|
- request:
|
988
938
|
method: delete
|
989
|
-
uri: http://
|
939
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/41d05014e58f4dc3aa9e957daacf38fe
|
990
940
|
body:
|
991
941
|
encoding: US-ASCII
|
992
942
|
string: ''
|
@@ -1000,20 +950,20 @@ http_interactions:
|
|
1000
950
|
Accept:
|
1001
951
|
- application/json
|
1002
952
|
X-Auth-Token:
|
1003
|
-
-
|
953
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1004
954
|
response:
|
1005
955
|
status:
|
1006
956
|
code: 204
|
1007
957
|
message: ''
|
1008
958
|
headers:
|
1009
959
|
Date:
|
1010
|
-
-
|
960
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1011
961
|
Server:
|
1012
962
|
- Apache/2.4.7 (Ubuntu)
|
1013
963
|
Vary:
|
1014
964
|
- X-Auth-Token
|
1015
965
|
X-Openstack-Request-Id:
|
1016
|
-
- req-
|
966
|
+
- req-3d6c22ad-b0ba-4a50-b8ba-f4869bf3a0a6
|
1017
967
|
Content-Length:
|
1018
968
|
- '0'
|
1019
969
|
X-Cache:
|
@@ -1028,10 +978,10 @@ http_interactions:
|
|
1028
978
|
encoding: UTF-8
|
1029
979
|
string: ''
|
1030
980
|
http_version:
|
1031
|
-
recorded_at:
|
981
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
1032
982
|
- request:
|
1033
983
|
method: delete
|
1034
|
-
uri: http://
|
984
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/4f2542e6df764095bf8b0cecc51affc9
|
1035
985
|
body:
|
1036
986
|
encoding: US-ASCII
|
1037
987
|
string: ''
|
@@ -1045,20 +995,20 @@ http_interactions:
|
|
1045
995
|
Accept:
|
1046
996
|
- application/json
|
1047
997
|
X-Auth-Token:
|
1048
|
-
-
|
998
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1049
999
|
response:
|
1050
1000
|
status:
|
1051
1001
|
code: 204
|
1052
1002
|
message: ''
|
1053
1003
|
headers:
|
1054
1004
|
Date:
|
1055
|
-
-
|
1005
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1056
1006
|
Server:
|
1057
1007
|
- Apache/2.4.7 (Ubuntu)
|
1058
1008
|
Vary:
|
1059
1009
|
- X-Auth-Token
|
1060
1010
|
X-Openstack-Request-Id:
|
1061
|
-
- req-
|
1011
|
+
- req-31443db7-18a1-4748-a287-3b200c0b1322
|
1062
1012
|
Content-Length:
|
1063
1013
|
- '0'
|
1064
1014
|
X-Cache:
|
@@ -1073,10 +1023,10 @@ http_interactions:
|
|
1073
1023
|
encoding: UTF-8
|
1074
1024
|
string: ''
|
1075
1025
|
http_version:
|
1076
|
-
recorded_at:
|
1026
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
1077
1027
|
- request:
|
1078
1028
|
method: delete
|
1079
|
-
uri: http://
|
1029
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2
|
1080
1030
|
body:
|
1081
1031
|
encoding: US-ASCII
|
1082
1032
|
string: ''
|
@@ -1090,20 +1040,20 @@ http_interactions:
|
|
1090
1040
|
Accept:
|
1091
1041
|
- application/json
|
1092
1042
|
X-Auth-Token:
|
1093
|
-
-
|
1043
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1094
1044
|
response:
|
1095
1045
|
status:
|
1096
1046
|
code: 204
|
1097
1047
|
message: ''
|
1098
1048
|
headers:
|
1099
1049
|
Date:
|
1100
|
-
-
|
1050
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1101
1051
|
Server:
|
1102
1052
|
- Apache/2.4.7 (Ubuntu)
|
1103
1053
|
Vary:
|
1104
1054
|
- X-Auth-Token
|
1105
1055
|
X-Openstack-Request-Id:
|
1106
|
-
- req-
|
1056
|
+
- req-5a2c7fa4-1df5-4a72-a687-471e19e6c52a
|
1107
1057
|
Content-Length:
|
1108
1058
|
- '0'
|
1109
1059
|
X-Cache:
|
@@ -1118,10 +1068,10 @@ http_interactions:
|
|
1118
1068
|
encoding: UTF-8
|
1119
1069
|
string: ''
|
1120
1070
|
http_version:
|
1121
|
-
recorded_at:
|
1071
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
1122
1072
|
- request:
|
1123
1073
|
method: delete
|
1124
|
-
uri: http://
|
1074
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/c528ea1a7e0c4ecd845c64e48288beeb
|
1125
1075
|
body:
|
1126
1076
|
encoding: US-ASCII
|
1127
1077
|
string: ''
|
@@ -1135,20 +1085,20 @@ http_interactions:
|
|
1135
1085
|
Accept:
|
1136
1086
|
- application/json
|
1137
1087
|
X-Auth-Token:
|
1138
|
-
-
|
1088
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1139
1089
|
response:
|
1140
1090
|
status:
|
1141
1091
|
code: 204
|
1142
1092
|
message: ''
|
1143
1093
|
headers:
|
1144
1094
|
Date:
|
1145
|
-
-
|
1095
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1146
1096
|
Server:
|
1147
1097
|
- Apache/2.4.7 (Ubuntu)
|
1148
1098
|
Vary:
|
1149
1099
|
- X-Auth-Token
|
1150
1100
|
X-Openstack-Request-Id:
|
1151
|
-
- req-
|
1101
|
+
- req-baea6dfc-6215-464d-977d-5afa02e81728
|
1152
1102
|
Content-Length:
|
1153
1103
|
- '0'
|
1154
1104
|
X-Cache:
|
@@ -1163,10 +1113,10 @@ http_interactions:
|
|
1163
1113
|
encoding: UTF-8
|
1164
1114
|
string: ''
|
1165
1115
|
http_version:
|
1166
|
-
recorded_at:
|
1116
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
1167
1117
|
- request:
|
1168
1118
|
method: get
|
1169
|
-
uri: http://
|
1119
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/5cfd96ed4443498c8b6693599e8672c2
|
1170
1120
|
body:
|
1171
1121
|
encoding: US-ASCII
|
1172
1122
|
string: ''
|
@@ -1180,80 +1130,20 @@ http_interactions:
|
|
1180
1130
|
Accept:
|
1181
1131
|
- application/json
|
1182
1132
|
X-Auth-Token:
|
1183
|
-
-
|
1184
|
-
response:
|
1185
|
-
status:
|
1186
|
-
code: 200
|
1187
|
-
message: ''
|
1188
|
-
headers:
|
1189
|
-
Date:
|
1190
|
-
- Fri, 02 Oct 2015 11:41:37 GMT
|
1191
|
-
Server:
|
1192
|
-
- Apache/2.4.7 (Ubuntu)
|
1193
|
-
Vary:
|
1194
|
-
- X-Auth-Token
|
1195
|
-
X-Openstack-Request-Id:
|
1196
|
-
- req-a718b05f-5f4f-4443-87e5-8fc368470494
|
1197
|
-
Content-Length:
|
1198
|
-
- '1055'
|
1199
|
-
Content-Type:
|
1200
|
-
- application/json
|
1201
|
-
X-Cache:
|
1202
|
-
- MISS from i056593-vagrant
|
1203
|
-
X-Cache-Lookup:
|
1204
|
-
- MISS from i056593-vagrant:3128
|
1205
|
-
Via:
|
1206
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
1207
|
-
Connection:
|
1208
|
-
- keep-alive
|
1209
|
-
body:
|
1210
|
-
encoding: UTF-8
|
1211
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects", "previous":
|
1212
|
-
null, "next": null}, "projects": [{"description": null, "links": {"self":
|
1213
|
-
"http://10.97.17.84:35357/v3/projects/7695231df10d4cb5b6b5a1f74cb20c1d"},
|
1214
|
-
"enabled": true, "id": "7695231df10d4cb5b6b5a1f74cb20c1d", "parent_id": null,
|
1215
|
-
"domain_id": "default", "name": "service"}, {"description": null, "links":
|
1216
|
-
{"self": "http://10.97.17.84:35357/v3/projects/a6266e6f4a56471da988788dd2a15c27"},
|
1217
|
-
"enabled": true, "id": "a6266e6f4a56471da988788dd2a15c27", "parent_id": null,
|
1218
|
-
"domain_id": "default", "name": "invisible_to_admin"}, {"description": null,
|
1219
|
-
"links": {"self": "http://10.97.17.84:35357/v3/projects/ca6707581327490398bf1f68fe396a5a"},
|
1220
|
-
"enabled": true, "id": "ca6707581327490398bf1f68fe396a5a", "parent_id": null,
|
1221
|
-
"domain_id": "default", "name": "demo"}, {"description": null, "links": {"self":
|
1222
|
-
"http://10.97.17.84:35357/v3/projects/ded5a6e0922c4be59e7c15517cfb89ee"},
|
1223
|
-
"enabled": true, "id": "ded5a6e0922c4be59e7c15517cfb89ee", "parent_id": null,
|
1224
|
-
"domain_id": "default", "name": "admin"}]}'
|
1225
|
-
http_version:
|
1226
|
-
recorded_at: Fri, 02 Oct 2015 11:41:25 GMT
|
1227
|
-
- request:
|
1228
|
-
method: get
|
1229
|
-
uri: http://10.97.17.84:35357/v3/projects/7720c2b0486e4b4e8f98605f1a3a2174
|
1230
|
-
body:
|
1231
|
-
encoding: US-ASCII
|
1232
|
-
string: ''
|
1233
|
-
headers:
|
1234
|
-
User-Agent:
|
1235
|
-
- fog-core/1.32.1
|
1236
|
-
Proxy-Connection:
|
1237
|
-
- Keep-Alive
|
1238
|
-
Content-Type:
|
1239
|
-
- application/json
|
1240
|
-
Accept:
|
1241
|
-
- application/json
|
1242
|
-
X-Auth-Token:
|
1243
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
1133
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1244
1134
|
response:
|
1245
1135
|
status:
|
1246
1136
|
code: 404
|
1247
1137
|
message: ''
|
1248
1138
|
headers:
|
1249
1139
|
Date:
|
1250
|
-
-
|
1140
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1251
1141
|
Server:
|
1252
1142
|
- Apache/2.4.7 (Ubuntu)
|
1253
1143
|
Vary:
|
1254
1144
|
- X-Auth-Token
|
1255
1145
|
X-Openstack-Request-Id:
|
1256
|
-
- req-
|
1146
|
+
- req-3782a5f1-801d-4d4d-ba13-9d6df7b6059b
|
1257
1147
|
Content-Length:
|
1258
1148
|
- '117'
|
1259
1149
|
Content-Type:
|
@@ -1268,109 +1158,13 @@ http_interactions:
|
|
1268
1158
|
- keep-alive
|
1269
1159
|
body:
|
1270
1160
|
encoding: UTF-8
|
1271
|
-
string: '{"error": {"message": "Could not find project:
|
1161
|
+
string: '{"error": {"message": "Could not find project: 5cfd96ed4443498c8b6693599e8672c2",
|
1272
1162
|
"code": 404, "title": "Not Found"}}'
|
1273
1163
|
http_version:
|
1274
|
-
recorded_at:
|
1275
|
-
- request:
|
1276
|
-
method: get
|
1277
|
-
uri: http://10.97.17.84:35357/v3/projects?name=p-booboo67
|
1278
|
-
body:
|
1279
|
-
encoding: US-ASCII
|
1280
|
-
string: ''
|
1281
|
-
headers:
|
1282
|
-
User-Agent:
|
1283
|
-
- fog-core/1.32.1
|
1284
|
-
Proxy-Connection:
|
1285
|
-
- Keep-Alive
|
1286
|
-
Content-Type:
|
1287
|
-
- application/json
|
1288
|
-
Accept:
|
1289
|
-
- application/json
|
1290
|
-
X-Auth-Token:
|
1291
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
1292
|
-
response:
|
1293
|
-
status:
|
1294
|
-
code: 200
|
1295
|
-
message: ''
|
1296
|
-
headers:
|
1297
|
-
Date:
|
1298
|
-
- Fri, 02 Oct 2015 11:41:37 GMT
|
1299
|
-
Server:
|
1300
|
-
- Apache/2.4.7 (Ubuntu)
|
1301
|
-
Vary:
|
1302
|
-
- X-Auth-Token
|
1303
|
-
X-Openstack-Request-Id:
|
1304
|
-
- req-a249beff-8829-4fa1-a4d4-c9e173951bc2
|
1305
|
-
Content-Length:
|
1306
|
-
- '123'
|
1307
|
-
Content-Type:
|
1308
|
-
- application/json
|
1309
|
-
X-Cache:
|
1310
|
-
- MISS from i056593-vagrant
|
1311
|
-
X-Cache-Lookup:
|
1312
|
-
- MISS from i056593-vagrant:3128
|
1313
|
-
Via:
|
1314
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
1315
|
-
Connection:
|
1316
|
-
- keep-alive
|
1317
|
-
body:
|
1318
|
-
encoding: UTF-8
|
1319
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects?name=p-booboo67",
|
1320
|
-
"previous": null, "next": null}, "projects": []}'
|
1321
|
-
http_version:
|
1322
|
-
recorded_at: Fri, 02 Oct 2015 11:41:25 GMT
|
1323
|
-
- request:
|
1324
|
-
method: get
|
1325
|
-
uri: http://10.97.17.84:35357/v3/projects?name=p-booboo67
|
1326
|
-
body:
|
1327
|
-
encoding: US-ASCII
|
1328
|
-
string: ''
|
1329
|
-
headers:
|
1330
|
-
User-Agent:
|
1331
|
-
- fog-core/1.32.1
|
1332
|
-
Proxy-Connection:
|
1333
|
-
- Keep-Alive
|
1334
|
-
Content-Type:
|
1335
|
-
- application/json
|
1336
|
-
Accept:
|
1337
|
-
- application/json
|
1338
|
-
X-Auth-Token:
|
1339
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
1340
|
-
response:
|
1341
|
-
status:
|
1342
|
-
code: 200
|
1343
|
-
message: ''
|
1344
|
-
headers:
|
1345
|
-
Date:
|
1346
|
-
- Fri, 02 Oct 2015 11:41:37 GMT
|
1347
|
-
Server:
|
1348
|
-
- Apache/2.4.7 (Ubuntu)
|
1349
|
-
Vary:
|
1350
|
-
- X-Auth-Token
|
1351
|
-
X-Openstack-Request-Id:
|
1352
|
-
- req-9a534762-648f-47cb-8aac-6986e20e69af
|
1353
|
-
Content-Length:
|
1354
|
-
- '123'
|
1355
|
-
Content-Type:
|
1356
|
-
- application/json
|
1357
|
-
X-Cache:
|
1358
|
-
- MISS from i056593-vagrant
|
1359
|
-
X-Cache-Lookup:
|
1360
|
-
- MISS from i056593-vagrant:3128
|
1361
|
-
Via:
|
1362
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
1363
|
-
Connection:
|
1364
|
-
- keep-alive
|
1365
|
-
body:
|
1366
|
-
encoding: UTF-8
|
1367
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects?name=p-booboo67",
|
1368
|
-
"previous": null, "next": null}, "projects": []}'
|
1369
|
-
http_version:
|
1370
|
-
recorded_at: Fri, 02 Oct 2015 11:41:25 GMT
|
1164
|
+
recorded_at: Wed, 28 Oct 2015 16:05:33 GMT
|
1371
1165
|
- request:
|
1372
1166
|
method: get
|
1373
|
-
uri: http://
|
1167
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-booboo67
|
1374
1168
|
body:
|
1375
1169
|
encoding: US-ASCII
|
1376
1170
|
string: ''
|
@@ -1384,20 +1178,20 @@ http_interactions:
|
|
1384
1178
|
Accept:
|
1385
1179
|
- application/json
|
1386
1180
|
X-Auth-Token:
|
1387
|
-
-
|
1181
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1388
1182
|
response:
|
1389
1183
|
status:
|
1390
1184
|
code: 200
|
1391
1185
|
message: ''
|
1392
1186
|
headers:
|
1393
1187
|
Date:
|
1394
|
-
-
|
1188
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1395
1189
|
Server:
|
1396
1190
|
- Apache/2.4.7 (Ubuntu)
|
1397
1191
|
Vary:
|
1398
1192
|
- X-Auth-Token
|
1399
1193
|
X-Openstack-Request-Id:
|
1400
|
-
- req-
|
1194
|
+
- req-4310903f-eb99-4948-82c5-e1963a97f340
|
1401
1195
|
Content-Length:
|
1402
1196
|
- '123'
|
1403
1197
|
Content-Type:
|
@@ -1412,13 +1206,13 @@ http_interactions:
|
|
1412
1206
|
- keep-alive
|
1413
1207
|
body:
|
1414
1208
|
encoding: UTF-8
|
1415
|
-
string: '{"links": {"self": "http://
|
1209
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-booboo67",
|
1416
1210
|
"previous": null, "next": null}, "projects": []}'
|
1417
1211
|
http_version:
|
1418
|
-
recorded_at:
|
1212
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
1419
1213
|
- request:
|
1420
1214
|
method: get
|
1421
|
-
uri: http://
|
1215
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-fooboo67
|
1422
1216
|
body:
|
1423
1217
|
encoding: US-ASCII
|
1424
1218
|
string: ''
|
@@ -1432,20 +1226,20 @@ http_interactions:
|
|
1432
1226
|
Accept:
|
1433
1227
|
- application/json
|
1434
1228
|
X-Auth-Token:
|
1435
|
-
-
|
1229
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1436
1230
|
response:
|
1437
1231
|
status:
|
1438
1232
|
code: 200
|
1439
1233
|
message: ''
|
1440
1234
|
headers:
|
1441
1235
|
Date:
|
1442
|
-
-
|
1236
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1443
1237
|
Server:
|
1444
1238
|
- Apache/2.4.7 (Ubuntu)
|
1445
1239
|
Vary:
|
1446
1240
|
- X-Auth-Token
|
1447
1241
|
X-Openstack-Request-Id:
|
1448
|
-
- req-
|
1242
|
+
- req-557c8f6f-e88d-46af-81a7-c7f0c9770df1
|
1449
1243
|
Content-Length:
|
1450
1244
|
- '123'
|
1451
1245
|
Content-Type:
|
@@ -1460,61 +1254,13 @@ http_interactions:
|
|
1460
1254
|
- keep-alive
|
1461
1255
|
body:
|
1462
1256
|
encoding: UTF-8
|
1463
|
-
string: '{"links": {"self": "http://
|
1464
|
-
"previous": null, "next": null}, "projects": []}'
|
1465
|
-
http_version:
|
1466
|
-
recorded_at: Fri, 02 Oct 2015 11:41:25 GMT
|
1467
|
-
- request:
|
1468
|
-
method: get
|
1469
|
-
uri: http://10.97.17.84:35357/v3/projects?name=p-boo67
|
1470
|
-
body:
|
1471
|
-
encoding: US-ASCII
|
1472
|
-
string: ''
|
1473
|
-
headers:
|
1474
|
-
User-Agent:
|
1475
|
-
- fog-core/1.32.1
|
1476
|
-
Proxy-Connection:
|
1477
|
-
- Keep-Alive
|
1478
|
-
Content-Type:
|
1479
|
-
- application/json
|
1480
|
-
Accept:
|
1481
|
-
- application/json
|
1482
|
-
X-Auth-Token:
|
1483
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
1484
|
-
response:
|
1485
|
-
status:
|
1486
|
-
code: 200
|
1487
|
-
message: ''
|
1488
|
-
headers:
|
1489
|
-
Date:
|
1490
|
-
- Fri, 02 Oct 2015 11:41:37 GMT
|
1491
|
-
Server:
|
1492
|
-
- Apache/2.4.7 (Ubuntu)
|
1493
|
-
Vary:
|
1494
|
-
- X-Auth-Token
|
1495
|
-
X-Openstack-Request-Id:
|
1496
|
-
- req-0025d209-1a14-48df-9775-45d2ca2e9ea3
|
1497
|
-
Content-Length:
|
1498
|
-
- '120'
|
1499
|
-
Content-Type:
|
1500
|
-
- application/json
|
1501
|
-
X-Cache:
|
1502
|
-
- MISS from i056593-vagrant
|
1503
|
-
X-Cache-Lookup:
|
1504
|
-
- MISS from i056593-vagrant:3128
|
1505
|
-
Via:
|
1506
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
1507
|
-
Connection:
|
1508
|
-
- keep-alive
|
1509
|
-
body:
|
1510
|
-
encoding: UTF-8
|
1511
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects?name=p-boo67",
|
1257
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-fooboo67",
|
1512
1258
|
"previous": null, "next": null}, "projects": []}'
|
1513
1259
|
http_version:
|
1514
|
-
recorded_at:
|
1260
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
1515
1261
|
- request:
|
1516
1262
|
method: get
|
1517
|
-
uri: http://
|
1263
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-boo67
|
1518
1264
|
body:
|
1519
1265
|
encoding: US-ASCII
|
1520
1266
|
string: ''
|
@@ -1528,20 +1274,20 @@ http_interactions:
|
|
1528
1274
|
Accept:
|
1529
1275
|
- application/json
|
1530
1276
|
X-Auth-Token:
|
1531
|
-
-
|
1277
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1532
1278
|
response:
|
1533
1279
|
status:
|
1534
1280
|
code: 200
|
1535
1281
|
message: ''
|
1536
1282
|
headers:
|
1537
1283
|
Date:
|
1538
|
-
-
|
1284
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1539
1285
|
Server:
|
1540
1286
|
- Apache/2.4.7 (Ubuntu)
|
1541
1287
|
Vary:
|
1542
1288
|
- X-Auth-Token
|
1543
1289
|
X-Openstack-Request-Id:
|
1544
|
-
- req-
|
1290
|
+
- req-817cc8fa-229b-4bbb-985f-57e005499952
|
1545
1291
|
Content-Length:
|
1546
1292
|
- '120'
|
1547
1293
|
Content-Type:
|
@@ -1556,13 +1302,13 @@ http_interactions:
|
|
1556
1302
|
- keep-alive
|
1557
1303
|
body:
|
1558
1304
|
encoding: UTF-8
|
1559
|
-
string: '{"links": {"self": "http://
|
1305
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-boo67",
|
1560
1306
|
"previous": null, "next": null}, "projects": []}'
|
1561
1307
|
http_version:
|
1562
|
-
recorded_at:
|
1308
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
1563
1309
|
- request:
|
1564
1310
|
method: get
|
1565
|
-
uri: http://
|
1311
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-baz67
|
1566
1312
|
body:
|
1567
1313
|
encoding: US-ASCII
|
1568
1314
|
string: ''
|
@@ -1576,20 +1322,20 @@ http_interactions:
|
|
1576
1322
|
Accept:
|
1577
1323
|
- application/json
|
1578
1324
|
X-Auth-Token:
|
1579
|
-
-
|
1325
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1580
1326
|
response:
|
1581
1327
|
status:
|
1582
1328
|
code: 200
|
1583
1329
|
message: ''
|
1584
1330
|
headers:
|
1585
1331
|
Date:
|
1586
|
-
-
|
1332
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1587
1333
|
Server:
|
1588
1334
|
- Apache/2.4.7 (Ubuntu)
|
1589
1335
|
Vary:
|
1590
1336
|
- X-Auth-Token
|
1591
1337
|
X-Openstack-Request-Id:
|
1592
|
-
- req-
|
1338
|
+
- req-4f09367c-573e-4daa-8b91-d13c8d766494
|
1593
1339
|
Content-Length:
|
1594
1340
|
- '120'
|
1595
1341
|
Content-Type:
|
@@ -1604,109 +1350,13 @@ http_interactions:
|
|
1604
1350
|
- keep-alive
|
1605
1351
|
body:
|
1606
1352
|
encoding: UTF-8
|
1607
|
-
string: '{"links": {"self": "http://
|
1608
|
-
"previous": null, "next": null}, "projects": []}'
|
1609
|
-
http_version:
|
1610
|
-
recorded_at: Fri, 02 Oct 2015 11:41:26 GMT
|
1611
|
-
- request:
|
1612
|
-
method: get
|
1613
|
-
uri: http://10.97.17.84:35357/v3/projects?name=p-baz67
|
1614
|
-
body:
|
1615
|
-
encoding: US-ASCII
|
1616
|
-
string: ''
|
1617
|
-
headers:
|
1618
|
-
User-Agent:
|
1619
|
-
- fog-core/1.32.1
|
1620
|
-
Proxy-Connection:
|
1621
|
-
- Keep-Alive
|
1622
|
-
Content-Type:
|
1623
|
-
- application/json
|
1624
|
-
Accept:
|
1625
|
-
- application/json
|
1626
|
-
X-Auth-Token:
|
1627
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
1628
|
-
response:
|
1629
|
-
status:
|
1630
|
-
code: 200
|
1631
|
-
message: ''
|
1632
|
-
headers:
|
1633
|
-
Date:
|
1634
|
-
- Fri, 02 Oct 2015 11:41:38 GMT
|
1635
|
-
Server:
|
1636
|
-
- Apache/2.4.7 (Ubuntu)
|
1637
|
-
Vary:
|
1638
|
-
- X-Auth-Token
|
1639
|
-
X-Openstack-Request-Id:
|
1640
|
-
- req-12cfbdb3-4b42-4df9-b720-fc29f7146b70
|
1641
|
-
Content-Length:
|
1642
|
-
- '120'
|
1643
|
-
Content-Type:
|
1644
|
-
- application/json
|
1645
|
-
X-Cache:
|
1646
|
-
- MISS from i056593-vagrant
|
1647
|
-
X-Cache-Lookup:
|
1648
|
-
- MISS from i056593-vagrant:3128
|
1649
|
-
Via:
|
1650
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
1651
|
-
Connection:
|
1652
|
-
- keep-alive
|
1653
|
-
body:
|
1654
|
-
encoding: UTF-8
|
1655
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects?name=p-baz67",
|
1656
|
-
"previous": null, "next": null}, "projects": []}'
|
1657
|
-
http_version:
|
1658
|
-
recorded_at: Fri, 02 Oct 2015 11:41:26 GMT
|
1659
|
-
- request:
|
1660
|
-
method: get
|
1661
|
-
uri: http://10.97.17.84:35357/v3/projects?name=p-foobar67
|
1662
|
-
body:
|
1663
|
-
encoding: US-ASCII
|
1664
|
-
string: ''
|
1665
|
-
headers:
|
1666
|
-
User-Agent:
|
1667
|
-
- fog-core/1.32.1
|
1668
|
-
Proxy-Connection:
|
1669
|
-
- Keep-Alive
|
1670
|
-
Content-Type:
|
1671
|
-
- application/json
|
1672
|
-
Accept:
|
1673
|
-
- application/json
|
1674
|
-
X-Auth-Token:
|
1675
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
1676
|
-
response:
|
1677
|
-
status:
|
1678
|
-
code: 200
|
1679
|
-
message: ''
|
1680
|
-
headers:
|
1681
|
-
Date:
|
1682
|
-
- Fri, 02 Oct 2015 11:41:38 GMT
|
1683
|
-
Server:
|
1684
|
-
- Apache/2.4.7 (Ubuntu)
|
1685
|
-
Vary:
|
1686
|
-
- X-Auth-Token
|
1687
|
-
X-Openstack-Request-Id:
|
1688
|
-
- req-da9068ad-61df-4914-9212-4df5e1474a4b
|
1689
|
-
Content-Length:
|
1690
|
-
- '123'
|
1691
|
-
Content-Type:
|
1692
|
-
- application/json
|
1693
|
-
X-Cache:
|
1694
|
-
- MISS from i056593-vagrant
|
1695
|
-
X-Cache-Lookup:
|
1696
|
-
- MISS from i056593-vagrant:3128
|
1697
|
-
Via:
|
1698
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
1699
|
-
Connection:
|
1700
|
-
- keep-alive
|
1701
|
-
body:
|
1702
|
-
encoding: UTF-8
|
1703
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects?name=p-foobar67",
|
1353
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-baz67",
|
1704
1354
|
"previous": null, "next": null}, "projects": []}'
|
1705
1355
|
http_version:
|
1706
|
-
recorded_at:
|
1356
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
1707
1357
|
- request:
|
1708
1358
|
method: get
|
1709
|
-
uri: http://
|
1359
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-foobar67
|
1710
1360
|
body:
|
1711
1361
|
encoding: US-ASCII
|
1712
1362
|
string: ''
|
@@ -1720,20 +1370,20 @@ http_interactions:
|
|
1720
1370
|
Accept:
|
1721
1371
|
- application/json
|
1722
1372
|
X-Auth-Token:
|
1723
|
-
-
|
1373
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1724
1374
|
response:
|
1725
1375
|
status:
|
1726
1376
|
code: 200
|
1727
1377
|
message: ''
|
1728
1378
|
headers:
|
1729
1379
|
Date:
|
1730
|
-
-
|
1380
|
+
- Wed, 28 Oct 2015 16:05:53 GMT
|
1731
1381
|
Server:
|
1732
1382
|
- Apache/2.4.7 (Ubuntu)
|
1733
1383
|
Vary:
|
1734
1384
|
- X-Auth-Token
|
1735
1385
|
X-Openstack-Request-Id:
|
1736
|
-
- req-
|
1386
|
+
- req-3cd20cbe-d665-48ed-a5be-7d39d3743534
|
1737
1387
|
Content-Length:
|
1738
1388
|
- '123'
|
1739
1389
|
Content-Type:
|
@@ -1748,8 +1398,8 @@ http_interactions:
|
|
1748
1398
|
- keep-alive
|
1749
1399
|
body:
|
1750
1400
|
encoding: UTF-8
|
1751
|
-
string: '{"links": {"self": "http://
|
1401
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-foobar67",
|
1752
1402
|
"previous": null, "next": null}, "projects": []}'
|
1753
1403
|
http_version:
|
1754
|
-
recorded_at:
|
1404
|
+
recorded_at: Wed, 28 Oct 2015 16:05:34 GMT
|
1755
1405
|
recorded_with: VCR 2.9.3
|