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/groups
|
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:39 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-bd4918a0-c5b5-4901-b50a-4b3302f0d3a9
|
33
33
|
Content-Length:
|
34
34
|
- '530'
|
35
35
|
Content-Type:
|
@@ -44,17 +44,17 @@ 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/groups", "previous":
|
48
48
|
null, "next": null}, "groups": [{"domain_id": "default", "description": "non-admin
|
49
|
-
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://
|
49
|
+
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
50
50
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
51
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
51
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
52
52
|
"name": "admins"}]}'
|
53
53
|
http_version:
|
54
|
-
recorded_at:
|
54
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
55
55
|
- request:
|
56
56
|
method: get
|
57
|
-
uri: http://
|
57
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
58
58
|
body:
|
59
59
|
encoding: US-ASCII
|
60
60
|
string: ''
|
@@ -68,20 +68,20 @@ http_interactions:
|
|
68
68
|
Accept:
|
69
69
|
- application/json
|
70
70
|
X-Auth-Token:
|
71
|
-
-
|
71
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
72
72
|
response:
|
73
73
|
status:
|
74
74
|
code: 200
|
75
75
|
message: ''
|
76
76
|
headers:
|
77
77
|
Date:
|
78
|
-
-
|
78
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
79
79
|
Server:
|
80
80
|
- Apache/2.4.7 (Ubuntu)
|
81
81
|
Vary:
|
82
82
|
- X-Auth-Token
|
83
83
|
X-Openstack-Request-Id:
|
84
|
-
- req-
|
84
|
+
- req-1403285f-cf87-416e-9d75-d63c5f632b50
|
85
85
|
Content-Length:
|
86
86
|
- '530'
|
87
87
|
Content-Type:
|
@@ -96,17 +96,17 @@ http_interactions:
|
|
96
96
|
- keep-alive
|
97
97
|
body:
|
98
98
|
encoding: UTF-8
|
99
|
-
string: '{"links": {"self": "http://
|
99
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/groups", "previous":
|
100
100
|
null, "next": null}, "groups": [{"domain_id": "default", "description": "non-admin
|
101
|
-
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://
|
101
|
+
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
102
102
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
103
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
103
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
104
104
|
"name": "admins"}]}'
|
105
105
|
http_version:
|
106
|
-
recorded_at:
|
106
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
107
107
|
- request:
|
108
108
|
method: post
|
109
|
-
uri: http://
|
109
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
110
110
|
body:
|
111
111
|
encoding: UTF-8
|
112
112
|
string: '{"group":{"name":"foobar","description":"Group of Foobar users"}}'
|
@@ -120,20 +120,20 @@ http_interactions:
|
|
120
120
|
Accept:
|
121
121
|
- application/json
|
122
122
|
X-Auth-Token:
|
123
|
-
-
|
123
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
124
124
|
response:
|
125
125
|
status:
|
126
126
|
code: 201
|
127
127
|
message: ''
|
128
128
|
headers:
|
129
129
|
Date:
|
130
|
-
-
|
130
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
131
131
|
Server:
|
132
132
|
- Apache/2.4.7 (Ubuntu)
|
133
133
|
Vary:
|
134
134
|
- X-Auth-Token
|
135
135
|
X-Openstack-Request-Id:
|
136
|
-
- req-
|
136
|
+
- req-4a0d88f6-cc9f-4bcd-a70c-e79dfc40a52f
|
137
137
|
Content-Length:
|
138
138
|
- '225'
|
139
139
|
Content-Type:
|
@@ -149,13 +149,13 @@ http_interactions:
|
|
149
149
|
body:
|
150
150
|
encoding: UTF-8
|
151
151
|
string: '{"group": {"domain_id": "default", "description": "Group of Foobar
|
152
|
-
users", "id": "
|
152
|
+
users", "id": "54e18605644f4416a1d43998a4e0cf0c", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c"},
|
153
153
|
"name": "foobar"}}'
|
154
154
|
http_version:
|
155
|
-
recorded_at:
|
155
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
156
156
|
- request:
|
157
157
|
method: get
|
158
|
-
uri: http://
|
158
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
159
159
|
body:
|
160
160
|
encoding: US-ASCII
|
161
161
|
string: ''
|
@@ -169,20 +169,20 @@ http_interactions:
|
|
169
169
|
Accept:
|
170
170
|
- application/json
|
171
171
|
X-Auth-Token:
|
172
|
-
-
|
172
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
173
173
|
response:
|
174
174
|
status:
|
175
175
|
code: 200
|
176
176
|
message: ''
|
177
177
|
headers:
|
178
178
|
Date:
|
179
|
-
-
|
179
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
180
180
|
Server:
|
181
181
|
- Apache/2.4.7 (Ubuntu)
|
182
182
|
Vary:
|
183
183
|
- X-Auth-Token
|
184
184
|
X-Openstack-Request-Id:
|
185
|
-
- req-
|
185
|
+
- req-b42e7905-4e02-4134-82fa-e5f685c76fc6
|
186
186
|
Content-Length:
|
187
187
|
- '746'
|
188
188
|
Content-Type:
|
@@ -197,19 +197,20 @@ http_interactions:
|
|
197
197
|
- keep-alive
|
198
198
|
body:
|
199
199
|
encoding: UTF-8
|
200
|
-
string: '{"links": {"self": "http://
|
201
|
-
null, "next": null}, "groups": [{"domain_id": "default", "description": "
|
202
|
-
|
200
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/groups", "previous":
|
201
|
+
null, "next": null}, "groups": [{"domain_id": "default", "description": "Group
|
202
|
+
of Foobar users", "id": "54e18605644f4416a1d43998a4e0cf0c", "links": {"self":
|
203
|
+
"http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c"}, "name":
|
204
|
+
"foobar"}, {"domain_id": "default", "description": "non-admin group", "id":
|
205
|
+
"671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
203
206
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
204
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
205
|
-
"name": "admins"}
|
206
|
-
users", "id": "f730ec80f0d14cf081334ede8185a6fc", "links": {"self": "http://10.97.17.84:35357/v3/groups/f730ec80f0d14cf081334ede8185a6fc"},
|
207
|
-
"name": "foobar"}]}'
|
207
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
208
|
+
"name": "admins"}]}'
|
208
209
|
http_version:
|
209
|
-
recorded_at:
|
210
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
210
211
|
- request:
|
211
212
|
method: patch
|
212
|
-
uri: http://
|
213
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c
|
213
214
|
body:
|
214
215
|
encoding: UTF-8
|
215
216
|
string: '{"group":{"name":"baz","description":"Group of Baz users"}}'
|
@@ -223,20 +224,20 @@ http_interactions:
|
|
223
224
|
Accept:
|
224
225
|
- application/json
|
225
226
|
X-Auth-Token:
|
226
|
-
-
|
227
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
227
228
|
response:
|
228
229
|
status:
|
229
230
|
code: 200
|
230
231
|
message: ''
|
231
232
|
headers:
|
232
233
|
Date:
|
233
|
-
-
|
234
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
234
235
|
Server:
|
235
236
|
- Apache/2.4.7 (Ubuntu)
|
236
237
|
Vary:
|
237
238
|
- X-Auth-Token
|
238
239
|
X-Openstack-Request-Id:
|
239
|
-
- req-
|
240
|
+
- req-7c525c5d-2758-407f-8237-2fb8cfd13386
|
240
241
|
Content-Length:
|
241
242
|
- '219'
|
242
243
|
Content-Type:
|
@@ -252,13 +253,13 @@ http_interactions:
|
|
252
253
|
body:
|
253
254
|
encoding: UTF-8
|
254
255
|
string: '{"group": {"domain_id": "default", "description": "Group of Baz users",
|
255
|
-
"id": "
|
256
|
+
"id": "54e18605644f4416a1d43998a4e0cf0c", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c"},
|
256
257
|
"name": "baz"}}'
|
257
258
|
http_version:
|
258
|
-
recorded_at:
|
259
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
259
260
|
- request:
|
260
261
|
method: get
|
261
|
-
uri: http://
|
262
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
262
263
|
body:
|
263
264
|
encoding: US-ASCII
|
264
265
|
string: ''
|
@@ -272,20 +273,20 @@ http_interactions:
|
|
272
273
|
Accept:
|
273
274
|
- application/json
|
274
275
|
X-Auth-Token:
|
275
|
-
-
|
276
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
276
277
|
response:
|
277
278
|
status:
|
278
279
|
code: 200
|
279
280
|
message: ''
|
280
281
|
headers:
|
281
282
|
Date:
|
282
|
-
-
|
283
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
283
284
|
Server:
|
284
285
|
- Apache/2.4.7 (Ubuntu)
|
285
286
|
Vary:
|
286
287
|
- X-Auth-Token
|
287
288
|
X-Openstack-Request-Id:
|
288
|
-
- req-
|
289
|
+
- req-682b5df1-17a6-4089-ad8d-0ff8b5077506
|
289
290
|
Content-Length:
|
290
291
|
- '740'
|
291
292
|
Content-Type:
|
@@ -300,19 +301,20 @@ http_interactions:
|
|
300
301
|
- keep-alive
|
301
302
|
body:
|
302
303
|
encoding: UTF-8
|
303
|
-
string: '{"links": {"self": "http://
|
304
|
-
null, "next": null}, "groups": [{"domain_id": "default", "description": "
|
305
|
-
|
304
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/groups", "previous":
|
305
|
+
null, "next": null}, "groups": [{"domain_id": "default", "description": "Group
|
306
|
+
of Baz users", "id": "54e18605644f4416a1d43998a4e0cf0c", "links": {"self":
|
307
|
+
"http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c"}, "name":
|
308
|
+
"baz"}, {"domain_id": "default", "description": "non-admin group", "id": "671b345e55bf4223a52ef31a321b1683",
|
309
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
306
310
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
307
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
308
|
-
"name": "admins"}
|
309
|
-
"id": "f730ec80f0d14cf081334ede8185a6fc", "links": {"self": "http://10.97.17.84:35357/v3/groups/f730ec80f0d14cf081334ede8185a6fc"},
|
310
|
-
"name": "baz"}]}'
|
311
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
312
|
+
"name": "admins"}]}'
|
311
313
|
http_version:
|
312
|
-
recorded_at:
|
314
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
313
315
|
- request:
|
314
316
|
method: get
|
315
|
-
uri: http://
|
317
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
316
318
|
body:
|
317
319
|
encoding: US-ASCII
|
318
320
|
string: ''
|
@@ -326,20 +328,20 @@ http_interactions:
|
|
326
328
|
Accept:
|
327
329
|
- application/json
|
328
330
|
X-Auth-Token:
|
329
|
-
-
|
331
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
330
332
|
response:
|
331
333
|
status:
|
332
334
|
code: 200
|
333
335
|
message: ''
|
334
336
|
headers:
|
335
337
|
Date:
|
336
|
-
-
|
338
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
337
339
|
Server:
|
338
340
|
- Apache/2.4.7 (Ubuntu)
|
339
341
|
Vary:
|
340
342
|
- X-Auth-Token
|
341
343
|
X-Openstack-Request-Id:
|
342
|
-
- req-
|
344
|
+
- req-c464b017-89ac-4a76-ad08-e409fface16a
|
343
345
|
Content-Length:
|
344
346
|
- '740'
|
345
347
|
Content-Type:
|
@@ -354,19 +356,20 @@ http_interactions:
|
|
354
356
|
- keep-alive
|
355
357
|
body:
|
356
358
|
encoding: UTF-8
|
357
|
-
string: '{"links": {"self": "http://
|
358
|
-
null, "next": null}, "groups": [{"domain_id": "default", "description": "
|
359
|
-
|
359
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/groups", "previous":
|
360
|
+
null, "next": null}, "groups": [{"domain_id": "default", "description": "Group
|
361
|
+
of Baz users", "id": "54e18605644f4416a1d43998a4e0cf0c", "links": {"self":
|
362
|
+
"http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c"}, "name":
|
363
|
+
"baz"}, {"domain_id": "default", "description": "non-admin group", "id": "671b345e55bf4223a52ef31a321b1683",
|
364
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
360
365
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
361
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
362
|
-
"name": "admins"}
|
363
|
-
"id": "f730ec80f0d14cf081334ede8185a6fc", "links": {"self": "http://10.97.17.84:35357/v3/groups/f730ec80f0d14cf081334ede8185a6fc"},
|
364
|
-
"name": "baz"}]}'
|
366
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
367
|
+
"name": "admins"}]}'
|
365
368
|
http_version:
|
366
|
-
recorded_at:
|
369
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
367
370
|
- request:
|
368
371
|
method: post
|
369
|
-
uri: http://
|
372
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
370
373
|
body:
|
371
374
|
encoding: UTF-8
|
372
375
|
string: '{"user":{"name":"foobar1","email":"foobar1@example.com","password":"s3cret!1"}}'
|
@@ -380,20 +383,20 @@ http_interactions:
|
|
380
383
|
Accept:
|
381
384
|
- application/json
|
382
385
|
X-Auth-Token:
|
383
|
-
-
|
386
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
384
387
|
response:
|
385
388
|
status:
|
386
389
|
code: 201
|
387
390
|
message: ''
|
388
391
|
headers:
|
389
392
|
Date:
|
390
|
-
-
|
393
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
391
394
|
Server:
|
392
395
|
- Apache/2.4.7 (Ubuntu)
|
393
396
|
Vary:
|
394
397
|
- X-Auth-Token
|
395
398
|
X-Openstack-Request-Id:
|
396
|
-
- req-
|
399
|
+
- req-ef4fb2bd-d1ff-4dc6-a6dd-b85debebd19d
|
397
400
|
Content-Length:
|
398
401
|
- '233'
|
399
402
|
Content-Type:
|
@@ -408,14 +411,14 @@ http_interactions:
|
|
408
411
|
- keep-alive
|
409
412
|
body:
|
410
413
|
encoding: UTF-8
|
411
|
-
string: '{"user": {"name": "foobar1", "links": {"self": "http://
|
414
|
+
string: '{"user": {"name": "foobar1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c"},
|
412
415
|
"domain_id": "default", "enabled": true, "email": "foobar1@example.com", "id":
|
413
|
-
"
|
416
|
+
"8616a1ffd2c640f1b0d4d53c25f69c1c"}}'
|
414
417
|
http_version:
|
415
|
-
recorded_at:
|
418
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
416
419
|
- request:
|
417
420
|
method: post
|
418
|
-
uri: http://
|
421
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
419
422
|
body:
|
420
423
|
encoding: UTF-8
|
421
424
|
string: '{"user":{"name":"foobar2","email":"foobar2@example.com","password":"s3cret!2"}}'
|
@@ -429,20 +432,20 @@ http_interactions:
|
|
429
432
|
Accept:
|
430
433
|
- application/json
|
431
434
|
X-Auth-Token:
|
432
|
-
-
|
435
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
433
436
|
response:
|
434
437
|
status:
|
435
438
|
code: 201
|
436
439
|
message: ''
|
437
440
|
headers:
|
438
441
|
Date:
|
439
|
-
-
|
442
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
440
443
|
Server:
|
441
444
|
- Apache/2.4.7 (Ubuntu)
|
442
445
|
Vary:
|
443
446
|
- X-Auth-Token
|
444
447
|
X-Openstack-Request-Id:
|
445
|
-
- req-
|
448
|
+
- req-2e84d49a-9f9d-44e1-89fa-158d53347732
|
446
449
|
Content-Length:
|
447
450
|
- '233'
|
448
451
|
Content-Type:
|
@@ -457,14 +460,14 @@ http_interactions:
|
|
457
460
|
- keep-alive
|
458
461
|
body:
|
459
462
|
encoding: UTF-8
|
460
|
-
string: '{"user": {"name": "foobar2", "links": {"self": "http://
|
463
|
+
string: '{"user": {"name": "foobar2", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/e0c14e5a4a5b4be1bbf96adbd9c6de22"},
|
461
464
|
"domain_id": "default", "enabled": true, "email": "foobar2@example.com", "id":
|
462
|
-
"
|
465
|
+
"e0c14e5a4a5b4be1bbf96adbd9c6de22"}}'
|
463
466
|
http_version:
|
464
|
-
recorded_at:
|
467
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
465
468
|
- request:
|
466
469
|
method: get
|
467
|
-
uri: http://
|
470
|
+
uri: http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c/groups
|
468
471
|
body:
|
469
472
|
encoding: US-ASCII
|
470
473
|
string: ''
|
@@ -478,20 +481,20 @@ http_interactions:
|
|
478
481
|
Accept:
|
479
482
|
- application/json
|
480
483
|
X-Auth-Token:
|
481
|
-
-
|
484
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
482
485
|
response:
|
483
486
|
status:
|
484
487
|
code: 200
|
485
488
|
message: ''
|
486
489
|
headers:
|
487
490
|
Date:
|
488
|
-
-
|
491
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
489
492
|
Server:
|
490
493
|
- Apache/2.4.7 (Ubuntu)
|
491
494
|
Vary:
|
492
495
|
- X-Auth-Token
|
493
496
|
X-Openstack-Request-Id:
|
494
|
-
- req-
|
497
|
+
- req-52281625-e85c-477e-9123-b08b502daef2
|
495
498
|
Content-Length:
|
496
499
|
- '142'
|
497
500
|
Content-Type:
|
@@ -506,13 +509,13 @@ http_interactions:
|
|
506
509
|
- keep-alive
|
507
510
|
body:
|
508
511
|
encoding: UTF-8
|
509
|
-
string: '{"links": {"self": "http://
|
512
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c/groups",
|
510
513
|
"previous": null, "next": null}, "groups": []}'
|
511
514
|
http_version:
|
512
|
-
recorded_at:
|
515
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
513
516
|
- request:
|
514
517
|
method: get
|
515
|
-
uri: http://
|
518
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users
|
516
519
|
body:
|
517
520
|
encoding: US-ASCII
|
518
521
|
string: ''
|
@@ -526,20 +529,20 @@ http_interactions:
|
|
526
529
|
Accept:
|
527
530
|
- application/json
|
528
531
|
X-Auth-Token:
|
529
|
-
-
|
532
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
530
533
|
response:
|
531
534
|
status:
|
532
535
|
code: 200
|
533
536
|
message: ''
|
534
537
|
headers:
|
535
538
|
Date:
|
536
|
-
-
|
539
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
537
540
|
Server:
|
538
541
|
- Apache/2.4.7 (Ubuntu)
|
539
542
|
Vary:
|
540
543
|
- X-Auth-Token
|
541
544
|
X-Openstack-Request-Id:
|
542
|
-
- req-
|
545
|
+
- req-4e6074eb-6a61-46ee-a008-f9a7a0e7a7af
|
543
546
|
Content-Length:
|
544
547
|
- '141'
|
545
548
|
Content-Type:
|
@@ -554,13 +557,13 @@ http_interactions:
|
|
554
557
|
- keep-alive
|
555
558
|
body:
|
556
559
|
encoding: UTF-8
|
557
|
-
string: '{"users": [], "links": {"self": "http://
|
560
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users",
|
558
561
|
"previous": null, "next": null}}'
|
559
562
|
http_version:
|
560
|
-
recorded_at:
|
563
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
561
564
|
- request:
|
562
565
|
method: put
|
563
|
-
uri: http://
|
566
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users/8616a1ffd2c640f1b0d4d53c25f69c1c
|
564
567
|
body:
|
565
568
|
encoding: US-ASCII
|
566
569
|
string: ''
|
@@ -574,20 +577,20 @@ http_interactions:
|
|
574
577
|
Accept:
|
575
578
|
- application/json
|
576
579
|
X-Auth-Token:
|
577
|
-
-
|
580
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
578
581
|
response:
|
579
582
|
status:
|
580
583
|
code: 204
|
581
584
|
message: ''
|
582
585
|
headers:
|
583
586
|
Date:
|
584
|
-
-
|
587
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
585
588
|
Server:
|
586
589
|
- Apache/2.4.7 (Ubuntu)
|
587
590
|
Vary:
|
588
591
|
- X-Auth-Token
|
589
592
|
X-Openstack-Request-Id:
|
590
|
-
- req-
|
593
|
+
- req-41c660d2-15bd-4b09-afd5-4eb4ded8cbf5
|
591
594
|
Content-Length:
|
592
595
|
- '0'
|
593
596
|
X-Cache:
|
@@ -602,10 +605,10 @@ http_interactions:
|
|
602
605
|
encoding: UTF-8
|
603
606
|
string: ''
|
604
607
|
http_version:
|
605
|
-
recorded_at:
|
608
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
606
609
|
- request:
|
607
610
|
method: get
|
608
|
-
uri: http://
|
611
|
+
uri: http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c/groups
|
609
612
|
body:
|
610
613
|
encoding: US-ASCII
|
611
614
|
string: ''
|
@@ -619,20 +622,20 @@ http_interactions:
|
|
619
622
|
Accept:
|
620
623
|
- application/json
|
621
624
|
X-Auth-Token:
|
622
|
-
-
|
625
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
623
626
|
response:
|
624
627
|
status:
|
625
628
|
code: 200
|
626
629
|
message: ''
|
627
630
|
headers:
|
628
631
|
Date:
|
629
|
-
-
|
632
|
+
- Wed, 28 Oct 2015 16:05:40 GMT
|
630
633
|
Server:
|
631
634
|
- Apache/2.4.7 (Ubuntu)
|
632
635
|
Vary:
|
633
636
|
- X-Auth-Token
|
634
637
|
X-Openstack-Request-Id:
|
635
|
-
- req-
|
638
|
+
- req-176f92ae-7371-41b5-bc08-4afd121610c3
|
636
639
|
Content-Length:
|
637
640
|
- '350'
|
638
641
|
Content-Type:
|
@@ -647,16 +650,16 @@ http_interactions:
|
|
647
650
|
- keep-alive
|
648
651
|
body:
|
649
652
|
encoding: UTF-8
|
650
|
-
string: '{"links": {"self": "http://
|
653
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c/groups",
|
651
654
|
"previous": null, "next": null}, "groups": [{"domain_id": "default", "description":
|
652
|
-
"Group of Baz users", "id": "
|
653
|
-
"http://
|
655
|
+
"Group of Baz users", "id": "54e18605644f4416a1d43998a4e0cf0c", "links": {"self":
|
656
|
+
"http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c"}, "name":
|
654
657
|
"baz"}]}'
|
655
658
|
http_version:
|
656
|
-
recorded_at:
|
659
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
657
660
|
- request:
|
658
661
|
method: head
|
659
|
-
uri: http://
|
662
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users/8616a1ffd2c640f1b0d4d53c25f69c1c
|
660
663
|
body:
|
661
664
|
encoding: US-ASCII
|
662
665
|
string: ''
|
@@ -670,20 +673,20 @@ http_interactions:
|
|
670
673
|
Accept:
|
671
674
|
- application/json
|
672
675
|
X-Auth-Token:
|
673
|
-
-
|
676
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
674
677
|
response:
|
675
678
|
status:
|
676
679
|
code: 204
|
677
680
|
message: ''
|
678
681
|
headers:
|
679
682
|
Date:
|
680
|
-
-
|
683
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
681
684
|
Server:
|
682
685
|
- Apache/2.4.7 (Ubuntu)
|
683
686
|
Vary:
|
684
687
|
- X-Auth-Token
|
685
688
|
X-Openstack-Request-Id:
|
686
|
-
- req-
|
689
|
+
- req-ffdeb302-cd4b-428a-a967-acdbdb5eb45d
|
687
690
|
X-Cache:
|
688
691
|
- MISS from i056593-vagrant
|
689
692
|
X-Cache-Lookup:
|
@@ -696,10 +699,10 @@ http_interactions:
|
|
696
699
|
encoding: UTF-8
|
697
700
|
string: ''
|
698
701
|
http_version:
|
699
|
-
recorded_at:
|
702
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
700
703
|
- request:
|
701
704
|
method: put
|
702
|
-
uri: http://
|
705
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users/e0c14e5a4a5b4be1bbf96adbd9c6de22
|
703
706
|
body:
|
704
707
|
encoding: US-ASCII
|
705
708
|
string: ''
|
@@ -713,20 +716,20 @@ http_interactions:
|
|
713
716
|
Accept:
|
714
717
|
- application/json
|
715
718
|
X-Auth-Token:
|
716
|
-
-
|
719
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
717
720
|
response:
|
718
721
|
status:
|
719
722
|
code: 204
|
720
723
|
message: ''
|
721
724
|
headers:
|
722
725
|
Date:
|
723
|
-
-
|
726
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
724
727
|
Server:
|
725
728
|
- Apache/2.4.7 (Ubuntu)
|
726
729
|
Vary:
|
727
730
|
- X-Auth-Token
|
728
731
|
X-Openstack-Request-Id:
|
729
|
-
- req-
|
732
|
+
- req-72eec8fb-cac4-40ca-85da-8355fbd6c871
|
730
733
|
Content-Length:
|
731
734
|
- '0'
|
732
735
|
X-Cache:
|
@@ -741,10 +744,10 @@ http_interactions:
|
|
741
744
|
encoding: UTF-8
|
742
745
|
string: ''
|
743
746
|
http_version:
|
744
|
-
recorded_at:
|
747
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
745
748
|
- request:
|
746
749
|
method: get
|
747
|
-
uri: http://
|
750
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users
|
748
751
|
body:
|
749
752
|
encoding: US-ASCII
|
750
753
|
string: ''
|
@@ -758,20 +761,20 @@ http_interactions:
|
|
758
761
|
Accept:
|
759
762
|
- application/json
|
760
763
|
X-Auth-Token:
|
761
|
-
-
|
764
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
762
765
|
response:
|
763
766
|
status:
|
764
767
|
code: 200
|
765
768
|
message: ''
|
766
769
|
headers:
|
767
770
|
Date:
|
768
|
-
-
|
771
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
769
772
|
Server:
|
770
773
|
- Apache/2.4.7 (Ubuntu)
|
771
774
|
Vary:
|
772
775
|
- X-Auth-Token
|
773
776
|
X-Openstack-Request-Id:
|
774
|
-
- req-
|
777
|
+
- req-931eda0c-d2a8-41e0-811b-8019262c4fbf
|
775
778
|
Content-Length:
|
776
779
|
- '589'
|
777
780
|
Content-Type:
|
@@ -786,18 +789,18 @@ http_interactions:
|
|
786
789
|
- keep-alive
|
787
790
|
body:
|
788
791
|
encoding: UTF-8
|
789
|
-
string: '{"users": [{"name": "foobar1", "links": {"self": "http://
|
792
|
+
string: '{"users": [{"name": "foobar1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c"},
|
790
793
|
"domain_id": "default", "enabled": true, "email": "foobar1@example.com", "id":
|
791
|
-
"
|
792
|
-
"http://
|
793
|
-
"default", "enabled": true, "email": "foobar2@example.com", "id": "
|
794
|
-
"links": {"self": "http://
|
794
|
+
"8616a1ffd2c640f1b0d4d53c25f69c1c"}, {"name": "foobar2", "links": {"self":
|
795
|
+
"http://devstack.openstack.stack:35357/v3/users/e0c14e5a4a5b4be1bbf96adbd9c6de22"}, "domain_id":
|
796
|
+
"default", "enabled": true, "email": "foobar2@example.com", "id": "e0c14e5a4a5b4be1bbf96adbd9c6de22"}],
|
797
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users",
|
795
798
|
"previous": null, "next": null}}'
|
796
799
|
http_version:
|
797
|
-
recorded_at:
|
800
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
798
801
|
- request:
|
799
802
|
method: delete
|
800
|
-
uri: http://
|
803
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users/8616a1ffd2c640f1b0d4d53c25f69c1c
|
801
804
|
body:
|
802
805
|
encoding: US-ASCII
|
803
806
|
string: ''
|
@@ -811,20 +814,20 @@ http_interactions:
|
|
811
814
|
Accept:
|
812
815
|
- application/json
|
813
816
|
X-Auth-Token:
|
814
|
-
-
|
817
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
815
818
|
response:
|
816
819
|
status:
|
817
820
|
code: 204
|
818
821
|
message: ''
|
819
822
|
headers:
|
820
823
|
Date:
|
821
|
-
-
|
824
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
822
825
|
Server:
|
823
826
|
- Apache/2.4.7 (Ubuntu)
|
824
827
|
Vary:
|
825
828
|
- X-Auth-Token
|
826
829
|
X-Openstack-Request-Id:
|
827
|
-
- req-
|
830
|
+
- req-26b93721-8787-4ab2-a501-45d1872c47ca
|
828
831
|
Content-Length:
|
829
832
|
- '0'
|
830
833
|
X-Cache:
|
@@ -839,10 +842,10 @@ http_interactions:
|
|
839
842
|
encoding: UTF-8
|
840
843
|
string: ''
|
841
844
|
http_version:
|
842
|
-
recorded_at:
|
845
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
843
846
|
- request:
|
844
847
|
method: head
|
845
|
-
uri: http://
|
848
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users/8616a1ffd2c640f1b0d4d53c25f69c1c
|
846
849
|
body:
|
847
850
|
encoding: US-ASCII
|
848
851
|
string: ''
|
@@ -856,20 +859,20 @@ http_interactions:
|
|
856
859
|
Accept:
|
857
860
|
- application/json
|
858
861
|
X-Auth-Token:
|
859
|
-
-
|
862
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
860
863
|
response:
|
861
864
|
status:
|
862
865
|
code: 404
|
863
866
|
message: ''
|
864
867
|
headers:
|
865
868
|
Date:
|
866
|
-
-
|
869
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
867
870
|
Server:
|
868
871
|
- Apache/2.4.7 (Ubuntu)
|
869
872
|
Vary:
|
870
873
|
- X-Auth-Token
|
871
874
|
X-Openstack-Request-Id:
|
872
|
-
- req-
|
875
|
+
- req-b49c74da-7afe-41e0-b760-b3953500f7fe
|
873
876
|
Content-Length:
|
874
877
|
- '154'
|
875
878
|
Content-Type:
|
@@ -886,10 +889,10 @@ http_interactions:
|
|
886
889
|
encoding: UTF-8
|
887
890
|
string: ''
|
888
891
|
http_version:
|
889
|
-
recorded_at:
|
892
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
890
893
|
- request:
|
891
894
|
method: get
|
892
|
-
uri: http://
|
895
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users
|
893
896
|
body:
|
894
897
|
encoding: US-ASCII
|
895
898
|
string: ''
|
@@ -903,20 +906,20 @@ http_interactions:
|
|
903
906
|
Accept:
|
904
907
|
- application/json
|
905
908
|
X-Auth-Token:
|
906
|
-
-
|
909
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
907
910
|
response:
|
908
911
|
status:
|
909
912
|
code: 200
|
910
913
|
message: ''
|
911
914
|
headers:
|
912
915
|
Date:
|
913
|
-
-
|
916
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
914
917
|
Server:
|
915
918
|
- Apache/2.4.7 (Ubuntu)
|
916
919
|
Vary:
|
917
920
|
- X-Auth-Token
|
918
921
|
X-Openstack-Request-Id:
|
919
|
-
- req-
|
922
|
+
- req-9968c486-f057-4d30-9933-5045f7cf6e8e
|
920
923
|
Content-Length:
|
921
924
|
- '364'
|
922
925
|
Content-Type:
|
@@ -931,15 +934,15 @@ http_interactions:
|
|
931
934
|
- keep-alive
|
932
935
|
body:
|
933
936
|
encoding: UTF-8
|
934
|
-
string: '{"users": [{"name": "foobar2", "links": {"self": "http://
|
937
|
+
string: '{"users": [{"name": "foobar2", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/e0c14e5a4a5b4be1bbf96adbd9c6de22"},
|
935
938
|
"domain_id": "default", "enabled": true, "email": "foobar2@example.com", "id":
|
936
|
-
"
|
939
|
+
"e0c14e5a4a5b4be1bbf96adbd9c6de22"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users",
|
937
940
|
"previous": null, "next": null}}'
|
938
941
|
http_version:
|
939
|
-
recorded_at:
|
942
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
940
943
|
- request:
|
941
944
|
method: delete
|
942
|
-
uri: http://
|
945
|
+
uri: http://devstack.openstack.stack:35357/v3/users/8616a1ffd2c640f1b0d4d53c25f69c1c
|
943
946
|
body:
|
944
947
|
encoding: US-ASCII
|
945
948
|
string: ''
|
@@ -953,20 +956,20 @@ http_interactions:
|
|
953
956
|
Accept:
|
954
957
|
- application/json
|
955
958
|
X-Auth-Token:
|
956
|
-
-
|
959
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
957
960
|
response:
|
958
961
|
status:
|
959
962
|
code: 204
|
960
963
|
message: ''
|
961
964
|
headers:
|
962
965
|
Date:
|
963
|
-
-
|
966
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
964
967
|
Server:
|
965
968
|
- Apache/2.4.7 (Ubuntu)
|
966
969
|
Vary:
|
967
970
|
- X-Auth-Token
|
968
971
|
X-Openstack-Request-Id:
|
969
|
-
- req-
|
972
|
+
- req-7c393f0c-c3e6-43fb-9b79-f8c3cc364ada
|
970
973
|
Content-Length:
|
971
974
|
- '0'
|
972
975
|
X-Cache:
|
@@ -981,10 +984,10 @@ http_interactions:
|
|
981
984
|
encoding: UTF-8
|
982
985
|
string: ''
|
983
986
|
http_version:
|
984
|
-
recorded_at:
|
987
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
985
988
|
- request:
|
986
989
|
method: delete
|
987
|
-
uri: http://
|
990
|
+
uri: http://devstack.openstack.stack:35357/v3/users/e0c14e5a4a5b4be1bbf96adbd9c6de22
|
988
991
|
body:
|
989
992
|
encoding: US-ASCII
|
990
993
|
string: ''
|
@@ -998,20 +1001,20 @@ http_interactions:
|
|
998
1001
|
Accept:
|
999
1002
|
- application/json
|
1000
1003
|
X-Auth-Token:
|
1001
|
-
-
|
1004
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1002
1005
|
response:
|
1003
1006
|
status:
|
1004
1007
|
code: 204
|
1005
1008
|
message: ''
|
1006
1009
|
headers:
|
1007
1010
|
Date:
|
1008
|
-
-
|
1011
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
1009
1012
|
Server:
|
1010
1013
|
- Apache/2.4.7 (Ubuntu)
|
1011
1014
|
Vary:
|
1012
1015
|
- X-Auth-Token
|
1013
1016
|
X-Openstack-Request-Id:
|
1014
|
-
- req-
|
1017
|
+
- req-ff09c40e-665e-484e-82f1-d019aef8d312
|
1015
1018
|
Content-Length:
|
1016
1019
|
- '0'
|
1017
1020
|
X-Cache:
|
@@ -1026,10 +1029,10 @@ http_interactions:
|
|
1026
1029
|
encoding: UTF-8
|
1027
1030
|
string: ''
|
1028
1031
|
http_version:
|
1029
|
-
recorded_at:
|
1032
|
+
recorded_at: Wed, 28 Oct 2015 16:05:21 GMT
|
1030
1033
|
- request:
|
1031
1034
|
method: head
|
1032
|
-
uri: http://
|
1035
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users/e0c14e5a4a5b4be1bbf96adbd9c6de22
|
1033
1036
|
body:
|
1034
1037
|
encoding: US-ASCII
|
1035
1038
|
string: ''
|
@@ -1043,20 +1046,20 @@ http_interactions:
|
|
1043
1046
|
Accept:
|
1044
1047
|
- application/json
|
1045
1048
|
X-Auth-Token:
|
1046
|
-
-
|
1049
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1047
1050
|
response:
|
1048
1051
|
status:
|
1049
1052
|
code: 404
|
1050
1053
|
message: ''
|
1051
1054
|
headers:
|
1052
1055
|
Date:
|
1053
|
-
-
|
1056
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
1054
1057
|
Server:
|
1055
1058
|
- Apache/2.4.7 (Ubuntu)
|
1056
1059
|
Vary:
|
1057
1060
|
- X-Auth-Token
|
1058
1061
|
X-Openstack-Request-Id:
|
1059
|
-
- req-
|
1062
|
+
- req-940c6008-7a14-4fb4-97e9-e7560603d213
|
1060
1063
|
Content-Length:
|
1061
1064
|
- '114'
|
1062
1065
|
Content-Type:
|
@@ -1073,10 +1076,10 @@ http_interactions:
|
|
1073
1076
|
encoding: UTF-8
|
1074
1077
|
string: ''
|
1075
1078
|
http_version:
|
1076
|
-
recorded_at:
|
1079
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
1077
1080
|
- request:
|
1078
1081
|
method: get
|
1079
|
-
uri: http://
|
1082
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users
|
1080
1083
|
body:
|
1081
1084
|
encoding: US-ASCII
|
1082
1085
|
string: ''
|
@@ -1090,20 +1093,20 @@ http_interactions:
|
|
1090
1093
|
Accept:
|
1091
1094
|
- application/json
|
1092
1095
|
X-Auth-Token:
|
1093
|
-
-
|
1096
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1094
1097
|
response:
|
1095
1098
|
status:
|
1096
1099
|
code: 200
|
1097
1100
|
message: ''
|
1098
1101
|
headers:
|
1099
1102
|
Date:
|
1100
|
-
-
|
1103
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
1101
1104
|
Server:
|
1102
1105
|
- Apache/2.4.7 (Ubuntu)
|
1103
1106
|
Vary:
|
1104
1107
|
- X-Auth-Token
|
1105
1108
|
X-Openstack-Request-Id:
|
1106
|
-
- req-
|
1109
|
+
- req-0048d169-8244-4945-a64a-13de7228ecad
|
1107
1110
|
Content-Length:
|
1108
1111
|
- '141'
|
1109
1112
|
Content-Type:
|
@@ -1118,13 +1121,13 @@ http_interactions:
|
|
1118
1121
|
- keep-alive
|
1119
1122
|
body:
|
1120
1123
|
encoding: UTF-8
|
1121
|
-
string: '{"users": [], "links": {"self": "http://
|
1124
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c/users",
|
1122
1125
|
"previous": null, "next": null}}'
|
1123
1126
|
http_version:
|
1124
|
-
recorded_at:
|
1127
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
1125
1128
|
- request:
|
1126
1129
|
method: delete
|
1127
|
-
uri: http://
|
1130
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c
|
1128
1131
|
body:
|
1129
1132
|
encoding: US-ASCII
|
1130
1133
|
string: ''
|
@@ -1138,20 +1141,20 @@ http_interactions:
|
|
1138
1141
|
Accept:
|
1139
1142
|
- application/json
|
1140
1143
|
X-Auth-Token:
|
1141
|
-
-
|
1144
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1142
1145
|
response:
|
1143
1146
|
status:
|
1144
1147
|
code: 204
|
1145
1148
|
message: ''
|
1146
1149
|
headers:
|
1147
1150
|
Date:
|
1148
|
-
-
|
1151
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
1149
1152
|
Server:
|
1150
1153
|
- Apache/2.4.7 (Ubuntu)
|
1151
1154
|
Vary:
|
1152
1155
|
- X-Auth-Token
|
1153
1156
|
X-Openstack-Request-Id:
|
1154
|
-
- req-
|
1157
|
+
- req-bbe50caa-8703-4ba9-98e7-24d76c3639aa
|
1155
1158
|
Content-Length:
|
1156
1159
|
- '0'
|
1157
1160
|
X-Cache:
|
@@ -1166,10 +1169,10 @@ http_interactions:
|
|
1166
1169
|
encoding: UTF-8
|
1167
1170
|
string: ''
|
1168
1171
|
http_version:
|
1169
|
-
recorded_at:
|
1172
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
1170
1173
|
- request:
|
1171
1174
|
method: get
|
1172
|
-
uri: http://
|
1175
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
1173
1176
|
body:
|
1174
1177
|
encoding: US-ASCII
|
1175
1178
|
string: ''
|
@@ -1183,20 +1186,20 @@ http_interactions:
|
|
1183
1186
|
Accept:
|
1184
1187
|
- application/json
|
1185
1188
|
X-Auth-Token:
|
1186
|
-
-
|
1189
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1187
1190
|
response:
|
1188
1191
|
status:
|
1189
1192
|
code: 200
|
1190
1193
|
message: ''
|
1191
1194
|
headers:
|
1192
1195
|
Date:
|
1193
|
-
-
|
1196
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
1194
1197
|
Server:
|
1195
1198
|
- Apache/2.4.7 (Ubuntu)
|
1196
1199
|
Vary:
|
1197
1200
|
- X-Auth-Token
|
1198
1201
|
X-Openstack-Request-Id:
|
1199
|
-
- req-
|
1202
|
+
- req-a99e8e52-7f12-4ab9-aabb-e927fbfc793a
|
1200
1203
|
Content-Length:
|
1201
1204
|
- '530'
|
1202
1205
|
Content-Type:
|
@@ -1211,17 +1214,17 @@ http_interactions:
|
|
1211
1214
|
- keep-alive
|
1212
1215
|
body:
|
1213
1216
|
encoding: UTF-8
|
1214
|
-
string: '{"links": {"self": "http://
|
1217
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/groups", "previous":
|
1215
1218
|
null, "next": null}, "groups": [{"domain_id": "default", "description": "non-admin
|
1216
|
-
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://
|
1219
|
+
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
1217
1220
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
1218
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
1221
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
1219
1222
|
"name": "admins"}]}'
|
1220
1223
|
http_version:
|
1221
|
-
recorded_at:
|
1224
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
1222
1225
|
- request:
|
1223
1226
|
method: get
|
1224
|
-
uri: http://
|
1227
|
+
uri: http://devstack.openstack.stack:35357/v3/groups/54e18605644f4416a1d43998a4e0cf0c
|
1225
1228
|
body:
|
1226
1229
|
encoding: US-ASCII
|
1227
1230
|
string: ''
|
@@ -1235,20 +1238,20 @@ http_interactions:
|
|
1235
1238
|
Accept:
|
1236
1239
|
- application/json
|
1237
1240
|
X-Auth-Token:
|
1238
|
-
-
|
1241
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1239
1242
|
response:
|
1240
1243
|
status:
|
1241
1244
|
code: 404
|
1242
1245
|
message: ''
|
1243
1246
|
headers:
|
1244
1247
|
Date:
|
1245
|
-
-
|
1248
|
+
- Wed, 28 Oct 2015 16:05:41 GMT
|
1246
1249
|
Server:
|
1247
1250
|
- Apache/2.4.7 (Ubuntu)
|
1248
1251
|
Vary:
|
1249
1252
|
- X-Auth-Token
|
1250
1253
|
X-Openstack-Request-Id:
|
1251
|
-
- req-
|
1254
|
+
- req-d05957a0-c999-42f9-9661-eb576aeb572f
|
1252
1255
|
Content-Length:
|
1253
1256
|
- '115'
|
1254
1257
|
Content-Type:
|
@@ -1263,13 +1266,13 @@ http_interactions:
|
|
1263
1266
|
- keep-alive
|
1264
1267
|
body:
|
1265
1268
|
encoding: UTF-8
|
1266
|
-
string: '{"error": {"message": "Could not find group:
|
1269
|
+
string: '{"error": {"message": "Could not find group: 54e18605644f4416a1d43998a4e0cf0c",
|
1267
1270
|
"code": 404, "title": "Not Found"}}'
|
1268
1271
|
http_version:
|
1269
|
-
recorded_at:
|
1272
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
1270
1273
|
- request:
|
1271
1274
|
method: get
|
1272
|
-
uri: http://
|
1275
|
+
uri: http://devstack.openstack.stack:35357/v3/groups
|
1273
1276
|
body:
|
1274
1277
|
encoding: US-ASCII
|
1275
1278
|
string: ''
|
@@ -1283,20 +1286,20 @@ http_interactions:
|
|
1283
1286
|
Accept:
|
1284
1287
|
- application/json
|
1285
1288
|
X-Auth-Token:
|
1286
|
-
-
|
1289
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
1287
1290
|
response:
|
1288
1291
|
status:
|
1289
1292
|
code: 200
|
1290
1293
|
message: ''
|
1291
1294
|
headers:
|
1292
1295
|
Date:
|
1293
|
-
-
|
1296
|
+
- Wed, 28 Oct 2015 16:05:42 GMT
|
1294
1297
|
Server:
|
1295
1298
|
- Apache/2.4.7 (Ubuntu)
|
1296
1299
|
Vary:
|
1297
1300
|
- X-Auth-Token
|
1298
1301
|
X-Openstack-Request-Id:
|
1299
|
-
- req-
|
1302
|
+
- req-585de77e-174a-4dd1-a4ba-c28539dda285
|
1300
1303
|
Content-Length:
|
1301
1304
|
- '530'
|
1302
1305
|
Content-Type:
|
@@ -1311,12 +1314,12 @@ http_interactions:
|
|
1311
1314
|
- keep-alive
|
1312
1315
|
body:
|
1313
1316
|
encoding: UTF-8
|
1314
|
-
string: '{"links": {"self": "http://
|
1317
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/groups", "previous":
|
1315
1318
|
null, "next": null}, "groups": [{"domain_id": "default", "description": "non-admin
|
1316
|
-
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://
|
1319
|
+
group", "id": "671b345e55bf4223a52ef31a321b1683", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/671b345e55bf4223a52ef31a321b1683"},
|
1317
1320
|
"name": "nonadmins"}, {"domain_id": "default", "description": "openstack admin
|
1318
|
-
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://
|
1321
|
+
group", "id": "e91be21569d94bea9a058e729f2e0199", "links": {"self": "http://devstack.openstack.stack:35357/v3/groups/e91be21569d94bea9a058e729f2e0199"},
|
1319
1322
|
"name": "admins"}]}'
|
1320
1323
|
http_version:
|
1321
|
-
recorded_at:
|
1324
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
1322
1325
|
recorded_with: VCR 2.9.3
|