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: post
|
5
|
-
uri: http://
|
5
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"user":{"name":"foobar_385","email":"foobar_demo@example.com","domain_id":"default","password":"s3cret!"}}'
|
@@ -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:42 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-0228861e-13ff-48f1-b493-5ebda6f3ef1a
|
33
33
|
Content-Length:
|
34
34
|
- '240'
|
35
35
|
Content-Type:
|
@@ -44,14 +44,14 @@ http_interactions:
|
|
44
44
|
- keep-alive
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"user": {"name": "foobar_385", "links": {"self": "http://
|
47
|
+
string: '{"user": {"name": "foobar_385", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/9a9e001c0fb048d8843e5d3df232c73a"},
|
48
48
|
"domain_id": "default", "enabled": true, "email": "foobar_demo@example.com",
|
49
|
-
"id": "
|
49
|
+
"id": "9a9e001c0fb048d8843e5d3df232c73a"}}'
|
50
50
|
http_version:
|
51
|
-
recorded_at:
|
51
|
+
recorded_at: Wed, 28 Oct 2015 16:05:23 GMT
|
52
52
|
- request:
|
53
53
|
method: post
|
54
|
-
uri: http://
|
54
|
+
uri: http://devstack.openstack.stack:35357/v3/roles
|
55
55
|
body:
|
56
56
|
encoding: UTF-8
|
57
57
|
string: '{"role":{"name":"foobar_role390"}}'
|
@@ -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: 201
|
72
72
|
message: ''
|
73
73
|
headers:
|
74
74
|
Date:
|
75
|
-
-
|
75
|
+
- Wed, 28 Oct 2015 16:05:42 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-7ab2e314-20f2-4523-a078-35bcb467fb02
|
82
82
|
Content-Length:
|
83
83
|
- '167'
|
84
84
|
Content-Type:
|
@@ -93,14 +93,14 @@ http_interactions:
|
|
93
93
|
- keep-alive
|
94
94
|
body:
|
95
95
|
encoding: UTF-8
|
96
|
-
string: '{"role": {"id": "
|
97
|
-
"http://
|
96
|
+
string: '{"role": {"id": "6b7c6f98b7cf458bb3e232d5890b639c", "links": {"self":
|
97
|
+
"http://devstack.openstack.stack:35357/v3/roles/6b7c6f98b7cf458bb3e232d5890b639c"}, "name":
|
98
98
|
"foobar_role390"}}'
|
99
99
|
http_version:
|
100
|
-
recorded_at:
|
100
|
+
recorded_at: Wed, 28 Oct 2015 16:05:23 GMT
|
101
101
|
- request:
|
102
102
|
method: put
|
103
|
-
uri: http://
|
103
|
+
uri: http://devstack.openstack.stack:35357/v3/domains/default/users/9a9e001c0fb048d8843e5d3df232c73a/roles/6b7c6f98b7cf458bb3e232d5890b639c
|
104
104
|
body:
|
105
105
|
encoding: US-ASCII
|
106
106
|
string: ''
|
@@ -114,20 +114,20 @@ http_interactions:
|
|
114
114
|
Accept:
|
115
115
|
- application/json
|
116
116
|
X-Auth-Token:
|
117
|
-
-
|
117
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
118
118
|
response:
|
119
119
|
status:
|
120
120
|
code: 204
|
121
121
|
message: ''
|
122
122
|
headers:
|
123
123
|
Date:
|
124
|
-
-
|
124
|
+
- Wed, 28 Oct 2015 16:05:43 GMT
|
125
125
|
Server:
|
126
126
|
- Apache/2.4.7 (Ubuntu)
|
127
127
|
Vary:
|
128
128
|
- X-Auth-Token
|
129
129
|
X-Openstack-Request-Id:
|
130
|
-
- req-
|
130
|
+
- req-72f4c333-9e1f-45a3-846e-e3372b0295b4
|
131
131
|
Content-Length:
|
132
132
|
- '0'
|
133
133
|
X-Cache:
|
@@ -142,7 +142,7 @@ http_interactions:
|
|
142
142
|
encoding: UTF-8
|
143
143
|
string: ''
|
144
144
|
http_version:
|
145
|
-
recorded_at:
|
145
|
+
recorded_at: Wed, 28 Oct 2015 16:05:23 GMT
|
146
146
|
- request:
|
147
147
|
method: post
|
148
148
|
uri: http://devstack.openstack.stack:5000/v3/auth/tokens
|
@@ -160,15 +160,15 @@ http_interactions:
|
|
160
160
|
message: ''
|
161
161
|
headers:
|
162
162
|
Date:
|
163
|
-
-
|
163
|
+
- Wed, 28 Oct 2015 16:05:43 GMT
|
164
164
|
Server:
|
165
165
|
- Apache/2.4.7 (Ubuntu)
|
166
166
|
X-Subject-Token:
|
167
|
-
-
|
167
|
+
- 0f73f3a9c53244b48662bf1cfe5721bc
|
168
168
|
Vary:
|
169
169
|
- X-Auth-Token
|
170
170
|
X-Openstack-Request-Id:
|
171
|
-
- req-
|
171
|
+
- req-08371119-1706-415f-86c1-a1b790065d2b
|
172
172
|
Content-Length:
|
173
173
|
- '3039'
|
174
174
|
Content-Type:
|
@@ -176,51 +176,51 @@ http_interactions:
|
|
176
176
|
body:
|
177
177
|
encoding: UTF-8
|
178
178
|
string: '{"token": {"domain": {"id": "default", "name": "Default"}, "methods":
|
179
|
-
["password"], "roles": [{"id": "
|
180
|
-
"foobar_role390"}], "expires_at": "2015-10-
|
181
|
-
[{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
179
|
+
["password"], "roles": [{"id": "6b7c6f98b7cf458bb3e232d5890b639c", "name":
|
180
|
+
"foobar_role390"}], "expires_at": "2015-10-28T17:05:43.296750Z", "catalog":
|
181
|
+
[{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:5000/v3",
|
182
182
|
"region": "RegionOne", "interface": "public", "id": "09bb76485f3849c1a81dfeda62f1b27b"},
|
183
|
-
{"region_id": "RegionOne", "url": "http://
|
183
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:35357/v3", "region":
|
184
184
|
"RegionOne", "interface": "admin", "id": "73acd28dc39e4d2cb332fe63eafd05fa"},
|
185
|
-
{"region_id": "RegionOne", "url": "http://
|
185
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:5000/v3", "region":
|
186
186
|
"RegionOne", "interface": "internal", "id": "c0acc2a6600148248912d585cfd3debf"}],
|
187
187
|
"type": "identity", "id": "00707ec9c3574d8ebb638265844f7903", "name": "keystone"},
|
188
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
188
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292",
|
189
189
|
"region": "RegionOne", "interface": "admin", "id": "9799d84417464a4cbb9226485ce539c7"},
|
190
|
-
{"region_id": "RegionOne", "url": "http://
|
190
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne",
|
191
191
|
"interface": "internal", "id": "a0d9872cbf42461ea5ab511d32387662"}, {"region_id":
|
192
|
-
"RegionOne", "url": "http://
|
192
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne", "interface":
|
193
193
|
"public", "id": "a93b60395e044b9187ccd7b37cf0c68c"}], "type": "image", "id":
|
194
194
|
"1f1c2c6373754553938a93de04db5bc0", "name": "glance"}, {"endpoints": [], "type":
|
195
195
|
"volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c", "name": "cinderv2"},
|
196
196
|
{"endpoints": [], "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
197
|
-
"name": "cinder"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://
|
197
|
+
"name": "cinder"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/",
|
198
198
|
"region": "RegionOne", "interface": "public", "id": "59f19d0e7c59457fa611c4f552fa37c3"},
|
199
|
-
{"region_id": "RegionOne", "url": "http://
|
199
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne",
|
200
200
|
"interface": "admin", "id": "5f2d351a942e41bc8cc2163569c645b7"}, {"region_id":
|
201
|
-
"RegionOne", "url": "http://
|
201
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne", "interface":
|
202
202
|
"internal", "id": "8e2b48e33993420b934607375242e6a1"}], "type": "network",
|
203
203
|
"id": "b6063de99a3b474094779d6f778cd87b", "name": "neutron"}, {"endpoints":
|
204
204
|
[], "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911", "name":
|
205
205
|
"novav21"}, {"endpoints": [], "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
206
|
-
"name": "nova"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://
|
206
|
+
"name": "nova"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/",
|
207
207
|
"region": "RegionOne", "interface": "admin", "id": "d0af6d9e8b304d69bc349b63fdb7bd00"},
|
208
|
-
{"region_id": "RegionOne", "url": "http://
|
208
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne",
|
209
209
|
"interface": "public", "id": "e08749c48e9e4d2c9f2733fa221b3b2f"}, {"region_id":
|
210
|
-
"RegionOne", "url": "http://
|
210
|
+
"RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne", "interface":
|
211
211
|
"internal", "id": "faf1491ad0244c17b13f9b4fc10becbb"}], "type": "ec2", "id":
|
212
212
|
"e2550fc44d8044398e49a080439462ed", "name": "ec2"}], "extras": {}, "user":
|
213
|
-
{"domain": {"id": "default", "name": "Default"}, "id": "
|
214
|
-
"name": "foobar_385"}, "audit_ids": ["
|
215
|
-
"2015-10-
|
213
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "9a9e001c0fb048d8843e5d3df232c73a",
|
214
|
+
"name": "foobar_385"}, "audit_ids": ["oljFexiQRiOtD5bvCgyVbw"], "issued_at":
|
215
|
+
"2015-10-28T16:05:43.296800Z"}}'
|
216
216
|
http_version:
|
217
|
-
recorded_at:
|
217
|
+
recorded_at: Wed, 28 Oct 2015 16:05:23 GMT
|
218
218
|
- request:
|
219
219
|
method: post
|
220
220
|
uri: http://devstack.openstack.stack:5000/v3/auth/tokens
|
221
221
|
body:
|
222
222
|
encoding: UTF-8
|
223
|
-
string: '{"auth":{"identity":{"methods":["token"],"token":{"id":"
|
223
|
+
string: '{"auth":{"identity":{"methods":["token"],"token":{"id":"0f73f3a9c53244b48662bf1cfe5721bc"}}}}'
|
224
224
|
headers:
|
225
225
|
User-Agent:
|
226
226
|
- fog-core/1.32.1
|
@@ -232,30 +232,30 @@ http_interactions:
|
|
232
232
|
message: ''
|
233
233
|
headers:
|
234
234
|
Date:
|
235
|
-
-
|
235
|
+
- Wed, 28 Oct 2015 16:05:43 GMT
|
236
236
|
Server:
|
237
237
|
- Apache/2.4.7 (Ubuntu)
|
238
238
|
X-Subject-Token:
|
239
|
-
-
|
239
|
+
- d409d8b7021e4f5198b8459d01df6082
|
240
240
|
Vary:
|
241
241
|
- X-Auth-Token
|
242
242
|
X-Openstack-Request-Id:
|
243
|
-
- req-
|
243
|
+
- req-d90f0af5-2786-46b3-92b0-281a6e54fbe6
|
244
244
|
Content-Length:
|
245
245
|
- '337'
|
246
246
|
Content-Type:
|
247
247
|
- application/json
|
248
248
|
body:
|
249
249
|
encoding: UTF-8
|
250
|
-
string: '{"token": {"methods": ["token", "password"], "expires_at": "2015-10-
|
250
|
+
string: '{"token": {"methods": ["token", "password"], "expires_at": "2015-10-28T17:05:43.296750Z",
|
251
251
|
"extras": {}, "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
252
|
-
"
|
253
|
-
"
|
252
|
+
"9a9e001c0fb048d8843e5d3df232c73a", "name": "foobar_385"}, "audit_ids": ["XBycHROQRFqJMTDMfDtc1g",
|
253
|
+
"oljFexiQRiOtD5bvCgyVbw"], "issued_at": "2015-10-28T16:05:43.517427Z"}}'
|
254
254
|
http_version:
|
255
|
-
recorded_at:
|
255
|
+
recorded_at: Wed, 28 Oct 2015 16:05:23 GMT
|
256
256
|
- request:
|
257
257
|
method: get
|
258
|
-
uri: http://devstack.openstack.stack:5000/v3/users/
|
258
|
+
uri: http://devstack.openstack.stack:5000/v3/users/9a9e001c0fb048d8843e5d3df232c73a/projects
|
259
259
|
body:
|
260
260
|
encoding: US-ASCII
|
261
261
|
string: ''
|
@@ -267,36 +267,36 @@ http_interactions:
|
|
267
267
|
Accept:
|
268
268
|
- application/json
|
269
269
|
X-Auth-Token:
|
270
|
-
-
|
270
|
+
- d409d8b7021e4f5198b8459d01df6082
|
271
271
|
response:
|
272
272
|
status:
|
273
273
|
code: 200
|
274
274
|
message: ''
|
275
275
|
headers:
|
276
276
|
Date:
|
277
|
-
-
|
277
|
+
- Wed, 28 Oct 2015 16:05:43 GMT
|
278
278
|
Server:
|
279
279
|
- Apache/2.4.7 (Ubuntu)
|
280
280
|
Vary:
|
281
281
|
- X-Auth-Token
|
282
282
|
X-Openstack-Request-Id:
|
283
|
-
- req-
|
283
|
+
- req-c5bc677c-7fee-453d-ab36-9824b82dfb5f
|
284
284
|
Content-Length:
|
285
285
|
- '158'
|
286
286
|
Content-Type:
|
287
287
|
- application/json
|
288
288
|
body:
|
289
289
|
encoding: UTF-8
|
290
|
-
string: '{"links": {"self": "http://devstack.openstack.stack:5000/v3/users/
|
290
|
+
string: '{"links": {"self": "http://devstack.openstack.stack:5000/v3/users/9a9e001c0fb048d8843e5d3df232c73a/projects",
|
291
291
|
"previous": null, "next": null}, "projects": []}'
|
292
292
|
http_version:
|
293
|
-
recorded_at:
|
293
|
+
recorded_at: Wed, 28 Oct 2015 16:05:24 GMT
|
294
294
|
- request:
|
295
295
|
method: post
|
296
296
|
uri: http://devstack.openstack.stack:5000/v3/auth/tokens
|
297
297
|
body:
|
298
298
|
encoding: UTF-8
|
299
|
-
string: '{"auth":{"identity":{"methods":["token"],"token":{"id":"
|
299
|
+
string: '{"auth":{"identity":{"methods":["token"],"token":{"id":"0f73f3a9c53244b48662bf1cfe5721bc"}},"scope":{"domain":{"id":"default"}}}}'
|
300
300
|
headers:
|
301
301
|
User-Agent:
|
302
302
|
- fog-core/1.32.1
|
@@ -308,15 +308,15 @@ http_interactions:
|
|
308
308
|
message: ''
|
309
309
|
headers:
|
310
310
|
Date:
|
311
|
-
-
|
311
|
+
- Wed, 28 Oct 2015 16:05:43 GMT
|
312
312
|
Server:
|
313
313
|
- Apache/2.4.7 (Ubuntu)
|
314
314
|
X-Subject-Token:
|
315
|
-
-
|
315
|
+
- f7ed639cd4ba485392138fe56e85bde2
|
316
316
|
Vary:
|
317
317
|
- X-Auth-Token
|
318
318
|
X-Openstack-Request-Id:
|
319
|
-
- req-
|
319
|
+
- req-a7e7f57b-5438-4f5e-a395-39bb26a9b7e3
|
320
320
|
Content-Length:
|
321
321
|
- '3074'
|
322
322
|
Content-Type:
|
@@ -324,45 +324,45 @@ http_interactions:
|
|
324
324
|
body:
|
325
325
|
encoding: UTF-8
|
326
326
|
string: '{"token": {"domain": {"id": "default", "name": "Default"}, "methods":
|
327
|
-
["token", "password"], "roles": [{"id": "
|
328
|
-
"name": "foobar_role390"}], "expires_at": "2015-10-
|
329
|
-
[{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
327
|
+
["token", "password"], "roles": [{"id": "6b7c6f98b7cf458bb3e232d5890b639c",
|
328
|
+
"name": "foobar_role390"}], "expires_at": "2015-10-28T17:05:43.296750Z", "catalog":
|
329
|
+
[{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:5000/v3",
|
330
330
|
"region": "RegionOne", "interface": "public", "id": "09bb76485f3849c1a81dfeda62f1b27b"},
|
331
|
-
{"region_id": "RegionOne", "url": "http://
|
331
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:35357/v3", "region":
|
332
332
|
"RegionOne", "interface": "admin", "id": "73acd28dc39e4d2cb332fe63eafd05fa"},
|
333
|
-
{"region_id": "RegionOne", "url": "http://
|
333
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:5000/v3", "region":
|
334
334
|
"RegionOne", "interface": "internal", "id": "c0acc2a6600148248912d585cfd3debf"}],
|
335
335
|
"type": "identity", "id": "00707ec9c3574d8ebb638265844f7903", "name": "keystone"},
|
336
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
336
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292",
|
337
337
|
"region": "RegionOne", "interface": "admin", "id": "9799d84417464a4cbb9226485ce539c7"},
|
338
|
-
{"region_id": "RegionOne", "url": "http://
|
338
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne",
|
339
339
|
"interface": "internal", "id": "a0d9872cbf42461ea5ab511d32387662"}, {"region_id":
|
340
|
-
"RegionOne", "url": "http://
|
340
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne", "interface":
|
341
341
|
"public", "id": "a93b60395e044b9187ccd7b37cf0c68c"}], "type": "image", "id":
|
342
342
|
"1f1c2c6373754553938a93de04db5bc0", "name": "glance"}, {"endpoints": [], "type":
|
343
343
|
"volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c", "name": "cinderv2"},
|
344
344
|
{"endpoints": [], "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
345
|
-
"name": "cinder"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://
|
345
|
+
"name": "cinder"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/",
|
346
346
|
"region": "RegionOne", "interface": "public", "id": "59f19d0e7c59457fa611c4f552fa37c3"},
|
347
|
-
{"region_id": "RegionOne", "url": "http://
|
347
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne",
|
348
348
|
"interface": "admin", "id": "5f2d351a942e41bc8cc2163569c645b7"}, {"region_id":
|
349
|
-
"RegionOne", "url": "http://
|
349
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne", "interface":
|
350
350
|
"internal", "id": "8e2b48e33993420b934607375242e6a1"}], "type": "network",
|
351
351
|
"id": "b6063de99a3b474094779d6f778cd87b", "name": "neutron"}, {"endpoints":
|
352
352
|
[], "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911", "name":
|
353
353
|
"novav21"}, {"endpoints": [], "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
354
|
-
"name": "nova"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://
|
354
|
+
"name": "nova"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/",
|
355
355
|
"region": "RegionOne", "interface": "admin", "id": "d0af6d9e8b304d69bc349b63fdb7bd00"},
|
356
|
-
{"region_id": "RegionOne", "url": "http://
|
356
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne",
|
357
357
|
"interface": "public", "id": "e08749c48e9e4d2c9f2733fa221b3b2f"}, {"region_id":
|
358
|
-
"RegionOne", "url": "http://
|
358
|
+
"RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne", "interface":
|
359
359
|
"internal", "id": "faf1491ad0244c17b13f9b4fc10becbb"}], "type": "ec2", "id":
|
360
360
|
"e2550fc44d8044398e49a080439462ed", "name": "ec2"}], "extras": {}, "user":
|
361
|
-
{"domain": {"id": "default", "name": "Default"}, "id": "
|
362
|
-
"name": "foobar_385"}, "audit_ids": ["
|
363
|
-
"issued_at": "2015-10-
|
361
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "9a9e001c0fb048d8843e5d3df232c73a",
|
362
|
+
"name": "foobar_385"}, "audit_ids": ["uYkub6awReqOJ9L4xa9oOQ", "oljFexiQRiOtD5bvCgyVbw"],
|
363
|
+
"issued_at": "2015-10-28T16:05:43.888126Z"}}'
|
364
364
|
http_version:
|
365
|
-
recorded_at:
|
365
|
+
recorded_at: Wed, 28 Oct 2015 16:05:24 GMT
|
366
366
|
- request:
|
367
367
|
method: post
|
368
368
|
uri: http://devstack.openstack.stack:5000/v3/auth/tokens
|
@@ -380,13 +380,13 @@ http_interactions:
|
|
380
380
|
message: ''
|
381
381
|
headers:
|
382
382
|
Date:
|
383
|
-
-
|
383
|
+
- Wed, 28 Oct 2015 16:05:44 GMT
|
384
384
|
Server:
|
385
385
|
- Apache/2.4.7 (Ubuntu)
|
386
386
|
Vary:
|
387
387
|
- X-Auth-Token
|
388
388
|
X-Openstack-Request-Id:
|
389
|
-
- req-
|
389
|
+
- req-fdcdc388-131a-4ac7-b939-bc37af87a859
|
390
390
|
Content-Length:
|
391
391
|
- '95'
|
392
392
|
Content-Type:
|
@@ -396,10 +396,10 @@ http_interactions:
|
|
396
396
|
string: '{"error": {"message": "Could not find token: blahblahblah", "code":
|
397
397
|
404, "title": "Not Found"}}'
|
398
398
|
http_version:
|
399
|
-
recorded_at:
|
399
|
+
recorded_at: Wed, 28 Oct 2015 16:05:24 GMT
|
400
400
|
- request:
|
401
401
|
method: delete
|
402
|
-
uri: http://
|
402
|
+
uri: http://devstack.openstack.stack:35357/v3/users/9a9e001c0fb048d8843e5d3df232c73a
|
403
403
|
body:
|
404
404
|
encoding: US-ASCII
|
405
405
|
string: ''
|
@@ -413,20 +413,20 @@ http_interactions:
|
|
413
413
|
Accept:
|
414
414
|
- application/json
|
415
415
|
X-Auth-Token:
|
416
|
-
-
|
416
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
417
417
|
response:
|
418
418
|
status:
|
419
419
|
code: 204
|
420
420
|
message: ''
|
421
421
|
headers:
|
422
422
|
Date:
|
423
|
-
-
|
423
|
+
- Wed, 28 Oct 2015 16:05:44 GMT
|
424
424
|
Server:
|
425
425
|
- Apache/2.4.7 (Ubuntu)
|
426
426
|
Vary:
|
427
427
|
- X-Auth-Token
|
428
428
|
X-Openstack-Request-Id:
|
429
|
-
- req-
|
429
|
+
- req-2ca52d7d-d004-4819-ac3e-8f5fb84c020e
|
430
430
|
Content-Length:
|
431
431
|
- '0'
|
432
432
|
X-Cache:
|
@@ -441,10 +441,10 @@ http_interactions:
|
|
441
441
|
encoding: UTF-8
|
442
442
|
string: ''
|
443
443
|
http_version:
|
444
|
-
recorded_at:
|
444
|
+
recorded_at: Wed, 28 Oct 2015 16:05:24 GMT
|
445
445
|
- request:
|
446
446
|
method: delete
|
447
|
-
uri: http://
|
447
|
+
uri: http://devstack.openstack.stack:35357/v3/roles/6b7c6f98b7cf458bb3e232d5890b639c
|
448
448
|
body:
|
449
449
|
encoding: US-ASCII
|
450
450
|
string: ''
|
@@ -458,20 +458,20 @@ http_interactions:
|
|
458
458
|
Accept:
|
459
459
|
- application/json
|
460
460
|
X-Auth-Token:
|
461
|
-
-
|
461
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
462
462
|
response:
|
463
463
|
status:
|
464
464
|
code: 204
|
465
465
|
message: ''
|
466
466
|
headers:
|
467
467
|
Date:
|
468
|
-
-
|
468
|
+
- Wed, 28 Oct 2015 16:05:44 GMT
|
469
469
|
Server:
|
470
470
|
- Apache/2.4.7 (Ubuntu)
|
471
471
|
Vary:
|
472
472
|
- X-Auth-Token
|
473
473
|
X-Openstack-Request-Id:
|
474
|
-
- req-
|
474
|
+
- req-9c58babe-4060-47d9-88aa-fc0d84c2bd90
|
475
475
|
Content-Length:
|
476
476
|
- '0'
|
477
477
|
X-Cache:
|
@@ -486,5 +486,5 @@ http_interactions:
|
|
486
486
|
encoding: UTF-8
|
487
487
|
string: ''
|
488
488
|
http_version:
|
489
|
-
recorded_at:
|
489
|
+
recorded_at: Wed, 28 Oct 2015 16:05:24 GMT
|
490
490
|
recorded_with: VCR 2.9.3
|