fog 1.35.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/roles
|
|
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:48 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-f6a2cc8b-b3d1-442a-b754-fce880d21c7e
|
|
33
33
|
Content-Length:
|
|
34
34
|
- '866'
|
|
35
35
|
Content-Type:
|
|
@@ -44,22 +44,22 @@ 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/roles", "previous":
|
|
48
48
|
null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
|
|
49
|
-
"links": {"self": "http://
|
|
49
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
|
|
50
50
|
"name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
|
|
51
|
-
{"self": "http://
|
|
51
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
|
|
52
52
|
"name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
|
|
53
|
-
{"self": "http://
|
|
53
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
|
|
54
54
|
"name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
|
|
55
|
-
"http://
|
|
56
|
-
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://
|
|
55
|
+
"http://devstack.openstack.stack:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
|
|
56
|
+
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
|
|
57
57
|
"name": "Member"}]}'
|
|
58
58
|
http_version:
|
|
59
|
-
recorded_at:
|
|
59
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
60
60
|
- request:
|
|
61
61
|
method: get
|
|
62
|
-
uri: http://
|
|
62
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
|
63
63
|
body:
|
|
64
64
|
encoding: US-ASCII
|
|
65
65
|
string: ''
|
|
@@ -73,20 +73,20 @@ http_interactions:
|
|
|
73
73
|
Accept:
|
|
74
74
|
- application/json
|
|
75
75
|
X-Auth-Token:
|
|
76
|
-
-
|
|
76
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
77
77
|
response:
|
|
78
78
|
status:
|
|
79
79
|
code: 200
|
|
80
80
|
message: ''
|
|
81
81
|
headers:
|
|
82
82
|
Date:
|
|
83
|
-
-
|
|
83
|
+
- Wed, 28 Oct 2015 16:05:48 GMT
|
|
84
84
|
Server:
|
|
85
85
|
- Apache/2.4.7 (Ubuntu)
|
|
86
86
|
Vary:
|
|
87
87
|
- X-Auth-Token
|
|
88
88
|
X-Openstack-Request-Id:
|
|
89
|
-
- req-
|
|
89
|
+
- req-f7d03edc-9190-4c53-b8c4-a458574e6e25
|
|
90
90
|
Content-Length:
|
|
91
91
|
- '866'
|
|
92
92
|
Content-Type:
|
|
@@ -101,22 +101,22 @@ http_interactions:
|
|
|
101
101
|
- keep-alive
|
|
102
102
|
body:
|
|
103
103
|
encoding: UTF-8
|
|
104
|
-
string: '{"links": {"self": "http://
|
|
104
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
|
|
105
105
|
null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
|
|
106
|
-
"links": {"self": "http://
|
|
106
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
|
|
107
107
|
"name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
|
|
108
|
-
{"self": "http://
|
|
108
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
|
|
109
109
|
"name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
|
|
110
|
-
{"self": "http://
|
|
110
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
|
|
111
111
|
"name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
|
|
112
|
-
"http://
|
|
113
|
-
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://
|
|
112
|
+
"http://devstack.openstack.stack:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
|
|
113
|
+
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
|
|
114
114
|
"name": "Member"}]}'
|
|
115
115
|
http_version:
|
|
116
|
-
recorded_at:
|
|
116
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
117
117
|
- request:
|
|
118
118
|
method: get
|
|
119
|
-
uri: http://
|
|
119
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
|
120
120
|
body:
|
|
121
121
|
encoding: US-ASCII
|
|
122
122
|
string: ''
|
|
@@ -130,20 +130,20 @@ http_interactions:
|
|
|
130
130
|
Accept:
|
|
131
131
|
- application/json
|
|
132
132
|
X-Auth-Token:
|
|
133
|
-
-
|
|
133
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
134
134
|
response:
|
|
135
135
|
status:
|
|
136
136
|
code: 200
|
|
137
137
|
message: ''
|
|
138
138
|
headers:
|
|
139
139
|
Date:
|
|
140
|
-
-
|
|
140
|
+
- Wed, 28 Oct 2015 16:05:48 GMT
|
|
141
141
|
Server:
|
|
142
142
|
- Apache/2.4.7 (Ubuntu)
|
|
143
143
|
Vary:
|
|
144
144
|
- X-Auth-Token
|
|
145
145
|
X-Openstack-Request-Id:
|
|
146
|
-
- req-
|
|
146
|
+
- req-c6664aec-6dc4-49d2-9a79-278314cb3372
|
|
147
147
|
Content-Length:
|
|
148
148
|
- '866'
|
|
149
149
|
Content-Type:
|
|
@@ -158,22 +158,22 @@ http_interactions:
|
|
|
158
158
|
- keep-alive
|
|
159
159
|
body:
|
|
160
160
|
encoding: UTF-8
|
|
161
|
-
string: '{"links": {"self": "http://
|
|
161
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
|
|
162
162
|
null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
|
|
163
|
-
"links": {"self": "http://
|
|
163
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
|
|
164
164
|
"name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
|
|
165
|
-
{"self": "http://
|
|
165
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
|
|
166
166
|
"name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
|
|
167
|
-
{"self": "http://
|
|
167
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
|
|
168
168
|
"name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
|
|
169
|
-
"http://
|
|
170
|
-
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://
|
|
169
|
+
"http://devstack.openstack.stack:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
|
|
170
|
+
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
|
|
171
171
|
"name": "Member"}]}'
|
|
172
172
|
http_version:
|
|
173
|
-
recorded_at:
|
|
173
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
174
174
|
- request:
|
|
175
175
|
method: get
|
|
176
|
-
uri: http://
|
|
176
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
|
177
177
|
body:
|
|
178
178
|
encoding: US-ASCII
|
|
179
179
|
string: ''
|
|
@@ -187,20 +187,20 @@ http_interactions:
|
|
|
187
187
|
Accept:
|
|
188
188
|
- application/json
|
|
189
189
|
X-Auth-Token:
|
|
190
|
-
-
|
|
190
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
191
191
|
response:
|
|
192
192
|
status:
|
|
193
193
|
code: 200
|
|
194
194
|
message: ''
|
|
195
195
|
headers:
|
|
196
196
|
Date:
|
|
197
|
-
-
|
|
197
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
198
198
|
Server:
|
|
199
199
|
- Apache/2.4.7 (Ubuntu)
|
|
200
200
|
Vary:
|
|
201
201
|
- X-Auth-Token
|
|
202
202
|
X-Openstack-Request-Id:
|
|
203
|
-
- req-
|
|
203
|
+
- req-295ea8b2-a670-4a0a-95ac-c982431c5bf0
|
|
204
204
|
Content-Length:
|
|
205
205
|
- '866'
|
|
206
206
|
Content-Type:
|
|
@@ -215,22 +215,22 @@ http_interactions:
|
|
|
215
215
|
- keep-alive
|
|
216
216
|
body:
|
|
217
217
|
encoding: UTF-8
|
|
218
|
-
string: '{"links": {"self": "http://
|
|
218
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
|
|
219
219
|
null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
|
|
220
|
-
"links": {"self": "http://
|
|
220
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
|
|
221
221
|
"name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
|
|
222
|
-
{"self": "http://
|
|
222
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
|
|
223
223
|
"name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
|
|
224
|
-
{"self": "http://
|
|
224
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
|
|
225
225
|
"name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
|
|
226
|
-
"http://
|
|
227
|
-
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://
|
|
226
|
+
"http://devstack.openstack.stack:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
|
|
227
|
+
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
|
|
228
228
|
"name": "Member"}]}'
|
|
229
229
|
http_version:
|
|
230
|
-
recorded_at:
|
|
230
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
231
231
|
- request:
|
|
232
232
|
method: get
|
|
233
|
-
uri: http://
|
|
233
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/atlantis
|
|
234
234
|
body:
|
|
235
235
|
encoding: US-ASCII
|
|
236
236
|
string: ''
|
|
@@ -244,20 +244,20 @@ http_interactions:
|
|
|
244
244
|
Accept:
|
|
245
245
|
- application/json
|
|
246
246
|
X-Auth-Token:
|
|
247
|
-
-
|
|
247
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
248
248
|
response:
|
|
249
249
|
status:
|
|
250
250
|
code: 404
|
|
251
251
|
message: ''
|
|
252
252
|
headers:
|
|
253
253
|
Date:
|
|
254
|
-
-
|
|
254
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
255
255
|
Server:
|
|
256
256
|
- Apache/2.4.7 (Ubuntu)
|
|
257
257
|
Vary:
|
|
258
258
|
- X-Auth-Token
|
|
259
259
|
X-Openstack-Request-Id:
|
|
260
|
-
- req-
|
|
260
|
+
- req-ae46484a-6e32-4998-8c3a-48e52836f2ea
|
|
261
261
|
Content-Length:
|
|
262
262
|
- '90'
|
|
263
263
|
Content-Type:
|
|
@@ -275,5 +275,5 @@ http_interactions:
|
|
|
275
275
|
string: '{"error": {"message": "Could not find role: atlantis", "code": 404,
|
|
276
276
|
"title": "Not Found"}}'
|
|
277
277
|
http_version:
|
|
278
|
-
recorded_at:
|
|
278
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
279
279
|
recorded_with: VCR 2.9.3
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
http_interactions:
|
|
3
3
|
- request:
|
|
4
4
|
method: post
|
|
5
|
-
uri: http://
|
|
5
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
|
6
6
|
body:
|
|
7
7
|
encoding: UTF-8
|
|
8
8
|
string: '{"role":{"name":"foobar23"}}'
|
|
@@ -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: 201
|
|
23
23
|
message: ''
|
|
24
24
|
headers:
|
|
25
25
|
Date:
|
|
26
|
-
-
|
|
26
|
+
- Wed, 28 Oct 2015 16:05:49 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-d52bf626-4578-4625-b3d3-3fa1f046b1af
|
|
33
33
|
Content-Length:
|
|
34
34
|
- '161'
|
|
35
35
|
Content-Type:
|
|
@@ -44,14 +44,14 @@ http_interactions:
|
|
|
44
44
|
- keep-alive
|
|
45
45
|
body:
|
|
46
46
|
encoding: UTF-8
|
|
47
|
-
string: '{"role": {"id": "
|
|
48
|
-
"http://
|
|
47
|
+
string: '{"role": {"id": "ebb79841df524dac8b4fc4fa031c2da5", "links": {"self":
|
|
48
|
+
"http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5"}, "name":
|
|
49
49
|
"foobar23"}}'
|
|
50
50
|
http_version:
|
|
51
|
-
recorded_at:
|
|
51
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
52
52
|
- request:
|
|
53
53
|
method: get
|
|
54
|
-
uri: http://
|
|
54
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=foobar23
|
|
55
55
|
body:
|
|
56
56
|
encoding: US-ASCII
|
|
57
57
|
string: ''
|
|
@@ -65,20 +65,20 @@ http_interactions:
|
|
|
65
65
|
Accept:
|
|
66
66
|
- application/json
|
|
67
67
|
X-Auth-Token:
|
|
68
|
-
-
|
|
68
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
69
69
|
response:
|
|
70
70
|
status:
|
|
71
71
|
code: 200
|
|
72
72
|
message: ''
|
|
73
73
|
headers:
|
|
74
74
|
Date:
|
|
75
|
-
-
|
|
75
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
76
76
|
Server:
|
|
77
77
|
- Apache/2.4.7 (Ubuntu)
|
|
78
78
|
Vary:
|
|
79
79
|
- X-Auth-Token
|
|
80
80
|
X-Openstack-Request-Id:
|
|
81
|
-
- req-
|
|
81
|
+
- req-d16beb79-8690-4843-8270-70d526c8b7e8
|
|
82
82
|
Content-Length:
|
|
83
83
|
- '266'
|
|
84
84
|
Content-Type:
|
|
@@ -93,15 +93,15 @@ http_interactions:
|
|
|
93
93
|
- keep-alive
|
|
94
94
|
body:
|
|
95
95
|
encoding: UTF-8
|
|
96
|
-
string: '{"links": {"self": "http://
|
|
97
|
-
"previous": null, "next": null}, "roles": [{"id": "
|
|
98
|
-
"links": {"self": "http://
|
|
96
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=foobar23",
|
|
97
|
+
"previous": null, "next": null}, "roles": [{"id": "ebb79841df524dac8b4fc4fa031c2da5",
|
|
98
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5"},
|
|
99
99
|
"name": "foobar23"}]}'
|
|
100
100
|
http_version:
|
|
101
|
-
recorded_at:
|
|
101
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
102
102
|
- request:
|
|
103
103
|
method: patch
|
|
104
|
-
uri: http://
|
|
104
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5
|
|
105
105
|
body:
|
|
106
106
|
encoding: UTF-8
|
|
107
107
|
string: '{"role":{"name":"baz23"}}'
|
|
@@ -115,20 +115,20 @@ http_interactions:
|
|
|
115
115
|
Accept:
|
|
116
116
|
- application/json
|
|
117
117
|
X-Auth-Token:
|
|
118
|
-
-
|
|
118
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
119
119
|
response:
|
|
120
120
|
status:
|
|
121
121
|
code: 200
|
|
122
122
|
message: ''
|
|
123
123
|
headers:
|
|
124
124
|
Date:
|
|
125
|
-
-
|
|
125
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
126
126
|
Server:
|
|
127
127
|
- Apache/2.4.7 (Ubuntu)
|
|
128
128
|
Vary:
|
|
129
129
|
- X-Auth-Token
|
|
130
130
|
X-Openstack-Request-Id:
|
|
131
|
-
- req-
|
|
131
|
+
- req-b37d6672-b597-4719-9c4f-6159b5317082
|
|
132
132
|
Content-Length:
|
|
133
133
|
- '158'
|
|
134
134
|
Content-Type:
|
|
@@ -143,14 +143,14 @@ http_interactions:
|
|
|
143
143
|
- keep-alive
|
|
144
144
|
body:
|
|
145
145
|
encoding: UTF-8
|
|
146
|
-
string: '{"role": {"id": "
|
|
147
|
-
"http://
|
|
146
|
+
string: '{"role": {"id": "ebb79841df524dac8b4fc4fa031c2da5", "links": {"self":
|
|
147
|
+
"http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5"}, "name":
|
|
148
148
|
"baz23"}}'
|
|
149
149
|
http_version:
|
|
150
|
-
recorded_at:
|
|
150
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
151
151
|
- request:
|
|
152
152
|
method: get
|
|
153
|
-
uri: http://
|
|
153
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=baz23
|
|
154
154
|
body:
|
|
155
155
|
encoding: US-ASCII
|
|
156
156
|
string: ''
|
|
@@ -164,20 +164,20 @@ http_interactions:
|
|
|
164
164
|
Accept:
|
|
165
165
|
- application/json
|
|
166
166
|
X-Auth-Token:
|
|
167
|
-
-
|
|
167
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
168
168
|
response:
|
|
169
169
|
status:
|
|
170
170
|
code: 200
|
|
171
171
|
message: ''
|
|
172
172
|
headers:
|
|
173
173
|
Date:
|
|
174
|
-
-
|
|
174
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
175
175
|
Server:
|
|
176
176
|
- Apache/2.4.7 (Ubuntu)
|
|
177
177
|
Vary:
|
|
178
178
|
- X-Auth-Token
|
|
179
179
|
X-Openstack-Request-Id:
|
|
180
|
-
- req-
|
|
180
|
+
- req-4d426628-66f7-4dfb-9640-4ff26cd894d7
|
|
181
181
|
Content-Length:
|
|
182
182
|
- '260'
|
|
183
183
|
Content-Type:
|
|
@@ -192,15 +192,15 @@ http_interactions:
|
|
|
192
192
|
- keep-alive
|
|
193
193
|
body:
|
|
194
194
|
encoding: UTF-8
|
|
195
|
-
string: '{"links": {"self": "http://
|
|
196
|
-
"previous": null, "next": null}, "roles": [{"id": "
|
|
197
|
-
"links": {"self": "http://
|
|
195
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=baz23",
|
|
196
|
+
"previous": null, "next": null}, "roles": [{"id": "ebb79841df524dac8b4fc4fa031c2da5",
|
|
197
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5"},
|
|
198
198
|
"name": "baz23"}]}'
|
|
199
199
|
http_version:
|
|
200
|
-
recorded_at:
|
|
200
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
201
201
|
- request:
|
|
202
202
|
method: get
|
|
203
|
-
uri: http://
|
|
203
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
|
204
204
|
body:
|
|
205
205
|
encoding: US-ASCII
|
|
206
206
|
string: ''
|
|
@@ -214,20 +214,20 @@ http_interactions:
|
|
|
214
214
|
Accept:
|
|
215
215
|
- application/json
|
|
216
216
|
X-Auth-Token:
|
|
217
|
-
-
|
|
217
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
218
218
|
response:
|
|
219
219
|
status:
|
|
220
220
|
code: 200
|
|
221
221
|
message: ''
|
|
222
222
|
headers:
|
|
223
223
|
Date:
|
|
224
|
-
-
|
|
224
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
225
225
|
Server:
|
|
226
226
|
- Apache/2.4.7 (Ubuntu)
|
|
227
227
|
Vary:
|
|
228
228
|
- X-Auth-Token
|
|
229
229
|
X-Openstack-Request-Id:
|
|
230
|
-
- req-
|
|
230
|
+
- req-3346115e-6deb-497a-bb25-7e22366dba54
|
|
231
231
|
Content-Length:
|
|
232
232
|
- '1016'
|
|
233
233
|
Content-Type:
|
|
@@ -242,24 +242,24 @@ http_interactions:
|
|
|
242
242
|
- keep-alive
|
|
243
243
|
body:
|
|
244
244
|
encoding: UTF-8
|
|
245
|
-
string: '{"links": {"self": "http://
|
|
246
|
-
null, "next": null}, "roles": [{"id": "
|
|
247
|
-
"links": {"self": "http://
|
|
248
|
-
"name": "
|
|
249
|
-
"http://
|
|
250
|
-
"
|
|
251
|
-
"http://
|
|
252
|
-
"
|
|
253
|
-
"http://
|
|
254
|
-
"
|
|
245
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
|
|
246
|
+
null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
|
|
247
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
|
|
248
|
+
"name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
|
|
249
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
|
|
250
|
+
"name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
|
|
251
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
|
|
252
|
+
"name": "admin"}, {"id": "ebb79841df524dac8b4fc4fa031c2da5", "links": {"self":
|
|
253
|
+
"http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5"}, "name":
|
|
254
|
+
"baz23"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"},
|
|
255
255
|
"name": "service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self":
|
|
256
|
-
"http://
|
|
256
|
+
"http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"}, "name":
|
|
257
257
|
"Member"}]}'
|
|
258
258
|
http_version:
|
|
259
|
-
recorded_at:
|
|
259
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
260
260
|
- request:
|
|
261
261
|
method: delete
|
|
262
|
-
uri: http://
|
|
262
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5
|
|
263
263
|
body:
|
|
264
264
|
encoding: US-ASCII
|
|
265
265
|
string: ''
|
|
@@ -273,20 +273,20 @@ http_interactions:
|
|
|
273
273
|
Accept:
|
|
274
274
|
- application/json
|
|
275
275
|
X-Auth-Token:
|
|
276
|
-
-
|
|
276
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
277
277
|
response:
|
|
278
278
|
status:
|
|
279
279
|
code: 204
|
|
280
280
|
message: ''
|
|
281
281
|
headers:
|
|
282
282
|
Date:
|
|
283
|
-
-
|
|
283
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
284
284
|
Server:
|
|
285
285
|
- Apache/2.4.7 (Ubuntu)
|
|
286
286
|
Vary:
|
|
287
287
|
- X-Auth-Token
|
|
288
288
|
X-Openstack-Request-Id:
|
|
289
|
-
- req-
|
|
289
|
+
- req-69432d03-2211-416b-b3d9-e80da549108c
|
|
290
290
|
Content-Length:
|
|
291
291
|
- '0'
|
|
292
292
|
X-Cache:
|
|
@@ -301,10 +301,10 @@ http_interactions:
|
|
|
301
301
|
encoding: UTF-8
|
|
302
302
|
string: ''
|
|
303
303
|
http_version:
|
|
304
|
-
recorded_at:
|
|
304
|
+
recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
|
|
305
305
|
- request:
|
|
306
306
|
method: get
|
|
307
|
-
uri: http://
|
|
307
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
|
308
308
|
body:
|
|
309
309
|
encoding: US-ASCII
|
|
310
310
|
string: ''
|
|
@@ -318,20 +318,20 @@ http_interactions:
|
|
|
318
318
|
Accept:
|
|
319
319
|
- application/json
|
|
320
320
|
X-Auth-Token:
|
|
321
|
-
-
|
|
321
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
322
322
|
response:
|
|
323
323
|
status:
|
|
324
324
|
code: 200
|
|
325
325
|
message: ''
|
|
326
326
|
headers:
|
|
327
327
|
Date:
|
|
328
|
-
-
|
|
328
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
329
329
|
Server:
|
|
330
330
|
- Apache/2.4.7 (Ubuntu)
|
|
331
331
|
Vary:
|
|
332
332
|
- X-Auth-Token
|
|
333
333
|
X-Openstack-Request-Id:
|
|
334
|
-
- req-
|
|
334
|
+
- req-d59b8c6a-42f4-4f25-8aa5-c6d62e578bdb
|
|
335
335
|
Content-Length:
|
|
336
336
|
- '866'
|
|
337
337
|
Content-Type:
|
|
@@ -346,22 +346,22 @@ http_interactions:
|
|
|
346
346
|
- keep-alive
|
|
347
347
|
body:
|
|
348
348
|
encoding: UTF-8
|
|
349
|
-
string: '{"links": {"self": "http://
|
|
349
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
|
|
350
350
|
null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
|
|
351
|
-
"links": {"self": "http://
|
|
351
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
|
|
352
352
|
"name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
|
|
353
|
-
{"self": "http://
|
|
353
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
|
|
354
354
|
"name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
|
|
355
|
-
{"self": "http://
|
|
355
|
+
{"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
|
|
356
356
|
"name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
|
|
357
|
-
"http://
|
|
358
|
-
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://
|
|
357
|
+
"http://devstack.openstack.stack:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
|
|
358
|
+
"service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
|
|
359
359
|
"name": "Member"}]}'
|
|
360
360
|
http_version:
|
|
361
|
-
recorded_at:
|
|
361
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
|
362
362
|
- request:
|
|
363
363
|
method: get
|
|
364
|
-
uri: http://
|
|
364
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/ebb79841df524dac8b4fc4fa031c2da5
|
|
365
365
|
body:
|
|
366
366
|
encoding: US-ASCII
|
|
367
367
|
string: ''
|
|
@@ -375,20 +375,20 @@ http_interactions:
|
|
|
375
375
|
Accept:
|
|
376
376
|
- application/json
|
|
377
377
|
X-Auth-Token:
|
|
378
|
-
-
|
|
378
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
379
379
|
response:
|
|
380
380
|
status:
|
|
381
381
|
code: 404
|
|
382
382
|
message: ''
|
|
383
383
|
headers:
|
|
384
384
|
Date:
|
|
385
|
-
-
|
|
385
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
386
386
|
Server:
|
|
387
387
|
- Apache/2.4.7 (Ubuntu)
|
|
388
388
|
Vary:
|
|
389
389
|
- X-Auth-Token
|
|
390
390
|
X-Openstack-Request-Id:
|
|
391
|
-
- req-
|
|
391
|
+
- req-f4b11efa-174e-44c9-86f1-68d5d632eea8
|
|
392
392
|
Content-Length:
|
|
393
393
|
- '114'
|
|
394
394
|
Content-Type:
|
|
@@ -403,13 +403,13 @@ http_interactions:
|
|
|
403
403
|
- keep-alive
|
|
404
404
|
body:
|
|
405
405
|
encoding: UTF-8
|
|
406
|
-
string: '{"error": {"message": "Could not find role:
|
|
406
|
+
string: '{"error": {"message": "Could not find role: ebb79841df524dac8b4fc4fa031c2da5",
|
|
407
407
|
"code": 404, "title": "Not Found"}}'
|
|
408
408
|
http_version:
|
|
409
|
-
recorded_at:
|
|
409
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
|
410
410
|
- request:
|
|
411
411
|
method: get
|
|
412
|
-
uri: http://
|
|
412
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=foobar23
|
|
413
413
|
body:
|
|
414
414
|
encoding: US-ASCII
|
|
415
415
|
string: ''
|
|
@@ -423,20 +423,20 @@ http_interactions:
|
|
|
423
423
|
Accept:
|
|
424
424
|
- application/json
|
|
425
425
|
X-Auth-Token:
|
|
426
|
-
-
|
|
426
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
427
427
|
response:
|
|
428
428
|
status:
|
|
429
429
|
code: 200
|
|
430
430
|
message: ''
|
|
431
431
|
headers:
|
|
432
432
|
Date:
|
|
433
|
-
-
|
|
433
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
434
434
|
Server:
|
|
435
435
|
- Apache/2.4.7 (Ubuntu)
|
|
436
436
|
Vary:
|
|
437
437
|
- X-Auth-Token
|
|
438
438
|
X-Openstack-Request-Id:
|
|
439
|
-
- req-
|
|
439
|
+
- req-660088e8-5311-4467-9db3-92c828be09d8
|
|
440
440
|
Content-Length:
|
|
441
441
|
- '115'
|
|
442
442
|
Content-Type:
|
|
@@ -451,13 +451,13 @@ http_interactions:
|
|
|
451
451
|
- keep-alive
|
|
452
452
|
body:
|
|
453
453
|
encoding: UTF-8
|
|
454
|
-
string: '{"links": {"self": "http://
|
|
454
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=foobar23",
|
|
455
455
|
"previous": null, "next": null}, "roles": []}'
|
|
456
456
|
http_version:
|
|
457
|
-
recorded_at:
|
|
457
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
|
458
458
|
- request:
|
|
459
459
|
method: get
|
|
460
|
-
uri: http://
|
|
460
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=baz23
|
|
461
461
|
body:
|
|
462
462
|
encoding: US-ASCII
|
|
463
463
|
string: ''
|
|
@@ -471,20 +471,20 @@ http_interactions:
|
|
|
471
471
|
Accept:
|
|
472
472
|
- application/json
|
|
473
473
|
X-Auth-Token:
|
|
474
|
-
-
|
|
474
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
475
475
|
response:
|
|
476
476
|
status:
|
|
477
477
|
code: 200
|
|
478
478
|
message: ''
|
|
479
479
|
headers:
|
|
480
480
|
Date:
|
|
481
|
-
-
|
|
481
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
482
482
|
Server:
|
|
483
483
|
- Apache/2.4.7 (Ubuntu)
|
|
484
484
|
Vary:
|
|
485
485
|
- X-Auth-Token
|
|
486
486
|
X-Openstack-Request-Id:
|
|
487
|
-
- req-
|
|
487
|
+
- req-290f77d0-9d5c-46e0-add1-5b8cb1983a21
|
|
488
488
|
Content-Length:
|
|
489
489
|
- '112'
|
|
490
490
|
Content-Type:
|
|
@@ -499,13 +499,13 @@ http_interactions:
|
|
|
499
499
|
- keep-alive
|
|
500
500
|
body:
|
|
501
501
|
encoding: UTF-8
|
|
502
|
-
string: '{"links": {"self": "http://
|
|
502
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=baz23",
|
|
503
503
|
"previous": null, "next": null}, "roles": []}'
|
|
504
504
|
http_version:
|
|
505
|
-
recorded_at:
|
|
505
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
|
506
506
|
- request:
|
|
507
507
|
method: get
|
|
508
|
-
uri: http://
|
|
508
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=foobar23
|
|
509
509
|
body:
|
|
510
510
|
encoding: US-ASCII
|
|
511
511
|
string: ''
|
|
@@ -519,20 +519,20 @@ http_interactions:
|
|
|
519
519
|
Accept:
|
|
520
520
|
- application/json
|
|
521
521
|
X-Auth-Token:
|
|
522
|
-
-
|
|
522
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
523
523
|
response:
|
|
524
524
|
status:
|
|
525
525
|
code: 200
|
|
526
526
|
message: ''
|
|
527
527
|
headers:
|
|
528
528
|
Date:
|
|
529
|
-
-
|
|
529
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
530
530
|
Server:
|
|
531
531
|
- Apache/2.4.7 (Ubuntu)
|
|
532
532
|
Vary:
|
|
533
533
|
- X-Auth-Token
|
|
534
534
|
X-Openstack-Request-Id:
|
|
535
|
-
- req-
|
|
535
|
+
- req-7918c114-37b1-4e97-b706-3eef0baac476
|
|
536
536
|
Content-Length:
|
|
537
537
|
- '115'
|
|
538
538
|
Content-Type:
|
|
@@ -547,13 +547,13 @@ http_interactions:
|
|
|
547
547
|
- keep-alive
|
|
548
548
|
body:
|
|
549
549
|
encoding: UTF-8
|
|
550
|
-
string: '{"links": {"self": "http://
|
|
550
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=foobar23",
|
|
551
551
|
"previous": null, "next": null}, "roles": []}'
|
|
552
552
|
http_version:
|
|
553
|
-
recorded_at:
|
|
553
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
|
554
554
|
- request:
|
|
555
555
|
method: get
|
|
556
|
-
uri: http://
|
|
556
|
+
uri: http://devstack.openstack.stack:35357/v3/roles?name=baz23
|
|
557
557
|
body:
|
|
558
558
|
encoding: US-ASCII
|
|
559
559
|
string: ''
|
|
@@ -567,20 +567,20 @@ http_interactions:
|
|
|
567
567
|
Accept:
|
|
568
568
|
- application/json
|
|
569
569
|
X-Auth-Token:
|
|
570
|
-
-
|
|
570
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
571
571
|
response:
|
|
572
572
|
status:
|
|
573
573
|
code: 200
|
|
574
574
|
message: ''
|
|
575
575
|
headers:
|
|
576
576
|
Date:
|
|
577
|
-
-
|
|
577
|
+
- Wed, 28 Oct 2015 16:05:49 GMT
|
|
578
578
|
Server:
|
|
579
579
|
- Apache/2.4.7 (Ubuntu)
|
|
580
580
|
Vary:
|
|
581
581
|
- X-Auth-Token
|
|
582
582
|
X-Openstack-Request-Id:
|
|
583
|
-
- req-
|
|
583
|
+
- req-1b124618-1912-450d-8160-64cd9ae6b469
|
|
584
584
|
Content-Length:
|
|
585
585
|
- '112'
|
|
586
586
|
Content-Type:
|
|
@@ -595,8 +595,8 @@ http_interactions:
|
|
|
595
595
|
- keep-alive
|
|
596
596
|
body:
|
|
597
597
|
encoding: UTF-8
|
|
598
|
-
string: '{"links": {"self": "http://
|
|
598
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles?name=baz23",
|
|
599
599
|
"previous": null, "next": null}, "roles": []}'
|
|
600
600
|
http_version:
|
|
601
|
-
recorded_at:
|
|
601
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
|
602
602
|
recorded_with: VCR 2.9.3
|