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/users
|
|
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:38 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-58232f8a-a376-45af-9838-2eb6ebdad5d9
|
|
33
33
|
Content-Length:
|
|
34
|
-
- '
|
|
34
|
+
- '1845'
|
|
35
35
|
Content-Type:
|
|
36
36
|
- application/json
|
|
37
37
|
X-Cache:
|
|
@@ -44,25 +44,30 @@ http_interactions:
|
|
|
44
44
|
- keep-alive
|
|
45
45
|
body:
|
|
46
46
|
encoding: UTF-8
|
|
47
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
|
47
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
48
48
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
49
|
-
{"name": "nova", "links": {"self": "http://
|
|
49
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
|
50
50
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
|
51
|
-
{"name": "neutron", "links": {"self": "http://
|
|
51
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
|
52
52
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
|
53
|
-
{"name": "cinder", "links": {"self": "http://
|
|
53
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
|
54
54
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
|
55
|
-
{"name": "demo", "links": {"self": "http://
|
|
55
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
|
56
56
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
|
57
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
|
58
|
-
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}
|
|
59
|
-
"links": {"self": "http://
|
|
60
|
-
|
|
57
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
|
58
|
+
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
|
59
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
|
60
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
|
61
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
|
62
|
+
"user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
|
63
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
|
64
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
|
65
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
|
61
66
|
http_version:
|
|
62
|
-
recorded_at:
|
|
67
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
63
68
|
- request:
|
|
64
69
|
method: get
|
|
65
|
-
uri: http://
|
|
70
|
+
uri: http://devstack.openstack.stack:35357/v3/users/u-random-blah
|
|
66
71
|
body:
|
|
67
72
|
encoding: US-ASCII
|
|
68
73
|
string: ''
|
|
@@ -76,20 +81,20 @@ http_interactions:
|
|
|
76
81
|
Accept:
|
|
77
82
|
- application/json
|
|
78
83
|
X-Auth-Token:
|
|
79
|
-
-
|
|
84
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
80
85
|
response:
|
|
81
86
|
status:
|
|
82
87
|
code: 404
|
|
83
88
|
message: ''
|
|
84
89
|
headers:
|
|
85
90
|
Date:
|
|
86
|
-
-
|
|
91
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
|
87
92
|
Server:
|
|
88
93
|
- Apache/2.4.7 (Ubuntu)
|
|
89
94
|
Vary:
|
|
90
95
|
- X-Auth-Token
|
|
91
96
|
X-Openstack-Request-Id:
|
|
92
|
-
- req-
|
|
97
|
+
- req-39fc72ff-d50a-458c-9224-4ef6eea6f15b
|
|
93
98
|
Content-Length:
|
|
94
99
|
- '95'
|
|
95
100
|
Content-Type:
|
|
@@ -107,10 +112,10 @@ http_interactions:
|
|
|
107
112
|
string: '{"error": {"message": "Could not find user: u-random-blah", "code":
|
|
108
113
|
404, "title": "Not Found"}}'
|
|
109
114
|
http_version:
|
|
110
|
-
recorded_at:
|
|
115
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
111
116
|
- request:
|
|
112
117
|
method: get
|
|
113
|
-
uri: http://
|
|
118
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=admin
|
|
114
119
|
body:
|
|
115
120
|
encoding: US-ASCII
|
|
116
121
|
string: ''
|
|
@@ -124,20 +129,20 @@ http_interactions:
|
|
|
124
129
|
Accept:
|
|
125
130
|
- application/json
|
|
126
131
|
X-Auth-Token:
|
|
127
|
-
-
|
|
132
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
128
133
|
response:
|
|
129
134
|
status:
|
|
130
135
|
code: 200
|
|
131
136
|
message: ''
|
|
132
137
|
headers:
|
|
133
138
|
Date:
|
|
134
|
-
-
|
|
139
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
|
135
140
|
Server:
|
|
136
141
|
- Apache/2.4.7 (Ubuntu)
|
|
137
142
|
Vary:
|
|
138
143
|
- X-Auth-Token
|
|
139
144
|
X-Openstack-Request-Id:
|
|
140
|
-
- req-
|
|
145
|
+
- req-2e8e7182-0f8b-4745-af24-8e6c568f5fc7
|
|
141
146
|
Content-Length:
|
|
142
147
|
- '316'
|
|
143
148
|
Content-Type:
|
|
@@ -152,15 +157,15 @@ http_interactions:
|
|
|
152
157
|
- keep-alive
|
|
153
158
|
body:
|
|
154
159
|
encoding: UTF-8
|
|
155
|
-
string: '{"users": [{"name": "admin", "links": {"self": "http://
|
|
160
|
+
string: '{"users": [{"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
|
156
161
|
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}],
|
|
157
|
-
"links": {"self": "http://
|
|
162
|
+
"links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=admin", "previous":
|
|
158
163
|
null, "next": null}}'
|
|
159
164
|
http_version:
|
|
160
|
-
recorded_at:
|
|
165
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
161
166
|
- request:
|
|
162
167
|
method: get
|
|
163
|
-
uri: http://
|
|
168
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
|
164
169
|
body:
|
|
165
170
|
encoding: US-ASCII
|
|
166
171
|
string: ''
|
|
@@ -174,22 +179,22 @@ http_interactions:
|
|
|
174
179
|
Accept:
|
|
175
180
|
- application/json
|
|
176
181
|
X-Auth-Token:
|
|
177
|
-
-
|
|
182
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
178
183
|
response:
|
|
179
184
|
status:
|
|
180
185
|
code: 200
|
|
181
186
|
message: ''
|
|
182
187
|
headers:
|
|
183
188
|
Date:
|
|
184
|
-
-
|
|
189
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
|
185
190
|
Server:
|
|
186
191
|
- Apache/2.4.7 (Ubuntu)
|
|
187
192
|
Vary:
|
|
188
193
|
- X-Auth-Token
|
|
189
194
|
X-Openstack-Request-Id:
|
|
190
|
-
- req-
|
|
195
|
+
- req-5eb69a28-e4f3-4838-80a8-d7da793a2038
|
|
191
196
|
Content-Length:
|
|
192
|
-
- '
|
|
197
|
+
- '1845'
|
|
193
198
|
Content-Type:
|
|
194
199
|
- application/json
|
|
195
200
|
X-Cache:
|
|
@@ -202,25 +207,30 @@ http_interactions:
|
|
|
202
207
|
- keep-alive
|
|
203
208
|
body:
|
|
204
209
|
encoding: UTF-8
|
|
205
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
|
210
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
206
211
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
207
|
-
{"name": "nova", "links": {"self": "http://
|
|
212
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
|
208
213
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
|
209
|
-
{"name": "neutron", "links": {"self": "http://
|
|
214
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
|
210
215
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
|
211
|
-
{"name": "cinder", "links": {"self": "http://
|
|
216
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
|
212
217
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
|
213
|
-
{"name": "demo", "links": {"self": "http://
|
|
218
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
|
214
219
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
|
215
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
|
216
|
-
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}
|
|
217
|
-
"links": {"self": "http://
|
|
218
|
-
|
|
220
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
|
221
|
+
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
|
222
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
|
223
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
|
224
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
|
225
|
+
"user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
|
226
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
|
227
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
|
228
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
|
219
229
|
http_version:
|
|
220
|
-
recorded_at:
|
|
230
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
221
231
|
- request:
|
|
222
232
|
method: get
|
|
223
|
-
uri: http://
|
|
233
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
|
224
234
|
body:
|
|
225
235
|
encoding: US-ASCII
|
|
226
236
|
string: ''
|
|
@@ -234,22 +244,22 @@ http_interactions:
|
|
|
234
244
|
Accept:
|
|
235
245
|
- application/json
|
|
236
246
|
X-Auth-Token:
|
|
237
|
-
-
|
|
247
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
238
248
|
response:
|
|
239
249
|
status:
|
|
240
250
|
code: 200
|
|
241
251
|
message: ''
|
|
242
252
|
headers:
|
|
243
253
|
Date:
|
|
244
|
-
-
|
|
254
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
|
245
255
|
Server:
|
|
246
256
|
- Apache/2.4.7 (Ubuntu)
|
|
247
257
|
Vary:
|
|
248
258
|
- X-Auth-Token
|
|
249
259
|
X-Openstack-Request-Id:
|
|
250
|
-
- req-
|
|
260
|
+
- req-8ea7a216-9570-4d2c-b953-5a33fcd2bf3a
|
|
251
261
|
Content-Length:
|
|
252
|
-
- '
|
|
262
|
+
- '1845'
|
|
253
263
|
Content-Type:
|
|
254
264
|
- application/json
|
|
255
265
|
X-Cache:
|
|
@@ -262,25 +272,30 @@ http_interactions:
|
|
|
262
272
|
- keep-alive
|
|
263
273
|
body:
|
|
264
274
|
encoding: UTF-8
|
|
265
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
|
275
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
266
276
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
267
|
-
{"name": "nova", "links": {"self": "http://
|
|
277
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
|
268
278
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
|
269
|
-
{"name": "neutron", "links": {"self": "http://
|
|
279
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
|
270
280
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
|
271
|
-
{"name": "cinder", "links": {"self": "http://
|
|
281
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
|
272
282
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
|
273
|
-
{"name": "demo", "links": {"self": "http://
|
|
283
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
|
274
284
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
|
275
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
|
276
|
-
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}
|
|
277
|
-
"links": {"self": "http://
|
|
278
|
-
|
|
285
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
|
286
|
+
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
|
287
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
|
288
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
|
289
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
|
290
|
+
"user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
|
291
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
|
292
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
|
293
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
|
279
294
|
http_version:
|
|
280
|
-
recorded_at:
|
|
295
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
281
296
|
- request:
|
|
282
297
|
method: get
|
|
283
|
-
uri: http://
|
|
298
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
|
284
299
|
body:
|
|
285
300
|
encoding: US-ASCII
|
|
286
301
|
string: ''
|
|
@@ -294,22 +309,22 @@ http_interactions:
|
|
|
294
309
|
Accept:
|
|
295
310
|
- application/json
|
|
296
311
|
X-Auth-Token:
|
|
297
|
-
-
|
|
312
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
298
313
|
response:
|
|
299
314
|
status:
|
|
300
315
|
code: 200
|
|
301
316
|
message: ''
|
|
302
317
|
headers:
|
|
303
318
|
Date:
|
|
304
|
-
-
|
|
319
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
|
305
320
|
Server:
|
|
306
321
|
- Apache/2.4.7 (Ubuntu)
|
|
307
322
|
Vary:
|
|
308
323
|
- X-Auth-Token
|
|
309
324
|
X-Openstack-Request-Id:
|
|
310
|
-
- req-
|
|
325
|
+
- req-752736e4-8b7b-49dd-88b9-4a5392f3293f
|
|
311
326
|
Content-Length:
|
|
312
|
-
- '
|
|
327
|
+
- '1845'
|
|
313
328
|
Content-Type:
|
|
314
329
|
- application/json
|
|
315
330
|
X-Cache:
|
|
@@ -322,25 +337,30 @@ http_interactions:
|
|
|
322
337
|
- keep-alive
|
|
323
338
|
body:
|
|
324
339
|
encoding: UTF-8
|
|
325
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
|
340
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
326
341
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
|
327
|
-
{"name": "nova", "links": {"self": "http://
|
|
342
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
|
328
343
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
|
329
|
-
{"name": "neutron", "links": {"self": "http://
|
|
344
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
|
330
345
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
|
331
|
-
{"name": "cinder", "links": {"self": "http://
|
|
346
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
|
332
347
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
|
333
|
-
{"name": "demo", "links": {"self": "http://
|
|
348
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
|
334
349
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
|
335
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
|
336
|
-
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}
|
|
337
|
-
"links": {"self": "http://
|
|
338
|
-
|
|
350
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
|
351
|
+
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
|
352
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
|
353
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
|
354
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
|
355
|
+
"user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
|
356
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
|
357
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
|
358
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
|
339
359
|
http_version:
|
|
340
|
-
recorded_at:
|
|
360
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
341
361
|
- request:
|
|
342
362
|
method: get
|
|
343
|
-
uri: http://
|
|
363
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=pimpernel
|
|
344
364
|
body:
|
|
345
365
|
encoding: US-ASCII
|
|
346
366
|
string: ''
|
|
@@ -354,20 +374,20 @@ http_interactions:
|
|
|
354
374
|
Accept:
|
|
355
375
|
- application/json
|
|
356
376
|
X-Auth-Token:
|
|
357
|
-
-
|
|
377
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
358
378
|
response:
|
|
359
379
|
status:
|
|
360
380
|
code: 200
|
|
361
381
|
message: ''
|
|
362
382
|
headers:
|
|
363
383
|
Date:
|
|
364
|
-
-
|
|
384
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
|
365
385
|
Server:
|
|
366
386
|
- Apache/2.4.7 (Ubuntu)
|
|
367
387
|
Vary:
|
|
368
388
|
- X-Auth-Token
|
|
369
389
|
X-Openstack-Request-Id:
|
|
370
|
-
- req-
|
|
390
|
+
- req-42d79e03-0fc0-4cba-99aa-ae7cf2117388
|
|
371
391
|
Content-Length:
|
|
372
392
|
- '116'
|
|
373
393
|
Content-Type:
|
|
@@ -382,8 +402,8 @@ http_interactions:
|
|
|
382
402
|
- keep-alive
|
|
383
403
|
body:
|
|
384
404
|
encoding: UTF-8
|
|
385
|
-
string: '{"users": [], "links": {"self": "http://
|
|
405
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=pimpernel",
|
|
386
406
|
"previous": null, "next": null}}'
|
|
387
407
|
http_version:
|
|
388
|
-
recorded_at:
|
|
408
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
|
389
409
|
recorded_with: VCR 2.9.3
|
|
@@ -5,10 +5,10 @@ http_interactions:
|
|
|
5
5
|
uri: http://devstack.openstack.stack:5000/v3/auth/tokens
|
|
6
6
|
body:
|
|
7
7
|
encoding: UTF-8
|
|
8
|
-
string:
|
|
8
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"password":"password","domain":{"name":"Default"},"name":"admin"}}},"scope":{"project":{"name":"admin","domain":{"name":"Default"}}}}}'
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- fog-core/1.32.
|
|
11
|
+
- fog-core/1.32.1
|
|
12
12
|
Content-Type:
|
|
13
13
|
- application/json
|
|
14
14
|
response:
|
|
@@ -17,85 +17,84 @@ http_interactions:
|
|
|
17
17
|
message: ''
|
|
18
18
|
headers:
|
|
19
19
|
Date:
|
|
20
|
-
- Thu,
|
|
20
|
+
- Thu, 29 Oct 2015 10:19:42 GMT
|
|
21
21
|
Server:
|
|
22
22
|
- Apache/2.4.7 (Ubuntu)
|
|
23
23
|
X-Subject-Token:
|
|
24
|
-
-
|
|
24
|
+
- 3b58d1663a9a49b2af240e68bfb08081
|
|
25
25
|
Vary:
|
|
26
26
|
- X-Auth-Token
|
|
27
27
|
X-Openstack-Request-Id:
|
|
28
|
-
- req-
|
|
28
|
+
- req-d26e6201-eb9c-4cd8-be22-7777eba51c0b
|
|
29
29
|
Content-Length:
|
|
30
|
-
- '
|
|
30
|
+
- '5331'
|
|
31
31
|
Content-Type:
|
|
32
32
|
- application/json
|
|
33
33
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
36
|
-
"name": "admin"}], "expires_at": "2015-
|
|
37
|
-
{"domain": {"id": "default", "name": "Default"}, "id": "
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "d98e5f87050646f194c8c23b9e3f2bca",
|
|
36
|
+
"name": "admin"}], "expires_at": "2015-10-29T11:19:42.422754Z", "project":
|
|
37
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "ded5a6e0922c4be59e7c15517cfb89ee",
|
|
38
38
|
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "RegionOne", "url":
|
|
39
|
-
"http://devstack.openstack.stack:
|
|
40
|
-
"id": "
|
|
41
|
-
"http://devstack.openstack.stack:
|
|
42
|
-
"id": "
|
|
43
|
-
"http://devstack.openstack.stack:
|
|
44
|
-
"id": "
|
|
45
|
-
"name": "
|
|
46
|
-
"region": "RegionOne", "interface": "
|
|
47
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
"region": "RegionOne", "interface": "
|
|
54
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/
|
|
55
|
-
"region": "RegionOne", "interface": "internal", "id": "
|
|
56
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/
|
|
57
|
-
"region": "RegionOne", "interface": "
|
|
58
|
-
"type": "
|
|
59
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:
|
|
60
|
-
"region": "RegionOne", "interface": "
|
|
61
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:
|
|
62
|
-
"region": "RegionOne", "interface": "
|
|
63
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:
|
|
64
|
-
"region": "RegionOne", "interface": "
|
|
65
|
-
"type": "
|
|
66
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292",
|
|
67
|
-
"region": "RegionOne", "interface": "public", "id": "12761b1c0f634f7581b986da5080b84a"},
|
|
68
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region":
|
|
69
|
-
"RegionOne", "interface": "internal", "id": "7968eace2b18475f877b040eec185987"},
|
|
70
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region":
|
|
71
|
-
"RegionOne", "interface": "admin", "id": "eda6b4b034d0431bb3fcd3229326c622"}],
|
|
72
|
-
"type": "image", "id": "48c8845a0eb243d6802b629dbed2dc79", "name": "glance"},
|
|
73
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/5b1c4e7218d94dc8879d542002ffbc48",
|
|
74
|
-
"region": "RegionOne", "interface": "internal", "id": "00d4a072dd074a6398e5cd35dbbf6913"},
|
|
75
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/5b1c4e7218d94dc8879d542002ffbc48",
|
|
76
|
-
"region": "RegionOne", "interface": "public", "id": "55f0c7b7f8b348c7b7de153ac3388ac8"},
|
|
77
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/5b1c4e7218d94dc8879d542002ffbc48",
|
|
78
|
-
"region": "RegionOne", "interface": "admin", "id": "afcff3fbd3b04313be932785c50dc0ef"}],
|
|
79
|
-
"type": "compute", "id": "599e0e4ff2584630bc0fd242443af297", "name": "nova"},
|
|
80
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/5b1c4e7218d94dc8879d542002ffbc48",
|
|
81
|
-
"region": "RegionOne", "interface": "admin", "id": "43c972f7af7f465cb3f49d91988427bf"},
|
|
82
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/5b1c4e7218d94dc8879d542002ffbc48",
|
|
83
|
-
"region": "RegionOne", "interface": "internal", "id": "50c9a1fe06094aea908034e55c5e33fe"},
|
|
84
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/5b1c4e7218d94dc8879d542002ffbc48",
|
|
85
|
-
"region": "RegionOne", "interface": "public", "id": "dfa345861e48478d8d05ae1d340e5cc9"}],
|
|
86
|
-
"type": "volumev2", "id": "6520c738495d4688a243d9883213259c", "name": "cinderv2"},
|
|
39
|
+
"http://devstack.openstack.stack:5000/v3", "region": "RegionOne", "interface": "public",
|
|
40
|
+
"id": "09bb76485f3849c1a81dfeda62f1b27b"}, {"region_id": "RegionOne", "url":
|
|
41
|
+
"http://devstack.openstack.stack:35357/v3", "region": "RegionOne", "interface": "admin",
|
|
42
|
+
"id": "73acd28dc39e4d2cb332fe63eafd05fa"}, {"region_id": "RegionOne", "url":
|
|
43
|
+
"http://devstack.openstack.stack:5000/v3", "region": "RegionOne", "interface": "internal",
|
|
44
|
+
"id": "c0acc2a6600148248912d585cfd3debf"}], "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
45
|
+
"name": "keystone"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292",
|
|
46
|
+
"region": "RegionOne", "interface": "admin", "id": "9799d84417464a4cbb9226485ce539c7"},
|
|
47
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne",
|
|
48
|
+
"interface": "internal", "id": "a0d9872cbf42461ea5ab511d32387662"}, {"region_id":
|
|
49
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne", "interface":
|
|
50
|
+
"public", "id": "a93b60395e044b9187ccd7b37cf0c68c"}], "type": "image", "id":
|
|
51
|
+
"1f1c2c6373754553938a93de04db5bc0", "name": "glance"}, {"endpoints": [{"region_id":
|
|
52
|
+
"RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
53
|
+
"region": "RegionOne", "interface": "admin", "id": "273424f04e404eb98eb6008cdff7654f"},
|
|
54
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
55
|
+
"region": "RegionOne", "interface": "internal", "id": "4d6d1528f709499ca177e637521d7e85"},
|
|
56
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
57
|
+
"region": "RegionOne", "interface": "public", "id": "fa22fdd7d604405bb734e5b04b825c57"}],
|
|
58
|
+
"type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c", "name": "cinderv2"},
|
|
59
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
60
|
+
"region": "RegionOne", "interface": "internal", "id": "2b86f18fc82c4f599455afa9f54cae20"},
|
|
61
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
62
|
+
"region": "RegionOne", "interface": "admin", "id": "5620b03559c84f6fbb01b660e3e5b8a9"},
|
|
63
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
64
|
+
"region": "RegionOne", "interface": "public", "id": "f63063e775db4d48962172344fcdbdf1"}],
|
|
65
|
+
"type": "volume", "id": "54efbe90e47244eca5fac1a65374e594", "name": "cinder"},
|
|
87
66
|
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/",
|
|
88
|
-
"region": "RegionOne", "interface": "public", "id": "
|
|
89
|
-
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region":
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
"
|
|
67
|
+
"region": "RegionOne", "interface": "public", "id": "59f19d0e7c59457fa611c4f552fa37c3"},
|
|
68
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne",
|
|
69
|
+
"interface": "admin", "id": "5f2d351a942e41bc8cc2163569c645b7"}, {"region_id":
|
|
70
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne", "interface":
|
|
71
|
+
"internal", "id": "8e2b48e33993420b934607375242e6a1"}], "type": "network",
|
|
72
|
+
"id": "b6063de99a3b474094779d6f778cd87b", "name": "neutron"}, {"endpoints":
|
|
73
|
+
[{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
74
|
+
"region": "RegionOne", "interface": "internal", "id": "1232531a1eda43cba7c8c539270a4839"},
|
|
75
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
76
|
+
"region": "RegionOne", "interface": "public", "id": "87a9c4d67a9549e58a12e93675520929"},
|
|
77
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
78
|
+
"region": "RegionOne", "interface": "admin", "id": "aa0660735da048068454148d747bd997"}],
|
|
79
|
+
"type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911", "name": "novav21"},
|
|
80
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
81
|
+
"region": "RegionOne", "interface": "internal", "id": "1f0cd271fb524becaaa23c5e06730a19"},
|
|
82
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
83
|
+
"region": "RegionOne", "interface": "public", "id": "51429028b9e74cb585dfe4a7df2bfd40"},
|
|
84
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
|
85
|
+
"region": "RegionOne", "interface": "admin", "id": "8b6c30d816b1481f837448bcd368263a"}],
|
|
86
|
+
"type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483", "name": "nova"},
|
|
87
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/",
|
|
88
|
+
"region": "RegionOne", "interface": "admin", "id": "d0af6d9e8b304d69bc349b63fdb7bd00"},
|
|
89
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne",
|
|
90
|
+
"interface": "public", "id": "e08749c48e9e4d2c9f2733fa221b3b2f"}, {"region_id":
|
|
91
|
+
"RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne", "interface":
|
|
92
|
+
"internal", "id": "faf1491ad0244c17b13f9b4fc10becbb"}], "type": "ec2", "id":
|
|
93
|
+
"e2550fc44d8044398e49a080439462ed", "name": "ec2"}], "extras": {}, "user":
|
|
94
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "a18abc2039d6493aa7239a42033cc7c9",
|
|
95
|
+
"name": "admin"}, "audit_ids": ["qFqyG8PkTH2p1nGIxuhinQ"], "issued_at": "2015-10-29T10:19:42.422786Z"}}'
|
|
97
96
|
http_version:
|
|
98
|
-
recorded_at: Thu,
|
|
97
|
+
recorded_at: Thu, 29 Oct 2015 10:19:37 GMT
|
|
99
98
|
- request:
|
|
100
99
|
method: get
|
|
101
100
|
uri: http://devstack.openstack.stack:9696/
|
|
@@ -104,13 +103,15 @@ http_interactions:
|
|
|
104
103
|
string: ''
|
|
105
104
|
headers:
|
|
106
105
|
User-Agent:
|
|
107
|
-
- fog-core/1.32.
|
|
106
|
+
- fog-core/1.32.1
|
|
107
|
+
Proxy-Connection:
|
|
108
|
+
- Keep-Alive
|
|
108
109
|
Content-Type:
|
|
109
110
|
- application/json
|
|
110
111
|
Accept:
|
|
111
112
|
- application/json
|
|
112
113
|
X-Auth-Token:
|
|
113
|
-
-
|
|
114
|
+
- 3b58d1663a9a49b2af240e68bfb08081
|
|
114
115
|
response:
|
|
115
116
|
status:
|
|
116
117
|
code: 200
|
|
@@ -119,13 +120,21 @@ http_interactions:
|
|
|
119
120
|
Content-Type:
|
|
120
121
|
- application/json; charset=UTF-8
|
|
121
122
|
Content-Length:
|
|
122
|
-
- '
|
|
123
|
+
- '119'
|
|
123
124
|
Date:
|
|
124
|
-
- Thu,
|
|
125
|
+
- Thu, 29 Oct 2015 10:19:42 GMT
|
|
126
|
+
X-Cache:
|
|
127
|
+
- MISS from i056593-vagrant
|
|
128
|
+
X-Cache-Lookup:
|
|
129
|
+
- MISS from i056593-vagrant:3128
|
|
130
|
+
Via:
|
|
131
|
+
- 1.1 i056593-vagrant (squid/3.3.8)
|
|
132
|
+
Connection:
|
|
133
|
+
- keep-alive
|
|
125
134
|
body:
|
|
126
|
-
encoding:
|
|
127
|
-
string:
|
|
135
|
+
encoding: UTF-8
|
|
136
|
+
string: '{"versions": [{"status": "CURRENT", "id": "v2.0", "links": [{"href":
|
|
128
137
|
"http://devstack.openstack.stack:9696/v2.0", "rel": "self"}]}]}'
|
|
129
138
|
http_version:
|
|
130
|
-
recorded_at: Thu,
|
|
139
|
+
recorded_at: Thu, 29 Oct 2015 10:19:37 GMT
|
|
131
140
|
recorded_with: VCR 2.9.3
|