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/domains/default
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -16,22 +16,22 @@ 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:50 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-c08502fe-f32d-4373-8a71-bf5947d7b437
|
33
33
|
Content-Length:
|
34
|
-
- '
|
34
|
+
- '218'
|
35
35
|
Content-Type:
|
36
36
|
- application/json
|
37
37
|
X-Cache:
|
@@ -44,15 +44,14 @@ http_interactions:
|
|
44
44
|
- keep-alive
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"
|
47
|
+
string: '{"domain": {"links": {"self": "http://devstack.openstack.stack:35357/v3/domains/default"},
|
48
48
|
"enabled": true, "description": "Owns users and tenants (i.e. projects) available
|
49
|
-
on Identity API v2.", "name": "Default", "id": "default"}
|
50
|
-
"http://10.97.17.84:35357/v3/domains", "previous": null, "next": null}}'
|
49
|
+
on Identity API v2.", "name": "Default", "id": "default"}}'
|
51
50
|
http_version:
|
52
|
-
recorded_at:
|
51
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
53
52
|
- request:
|
54
53
|
method: post
|
55
|
-
uri: http://
|
54
|
+
uri: http://devstack.openstack.stack:35357/v3/projects
|
56
55
|
body:
|
57
56
|
encoding: UTF-8
|
58
57
|
string: '{"project":{"name":"p-foobar46"}}'
|
@@ -66,20 +65,20 @@ http_interactions:
|
|
66
65
|
Accept:
|
67
66
|
- application/json
|
68
67
|
X-Auth-Token:
|
69
|
-
-
|
68
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
70
69
|
response:
|
71
70
|
status:
|
72
71
|
code: 201
|
73
72
|
message: ''
|
74
73
|
headers:
|
75
74
|
Date:
|
76
|
-
-
|
75
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
77
76
|
Server:
|
78
77
|
- Apache/2.4.7 (Ubuntu)
|
79
78
|
Vary:
|
80
79
|
- X-Auth-Token
|
81
80
|
X-Openstack-Request-Id:
|
82
|
-
- req-
|
81
|
+
- req-5e7bef39-b3c9-4043-8874-80543cb5c3fb
|
83
82
|
Content-Length:
|
84
83
|
- '248'
|
85
84
|
Content-Type:
|
@@ -94,14 +93,14 @@ http_interactions:
|
|
94
93
|
- keep-alive
|
95
94
|
body:
|
96
95
|
encoding: UTF-8
|
97
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
98
|
-
"enabled": true, "id": "
|
96
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a"},
|
97
|
+
"enabled": true, "id": "f697afc4d4f34eba8f0f68881ed8176a", "parent_id": null,
|
99
98
|
"domain_id": "default", "name": "p-foobar46"}}'
|
100
99
|
http_version:
|
101
|
-
recorded_at:
|
100
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
102
101
|
- request:
|
103
102
|
method: get
|
104
|
-
uri: http://
|
103
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-foobar46
|
105
104
|
body:
|
106
105
|
encoding: US-ASCII
|
107
106
|
string: ''
|
@@ -115,20 +114,20 @@ http_interactions:
|
|
115
114
|
Accept:
|
116
115
|
- application/json
|
117
116
|
X-Auth-Token:
|
118
|
-
-
|
117
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
119
118
|
response:
|
120
119
|
status:
|
121
120
|
code: 200
|
122
121
|
message: ''
|
123
122
|
headers:
|
124
123
|
Date:
|
125
|
-
-
|
124
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
126
125
|
Server:
|
127
126
|
- Apache/2.4.7 (Ubuntu)
|
128
127
|
Vary:
|
129
128
|
- X-Auth-Token
|
130
129
|
X-Openstack-Request-Id:
|
131
|
-
- req-
|
130
|
+
- req-02f46f24-ef62-4a3d-94fc-3ee7d2076764
|
132
131
|
Content-Length:
|
133
132
|
- '358'
|
134
133
|
Content-Type:
|
@@ -143,16 +142,16 @@ http_interactions:
|
|
143
142
|
- keep-alive
|
144
143
|
body:
|
145
144
|
encoding: UTF-8
|
146
|
-
string: '{"links": {"self": "http://
|
145
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-foobar46",
|
147
146
|
"previous": null, "next": null}, "projects": [{"description": "", "links":
|
148
|
-
{"self": "http://
|
149
|
-
"enabled": true, "id": "
|
147
|
+
{"self": "http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a"},
|
148
|
+
"enabled": true, "id": "f697afc4d4f34eba8f0f68881ed8176a", "parent_id": null,
|
150
149
|
"domain_id": "default", "name": "p-foobar46"}]}'
|
151
150
|
http_version:
|
152
|
-
recorded_at:
|
151
|
+
recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
|
153
152
|
- request:
|
154
153
|
method: patch
|
155
|
-
uri: http://
|
154
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a
|
156
155
|
body:
|
157
156
|
encoding: UTF-8
|
158
157
|
string: '{"project":{"name":"p-baz46","enabled":false}}'
|
@@ -166,20 +165,20 @@ http_interactions:
|
|
166
165
|
Accept:
|
167
166
|
- application/json
|
168
167
|
X-Auth-Token:
|
169
|
-
-
|
168
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
170
169
|
response:
|
171
170
|
status:
|
172
171
|
code: 200
|
173
172
|
message: ''
|
174
173
|
headers:
|
175
174
|
Date:
|
176
|
-
-
|
175
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
177
176
|
Server:
|
178
177
|
- Apache/2.4.7 (Ubuntu)
|
179
178
|
Vary:
|
180
179
|
- X-Auth-Token
|
181
180
|
X-Openstack-Request-Id:
|
182
|
-
- req-
|
181
|
+
- req-8762dafe-6d44-4f5c-9726-f906c37f2fef
|
183
182
|
Content-Length:
|
184
183
|
- '259'
|
185
184
|
Content-Type:
|
@@ -194,14 +193,14 @@ http_interactions:
|
|
194
193
|
- keep-alive
|
195
194
|
body:
|
196
195
|
encoding: UTF-8
|
197
|
-
string: '{"project": {"description": "", "links": {"self": "http://
|
198
|
-
"extra": {}, "enabled": false, "id": "
|
196
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a"},
|
197
|
+
"extra": {}, "enabled": false, "id": "f697afc4d4f34eba8f0f68881ed8176a", "parent_id":
|
199
198
|
null, "domain_id": "default", "name": "p-baz46"}}'
|
200
199
|
http_version:
|
201
|
-
recorded_at:
|
200
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
202
201
|
- request:
|
203
202
|
method: get
|
204
|
-
uri: http://
|
203
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-baz46
|
205
204
|
body:
|
206
205
|
encoding: US-ASCII
|
207
206
|
string: ''
|
@@ -215,20 +214,20 @@ http_interactions:
|
|
215
214
|
Accept:
|
216
215
|
- application/json
|
217
216
|
X-Auth-Token:
|
218
|
-
-
|
217
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
219
218
|
response:
|
220
219
|
status:
|
221
220
|
code: 200
|
222
221
|
message: ''
|
223
222
|
headers:
|
224
223
|
Date:
|
225
|
-
-
|
224
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
226
225
|
Server:
|
227
226
|
- Apache/2.4.7 (Ubuntu)
|
228
227
|
Vary:
|
229
228
|
- X-Auth-Token
|
230
229
|
X-Openstack-Request-Id:
|
231
|
-
- req-
|
230
|
+
- req-24fc3590-f629-4397-b163-42618fc2c20a
|
232
231
|
Content-Length:
|
233
232
|
- '353'
|
234
233
|
Content-Type:
|
@@ -243,16 +242,16 @@ http_interactions:
|
|
243
242
|
- keep-alive
|
244
243
|
body:
|
245
244
|
encoding: UTF-8
|
246
|
-
string: '{"links": {"self": "http://
|
245
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-baz46",
|
247
246
|
"previous": null, "next": null}, "projects": [{"description": "", "links":
|
248
|
-
{"self": "http://
|
249
|
-
"enabled": false, "id": "
|
247
|
+
{"self": "http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a"},
|
248
|
+
"enabled": false, "id": "f697afc4d4f34eba8f0f68881ed8176a", "parent_id": null,
|
250
249
|
"domain_id": "default", "name": "p-baz46"}]}'
|
251
250
|
http_version:
|
252
|
-
recorded_at:
|
251
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
253
252
|
- request:
|
254
253
|
method: get
|
255
|
-
uri: http://
|
254
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a
|
256
255
|
body:
|
257
256
|
encoding: US-ASCII
|
258
257
|
string: ''
|
@@ -266,22 +265,22 @@ http_interactions:
|
|
266
265
|
Accept:
|
267
266
|
- application/json
|
268
267
|
X-Auth-Token:
|
269
|
-
-
|
268
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
270
269
|
response:
|
271
270
|
status:
|
272
271
|
code: 200
|
273
272
|
message: ''
|
274
273
|
headers:
|
275
274
|
Date:
|
276
|
-
-
|
275
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
277
276
|
Server:
|
278
277
|
- Apache/2.4.7 (Ubuntu)
|
279
278
|
Vary:
|
280
279
|
- X-Auth-Token
|
281
280
|
X-Openstack-Request-Id:
|
282
|
-
- req-
|
281
|
+
- req-1d8d03ee-ebd0-4e2e-a621-31eb657b3bc9
|
283
282
|
Content-Length:
|
284
|
-
- '
|
283
|
+
- '246'
|
285
284
|
Content-Type:
|
286
285
|
- application/json
|
287
286
|
X-Cache:
|
@@ -294,28 +293,14 @@ http_interactions:
|
|
294
293
|
- keep-alive
|
295
294
|
body:
|
296
295
|
encoding: UTF-8
|
297
|
-
string: '{"links": {"self": "http://
|
298
|
-
|
299
|
-
"
|
300
|
-
"enabled": true, "id": "7695231df10d4cb5b6b5a1f74cb20c1d", "parent_id": null,
|
301
|
-
"domain_id": "default", "name": "service"}, {"description": null, "links":
|
302
|
-
{"self": "http://10.97.17.84:35357/v3/projects/a6266e6f4a56471da988788dd2a15c27"},
|
303
|
-
"enabled": true, "id": "a6266e6f4a56471da988788dd2a15c27", "parent_id": null,
|
304
|
-
"domain_id": "default", "name": "invisible_to_admin"}, {"description": null,
|
305
|
-
"links": {"self": "http://10.97.17.84:35357/v3/projects/ca6707581327490398bf1f68fe396a5a"},
|
306
|
-
"enabled": true, "id": "ca6707581327490398bf1f68fe396a5a", "parent_id": null,
|
307
|
-
"domain_id": "default", "name": "demo"}, {"description": null, "links": {"self":
|
308
|
-
"http://10.97.17.84:35357/v3/projects/ded5a6e0922c4be59e7c15517cfb89ee"},
|
309
|
-
"enabled": true, "id": "ded5a6e0922c4be59e7c15517cfb89ee", "parent_id": null,
|
310
|
-
"domain_id": "default", "name": "admin"}, {"description": "", "links": {"self":
|
311
|
-
"http://10.97.17.84:35357/v3/projects/ea5bf8a6632f4ba89ab062b99cc0a704"},
|
312
|
-
"enabled": false, "id": "ea5bf8a6632f4ba89ab062b99cc0a704", "parent_id": null,
|
313
|
-
"domain_id": "default", "name": "p-baz46"}]}'
|
296
|
+
string: '{"project": {"description": "", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a"},
|
297
|
+
"enabled": false, "id": "f697afc4d4f34eba8f0f68881ed8176a", "parent_id": null,
|
298
|
+
"domain_id": "default", "name": "p-baz46"}}'
|
314
299
|
http_version:
|
315
|
-
recorded_at:
|
300
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
316
301
|
- request:
|
317
302
|
method: delete
|
318
|
-
uri: http://
|
303
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a
|
319
304
|
body:
|
320
305
|
encoding: US-ASCII
|
321
306
|
string: ''
|
@@ -329,20 +314,20 @@ http_interactions:
|
|
329
314
|
Accept:
|
330
315
|
- application/json
|
331
316
|
X-Auth-Token:
|
332
|
-
-
|
317
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
333
318
|
response:
|
334
319
|
status:
|
335
320
|
code: 204
|
336
321
|
message: ''
|
337
322
|
headers:
|
338
323
|
Date:
|
339
|
-
-
|
324
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
340
325
|
Server:
|
341
326
|
- Apache/2.4.7 (Ubuntu)
|
342
327
|
Vary:
|
343
328
|
- X-Auth-Token
|
344
329
|
X-Openstack-Request-Id:
|
345
|
-
- req-
|
330
|
+
- req-ae0ba9c6-90ef-473c-8e94-2d43059264c1
|
346
331
|
Content-Length:
|
347
332
|
- '0'
|
348
333
|
X-Cache:
|
@@ -357,70 +342,10 @@ http_interactions:
|
|
357
342
|
encoding: UTF-8
|
358
343
|
string: ''
|
359
344
|
http_version:
|
360
|
-
recorded_at:
|
361
|
-
- request:
|
362
|
-
method: get
|
363
|
-
uri: http://10.97.17.84:35357/v3/projects
|
364
|
-
body:
|
365
|
-
encoding: US-ASCII
|
366
|
-
string: ''
|
367
|
-
headers:
|
368
|
-
User-Agent:
|
369
|
-
- fog-core/1.32.1
|
370
|
-
Proxy-Connection:
|
371
|
-
- Keep-Alive
|
372
|
-
Content-Type:
|
373
|
-
- application/json
|
374
|
-
Accept:
|
375
|
-
- application/json
|
376
|
-
X-Auth-Token:
|
377
|
-
- f6af15c0332e4d3ab7716b51d8fedfff
|
378
|
-
response:
|
379
|
-
status:
|
380
|
-
code: 200
|
381
|
-
message: ''
|
382
|
-
headers:
|
383
|
-
Date:
|
384
|
-
- Fri, 02 Oct 2015 11:41:33 GMT
|
385
|
-
Server:
|
386
|
-
- Apache/2.4.7 (Ubuntu)
|
387
|
-
Vary:
|
388
|
-
- X-Auth-Token
|
389
|
-
X-Openstack-Request-Id:
|
390
|
-
- req-e68683a1-cc52-4434-9314-3d1af988a877
|
391
|
-
Content-Length:
|
392
|
-
- '1055'
|
393
|
-
Content-Type:
|
394
|
-
- application/json
|
395
|
-
X-Cache:
|
396
|
-
- MISS from i056593-vagrant
|
397
|
-
X-Cache-Lookup:
|
398
|
-
- MISS from i056593-vagrant:3128
|
399
|
-
Via:
|
400
|
-
- 1.1 i056593-vagrant (squid/3.3.8)
|
401
|
-
Connection:
|
402
|
-
- keep-alive
|
403
|
-
body:
|
404
|
-
encoding: UTF-8
|
405
|
-
string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects", "previous":
|
406
|
-
null, "next": null}, "projects": [{"description": null, "links": {"self":
|
407
|
-
"http://10.97.17.84:35357/v3/projects/7695231df10d4cb5b6b5a1f74cb20c1d"},
|
408
|
-
"enabled": true, "id": "7695231df10d4cb5b6b5a1f74cb20c1d", "parent_id": null,
|
409
|
-
"domain_id": "default", "name": "service"}, {"description": null, "links":
|
410
|
-
{"self": "http://10.97.17.84:35357/v3/projects/a6266e6f4a56471da988788dd2a15c27"},
|
411
|
-
"enabled": true, "id": "a6266e6f4a56471da988788dd2a15c27", "parent_id": null,
|
412
|
-
"domain_id": "default", "name": "invisible_to_admin"}, {"description": null,
|
413
|
-
"links": {"self": "http://10.97.17.84:35357/v3/projects/ca6707581327490398bf1f68fe396a5a"},
|
414
|
-
"enabled": true, "id": "ca6707581327490398bf1f68fe396a5a", "parent_id": null,
|
415
|
-
"domain_id": "default", "name": "demo"}, {"description": null, "links": {"self":
|
416
|
-
"http://10.97.17.84:35357/v3/projects/ded5a6e0922c4be59e7c15517cfb89ee"},
|
417
|
-
"enabled": true, "id": "ded5a6e0922c4be59e7c15517cfb89ee", "parent_id": null,
|
418
|
-
"domain_id": "default", "name": "admin"}]}'
|
419
|
-
http_version:
|
420
|
-
recorded_at: Fri, 02 Oct 2015 11:41:21 GMT
|
345
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
421
346
|
- request:
|
422
347
|
method: get
|
423
|
-
uri: http://
|
348
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/f697afc4d4f34eba8f0f68881ed8176a
|
424
349
|
body:
|
425
350
|
encoding: US-ASCII
|
426
351
|
string: ''
|
@@ -434,20 +359,20 @@ http_interactions:
|
|
434
359
|
Accept:
|
435
360
|
- application/json
|
436
361
|
X-Auth-Token:
|
437
|
-
-
|
362
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
438
363
|
response:
|
439
364
|
status:
|
440
365
|
code: 404
|
441
366
|
message: ''
|
442
367
|
headers:
|
443
368
|
Date:
|
444
|
-
-
|
369
|
+
- Wed, 28 Oct 2015 16:05:50 GMT
|
445
370
|
Server:
|
446
371
|
- Apache/2.4.7 (Ubuntu)
|
447
372
|
Vary:
|
448
373
|
- X-Auth-Token
|
449
374
|
X-Openstack-Request-Id:
|
450
|
-
- req-
|
375
|
+
- req-2b584f56-a6c8-4f99-9da0-712ba0973ae1
|
451
376
|
Content-Length:
|
452
377
|
- '117'
|
453
378
|
Content-Type:
|
@@ -462,13 +387,13 @@ http_interactions:
|
|
462
387
|
- keep-alive
|
463
388
|
body:
|
464
389
|
encoding: UTF-8
|
465
|
-
string: '{"error": {"message": "Could not find project:
|
390
|
+
string: '{"error": {"message": "Could not find project: f697afc4d4f34eba8f0f68881ed8176a",
|
466
391
|
"code": 404, "title": "Not Found"}}'
|
467
392
|
http_version:
|
468
|
-
recorded_at:
|
393
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
469
394
|
- request:
|
470
395
|
method: get
|
471
|
-
uri: http://
|
396
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-foobar46
|
472
397
|
body:
|
473
398
|
encoding: US-ASCII
|
474
399
|
string: ''
|
@@ -482,20 +407,20 @@ http_interactions:
|
|
482
407
|
Accept:
|
483
408
|
- application/json
|
484
409
|
X-Auth-Token:
|
485
|
-
-
|
410
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
486
411
|
response:
|
487
412
|
status:
|
488
413
|
code: 200
|
489
414
|
message: ''
|
490
415
|
headers:
|
491
416
|
Date:
|
492
|
-
-
|
417
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
493
418
|
Server:
|
494
419
|
- Apache/2.4.7 (Ubuntu)
|
495
420
|
Vary:
|
496
421
|
- X-Auth-Token
|
497
422
|
X-Openstack-Request-Id:
|
498
|
-
- req-
|
423
|
+
- req-28fbfcf0-c19d-4c77-b0e8-f44d77b8757f
|
499
424
|
Content-Length:
|
500
425
|
- '123'
|
501
426
|
Content-Type:
|
@@ -510,13 +435,13 @@ http_interactions:
|
|
510
435
|
- keep-alive
|
511
436
|
body:
|
512
437
|
encoding: UTF-8
|
513
|
-
string: '{"links": {"self": "http://
|
438
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-foobar46",
|
514
439
|
"previous": null, "next": null}, "projects": []}'
|
515
440
|
http_version:
|
516
|
-
recorded_at:
|
441
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
517
442
|
- request:
|
518
443
|
method: get
|
519
|
-
uri: http://
|
444
|
+
uri: http://devstack.openstack.stack:35357/v3/projects?name=p-baz46
|
520
445
|
body:
|
521
446
|
encoding: US-ASCII
|
522
447
|
string: ''
|
@@ -530,20 +455,20 @@ http_interactions:
|
|
530
455
|
Accept:
|
531
456
|
- application/json
|
532
457
|
X-Auth-Token:
|
533
|
-
-
|
458
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
534
459
|
response:
|
535
460
|
status:
|
536
461
|
code: 200
|
537
462
|
message: ''
|
538
463
|
headers:
|
539
464
|
Date:
|
540
|
-
-
|
465
|
+
- Wed, 28 Oct 2015 16:05:51 GMT
|
541
466
|
Server:
|
542
467
|
- Apache/2.4.7 (Ubuntu)
|
543
468
|
Vary:
|
544
469
|
- X-Auth-Token
|
545
470
|
X-Openstack-Request-Id:
|
546
|
-
- req-
|
471
|
+
- req-fa338bc1-4383-42e6-bcbd-aa5548a0bfba
|
547
472
|
Content-Length:
|
548
473
|
- '120'
|
549
474
|
Content-Type:
|
@@ -558,8 +483,8 @@ http_interactions:
|
|
558
483
|
- keep-alive
|
559
484
|
body:
|
560
485
|
encoding: UTF-8
|
561
|
-
string: '{"links": {"self": "http://
|
486
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects?name=p-baz46",
|
562
487
|
"previous": null, "next": null}, "projects": []}'
|
563
488
|
http_version:
|
564
|
-
recorded_at:
|
489
|
+
recorded_at: Wed, 28 Oct 2015 16:05:31 GMT
|
565
490
|
recorded_with: VCR 2.9.3
|