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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -0
  3. data/CHANGELOG.md +50 -0
  4. data/fog.gemspec +6 -6
  5. data/lib/fog/digitalocean/models/compute/server.rb +0 -1
  6. data/lib/fog/digitalocean/requests/compute_v2/create_ssh_key.rb +10 -8
  7. data/lib/fog/digitalocean/requests/compute_v2/delete_ssh_key.rb +5 -1
  8. data/lib/fog/digitalocean/requests/compute_v2/list_ssh_keys.rb +6 -1
  9. data/lib/fog/glesys/models/compute/server.rb +0 -1
  10. data/lib/fog/joyent/compute.rb +6 -1
  11. data/lib/fog/linode/compute.rb +3 -0
  12. data/lib/fog/linode/models/compute/data_center.rb +1 -0
  13. data/lib/fog/linode/models/compute/flavor.rb +3 -0
  14. data/lib/fog/linode/models/compute/flavors.rb +8 -1
  15. data/lib/fog/linode/models/compute/image.rb +2 -0
  16. data/lib/fog/linode/models/compute/images.rb +2 -1
  17. data/lib/fog/linode/models/compute/kernel.rb +3 -0
  18. data/lib/fog/linode/models/compute/kernels.rb +14 -8
  19. data/lib/fog/linode/models/compute/node_balancer_flavor.rb +13 -0
  20. data/lib/fog/linode/models/compute/node_balancer_flavors.rb +27 -0
  21. data/lib/fog/linode/requests/compute/avail_kernels.rb +17 -18
  22. data/lib/fog/linode/requests/compute/avail_linodeplans.rb +4 -2
  23. data/lib/fog/linode/requests/compute/avail_nodebalancers.rb +42 -0
  24. data/lib/fog/linode/requests/compute/avail_stackscripts.rb +6 -11
  25. data/lib/fog/openstack/core.rb +22 -21
  26. data/lib/fog/openstack/models/baremetal/nodes.rb +1 -1
  27. data/lib/fog/openstack/models/identity_v3/domain.rb +6 -0
  28. data/lib/fog/openstack/models/identity_v3/domains.rb +19 -4
  29. data/lib/fog/openstack/models/identity_v3/project.rb +10 -0
  30. data/lib/fog/openstack/models/identity_v3/projects.rb +16 -3
  31. data/lib/fog/openstack/models/identity_v3/tokens.rb +1 -0
  32. data/lib/fog/openstack/models/storage/file.rb +9 -0
  33. data/lib/fog/openstack/requests/baremetal/delete_node.rb +1 -1
  34. data/lib/fog/rackspace/requests/load_balancers/create_node.rb +1 -1
  35. data/lib/fog/version.rb +1 -1
  36. data/lib/fog/vsphere/compute.rb +8 -0
  37. data/lib/fog/vsphere/models/compute/network.rb +1 -0
  38. data/lib/fog/vsphere/models/compute/process.rb +18 -0
  39. data/lib/fog/vsphere/models/compute/server.rb +29 -0
  40. data/lib/fog/vsphere/models/compute/snapshot.rb +35 -0
  41. data/lib/fog/vsphere/models/compute/snapshots.rb +27 -0
  42. data/lib/fog/vsphere/requests/compute/create_vm.rb +65 -2
  43. data/lib/fog/vsphere/requests/compute/list_child_snapshots.rb +71 -0
  44. data/lib/fog/vsphere/requests/compute/list_networks.rb +5 -4
  45. data/lib/fog/vsphere/requests/compute/list_processes.rb +41 -0
  46. data/lib/fog/vsphere/requests/compute/list_vm_snapshots.rb +66 -0
  47. data/lib/fog/vsphere/requests/compute/revert_to_snapshot.rb +30 -0
  48. data/lib/fog/vsphere/requests/compute/vm_clone.rb +2 -5
  49. data/lib/fog/vsphere/requests/compute/vm_take_snapshot.rb +37 -0
  50. data/lib/tasks/changelog_task.rb +1 -0
  51. data/spec/fog/openstack/identity_v3/authv3_a.yml +18 -18
  52. data/spec/fog/openstack/identity_v3/authv3_b.yml +18 -18
  53. data/spec/fog/openstack/identity_v3/authv3_c.yml +293 -55
  54. data/spec/fog/openstack/identity_v3/authv3_token.yml +89 -89
  55. data/spec/fog/openstack/identity_v3/authv3_unscoped.yml +325 -222
  56. data/spec/fog/openstack/identity_v3/authv3_unscoped_reauth.yml +587 -111
  57. data/spec/fog/openstack/identity_v3/common_setup.yml +30 -30
  58. data/spec/fog/openstack/identity_v3/idv3_credential.yml +17 -17
  59. data/spec/fog/openstack/identity_v3/idv3_credential_crud.yml +343 -106
  60. data/spec/fog/openstack/identity_v3/idv3_domain.yml +27 -122
  61. data/spec/fog/openstack/identity_v3/idv3_domain_crud.yml +75 -128
  62. data/spec/fog/openstack/identity_v3/idv3_domain_group_roles_mutation.yml +141 -141
  63. data/spec/fog/openstack/identity_v3/idv3_domain_roles_mutation.yml +326 -86
  64. data/spec/fog/openstack/identity_v3/idv3_endpoint.yml +221 -221
  65. data/spec/fog/openstack/identity_v3/idv3_endpoints_crud.yml +314 -314
  66. data/spec/fog/openstack/identity_v3/idv3_group_crud_mutation.yml +191 -188
  67. data/spec/fog/openstack/identity_v3/idv3_policy.yml +23 -23
  68. data/spec/fog/openstack/identity_v3/idv3_policy_crud.yml +67 -67
  69. data/spec/fog/openstack/identity_v3/idv3_project.yml +267 -161
  70. data/spec/fog/openstack/identity_v3/idv3_project_crud.yml +70 -145
  71. data/spec/fog/openstack/identity_v3/idv3_project_group_user_roles_mutation.yml +195 -243
  72. data/spec/fog/openstack/identity_v3/idv3_project_hier_crud_list.yml +203 -553
  73. data/spec/fog/openstack/identity_v3/idv3_role.yml +49 -49
  74. data/spec/fog/openstack/identity_v3/idv3_role_crud.yml +92 -92
  75. data/spec/fog/openstack/identity_v3/idv3_service.yml +61 -61
  76. data/spec/fog/openstack/identity_v3/idv3_services_crud.yml +111 -111
  77. data/spec/fog/openstack/identity_v3/idv3_token.yml +84 -84
  78. data/spec/fog/openstack/identity_v3/idv3_user_crud.yml +140 -125
  79. data/spec/fog/openstack/identity_v3/idv3_users.yml +98 -78
  80. data/spec/fog/openstack/network/common_setup.yml +84 -75
  81. data/spec/fog/openstack/network/subnets_crud.yml +75 -35
  82. data/spec/fog/openstack/shared_context.rb +5 -1
  83. data/tests/helper.rb +1 -0
  84. data/tests/linode/requests/compute/datacenter_tests.rb +2 -1
  85. data/tests/linode/requests/compute/kernel_tests.rb +2 -10
  86. data/tests/linode/requests/compute/linodeplans_tests.rb +10 -7
  87. data/tests/linode/requests/compute/nodebalancers_tests.rb +20 -0
  88. data/tests/openstack/models/storage/file_tests.rb +29 -0
  89. data/tests/rackspace/requests/load_balancers/node_tests.rb +7 -0
  90. data/tests/vsphere/models/compute/server_tests.rb +27 -1
  91. data/tests/vsphere/requests/compute/list_child_snapshots_tests.rb +10 -0
  92. data/tests/vsphere/requests/compute/list_vm_snapshots_tests.rb +10 -0
  93. data/tests/vsphere/requests/compute/revert_to_snapshot_tests.rb +15 -0
  94. data/tests/vsphere/requests/compute/vm_take_snapshot_tests.rb +19 -0
  95. metadata +41 -16
  96. 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://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
19
+ - e6b2788de4cb4562b55c8a7bb05e8444
20
20
  response:
21
21
  status:
22
22
  code: 200
23
23
  message: ''
24
24
  headers:
25
25
  Date:
26
- - Fri, 02 Oct 2015 11:41:30 GMT
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-2a018020-1c4f-4c31-879f-f7fe5cd9dca5
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://10.97.17.84:35357/v3/roles", "previous":
47
+ string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
48
48
  null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
49
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
49
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
50
50
  "name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
51
- {"self": "http://10.97.17.84:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
51
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
52
52
  "name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
53
- {"self": "http://10.97.17.84:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
53
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
54
54
  "name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
55
- "http://10.97.17.84:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
56
- "service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://10.97.17.84:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
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: Fri, 02 Oct 2015 11:41:18 GMT
59
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
60
60
  - request:
61
61
  method: get
62
- uri: http://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
76
+ - e6b2788de4cb4562b55c8a7bb05e8444
77
77
  response:
78
78
  status:
79
79
  code: 200
80
80
  message: ''
81
81
  headers:
82
82
  Date:
83
- - Fri, 02 Oct 2015 11:41:30 GMT
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-b15ee2fe-5ffe-4302-bd0a-969ea0b178d4
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://10.97.17.84:35357/v3/roles", "previous":
104
+ string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
105
105
  null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
106
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
106
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
107
107
  "name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
108
- {"self": "http://10.97.17.84:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
108
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
109
109
  "name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
110
- {"self": "http://10.97.17.84:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
110
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
111
111
  "name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
112
- "http://10.97.17.84:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
113
- "service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://10.97.17.84:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
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: Fri, 02 Oct 2015 11:41:18 GMT
116
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
117
117
  - request:
118
118
  method: get
119
- uri: http://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
133
+ - e6b2788de4cb4562b55c8a7bb05e8444
134
134
  response:
135
135
  status:
136
136
  code: 200
137
137
  message: ''
138
138
  headers:
139
139
  Date:
140
- - Fri, 02 Oct 2015 11:41:30 GMT
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-af5b8c05-97eb-40da-8de0-e2e5ede7dc51
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://10.97.17.84:35357/v3/roles", "previous":
161
+ string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
162
162
  null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
163
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
163
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
164
164
  "name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
165
- {"self": "http://10.97.17.84:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
165
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
166
166
  "name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
167
- {"self": "http://10.97.17.84:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
167
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
168
168
  "name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
169
- "http://10.97.17.84:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
170
- "service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://10.97.17.84:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
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: Fri, 02 Oct 2015 11:41:18 GMT
173
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
174
174
  - request:
175
175
  method: get
176
- uri: http://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
190
+ - e6b2788de4cb4562b55c8a7bb05e8444
191
191
  response:
192
192
  status:
193
193
  code: 200
194
194
  message: ''
195
195
  headers:
196
196
  Date:
197
- - Fri, 02 Oct 2015 11:41:30 GMT
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-99b3f0a6-5da9-494b-9b0d-4a8a2a5da111
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://10.97.17.84:35357/v3/roles", "previous":
218
+ string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
219
219
  null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
220
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
220
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
221
221
  "name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
222
- {"self": "http://10.97.17.84:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
222
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
223
223
  "name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
224
- {"self": "http://10.97.17.84:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
224
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
225
225
  "name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
226
- "http://10.97.17.84:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
227
- "service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://10.97.17.84:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
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: Fri, 02 Oct 2015 11:41:18 GMT
230
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
231
231
  - request:
232
232
  method: get
233
- uri: http://10.97.17.84:35357/v3/roles/atlantis
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
- - f6af15c0332e4d3ab7716b51d8fedfff
247
+ - e6b2788de4cb4562b55c8a7bb05e8444
248
248
  response:
249
249
  status:
250
250
  code: 404
251
251
  message: ''
252
252
  headers:
253
253
  Date:
254
- - Fri, 02 Oct 2015 11:41:30 GMT
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-89be65ac-ccc8-43fa-a139-edd403ad8205
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: Fri, 02 Oct 2015 11:41:18 GMT
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://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
19
+ - e6b2788de4cb4562b55c8a7bb05e8444
20
20
  response:
21
21
  status:
22
22
  code: 201
23
23
  message: ''
24
24
  headers:
25
25
  Date:
26
- - Fri, 02 Oct 2015 11:41:30 GMT
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-41a1f2c6-04ca-43d9-9858-e553d7df7113
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": "5441e79136274392994adfbc8654bd8a", "links": {"self":
48
- "http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a"}, "name":
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: Fri, 02 Oct 2015 11:41:18 GMT
51
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
52
52
  - request:
53
53
  method: get
54
- uri: http://10.97.17.84:35357/v3/roles?name=foobar23
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
- - f6af15c0332e4d3ab7716b51d8fedfff
68
+ - e6b2788de4cb4562b55c8a7bb05e8444
69
69
  response:
70
70
  status:
71
71
  code: 200
72
72
  message: ''
73
73
  headers:
74
74
  Date:
75
- - Fri, 02 Oct 2015 11:41:30 GMT
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-fcbbbe1a-2348-47ef-86fd-9a7e22b3c0e3
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://10.97.17.84:35357/v3/roles?name=foobar23",
97
- "previous": null, "next": null}, "roles": [{"id": "5441e79136274392994adfbc8654bd8a",
98
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a"},
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: Fri, 02 Oct 2015 11:41:18 GMT
101
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
102
102
  - request:
103
103
  method: patch
104
- uri: http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a
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
- - f6af15c0332e4d3ab7716b51d8fedfff
118
+ - e6b2788de4cb4562b55c8a7bb05e8444
119
119
  response:
120
120
  status:
121
121
  code: 200
122
122
  message: ''
123
123
  headers:
124
124
  Date:
125
- - Fri, 02 Oct 2015 11:41:30 GMT
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-e12df8de-5542-4842-9442-be1b9c5e2ca4
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": "5441e79136274392994adfbc8654bd8a", "links": {"self":
147
- "http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a"}, "name":
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: Fri, 02 Oct 2015 11:41:19 GMT
150
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
151
151
  - request:
152
152
  method: get
153
- uri: http://10.97.17.84:35357/v3/roles?name=baz23
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
- - f6af15c0332e4d3ab7716b51d8fedfff
167
+ - e6b2788de4cb4562b55c8a7bb05e8444
168
168
  response:
169
169
  status:
170
170
  code: 200
171
171
  message: ''
172
172
  headers:
173
173
  Date:
174
- - Fri, 02 Oct 2015 11:41:31 GMT
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-06a07e1e-d5ab-4e26-ac66-4a45f22d1c2a
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://10.97.17.84:35357/v3/roles?name=baz23",
196
- "previous": null, "next": null}, "roles": [{"id": "5441e79136274392994adfbc8654bd8a",
197
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a"},
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: Fri, 02 Oct 2015 11:41:19 GMT
200
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
201
201
  - request:
202
202
  method: get
203
- uri: http://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
217
+ - e6b2788de4cb4562b55c8a7bb05e8444
218
218
  response:
219
219
  status:
220
220
  code: 200
221
221
  message: ''
222
222
  headers:
223
223
  Date:
224
- - Fri, 02 Oct 2015 11:41:31 GMT
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-4a50c017-20b0-4453-97e1-a201f30f9271
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://10.97.17.84:35357/v3/roles", "previous":
246
- null, "next": null}, "roles": [{"id": "5441e79136274392994adfbc8654bd8a",
247
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a"},
248
- "name": "baz23"}, {"id": "5a571a620acb4365a0697755861a4e0b", "links": {"self":
249
- "http://10.97.17.84:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"}, "name":
250
- "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links": {"self":
251
- "http://10.97.17.84:35357/v3/roles/693bf84201c446d19272c24aa4492c37"}, "name":
252
- "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links": {"self":
253
- "http://10.97.17.84:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"}, "name":
254
- "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self": "http://10.97.17.84:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"},
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://10.97.17.84:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"}, "name":
256
+ "http://devstack.openstack.stack:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"}, "name":
257
257
  "Member"}]}'
258
258
  http_version:
259
- recorded_at: Fri, 02 Oct 2015 11:41:19 GMT
259
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
260
260
  - request:
261
261
  method: delete
262
- uri: http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a
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
- - f6af15c0332e4d3ab7716b51d8fedfff
276
+ - e6b2788de4cb4562b55c8a7bb05e8444
277
277
  response:
278
278
  status:
279
279
  code: 204
280
280
  message: ''
281
281
  headers:
282
282
  Date:
283
- - Fri, 02 Oct 2015 11:41:31 GMT
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-1f116d70-2b2c-4fac-b3b2-77f4eb81d726
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: Fri, 02 Oct 2015 11:41:19 GMT
304
+ recorded_at: Wed, 28 Oct 2015 16:05:29 GMT
305
305
  - request:
306
306
  method: get
307
- uri: http://10.97.17.84:35357/v3/roles
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
- - f6af15c0332e4d3ab7716b51d8fedfff
321
+ - e6b2788de4cb4562b55c8a7bb05e8444
322
322
  response:
323
323
  status:
324
324
  code: 200
325
325
  message: ''
326
326
  headers:
327
327
  Date:
328
- - Fri, 02 Oct 2015 11:41:31 GMT
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-8d6f4ff1-9da2-4a32-887a-654a7bb45df9
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://10.97.17.84:35357/v3/roles", "previous":
349
+ string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/roles", "previous":
350
350
  null, "next": null}, "roles": [{"id": "5a571a620acb4365a0697755861a4e0b",
351
- "links": {"self": "http://10.97.17.84:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
351
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/roles/5a571a620acb4365a0697755861a4e0b"},
352
352
  "name": "ResellerAdmin"}, {"id": "693bf84201c446d19272c24aa4492c37", "links":
353
- {"self": "http://10.97.17.84:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
353
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/693bf84201c446d19272c24aa4492c37"},
354
354
  "name": "anotherrole"}, {"id": "d98e5f87050646f194c8c23b9e3f2bca", "links":
355
- {"self": "http://10.97.17.84:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
355
+ {"self": "http://devstack.openstack.stack:35357/v3/roles/d98e5f87050646f194c8c23b9e3f2bca"},
356
356
  "name": "admin"}, {"id": "f6ca227446954afdb745b5fa83166c00", "links": {"self":
357
- "http://10.97.17.84:35357/v3/roles/f6ca227446954afdb745b5fa83166c00"}, "name":
358
- "service"}, {"id": "f7f01056a1b04631be460a3b0c07c59f", "links": {"self": "http://10.97.17.84:35357/v3/roles/f7f01056a1b04631be460a3b0c07c59f"},
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: Fri, 02 Oct 2015 11:41:19 GMT
361
+ recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
362
362
  - request:
363
363
  method: get
364
- uri: http://10.97.17.84:35357/v3/roles/5441e79136274392994adfbc8654bd8a
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
- - f6af15c0332e4d3ab7716b51d8fedfff
378
+ - e6b2788de4cb4562b55c8a7bb05e8444
379
379
  response:
380
380
  status:
381
381
  code: 404
382
382
  message: ''
383
383
  headers:
384
384
  Date:
385
- - Fri, 02 Oct 2015 11:41:31 GMT
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-3ecd548a-274f-4eb2-9d01-019c0abb7857
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: 5441e79136274392994adfbc8654bd8a",
406
+ string: '{"error": {"message": "Could not find role: ebb79841df524dac8b4fc4fa031c2da5",
407
407
  "code": 404, "title": "Not Found"}}'
408
408
  http_version:
409
- recorded_at: Fri, 02 Oct 2015 11:41:19 GMT
409
+ recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
410
410
  - request:
411
411
  method: get
412
- uri: http://10.97.17.84:35357/v3/roles?name=foobar23
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
- - f6af15c0332e4d3ab7716b51d8fedfff
426
+ - e6b2788de4cb4562b55c8a7bb05e8444
427
427
  response:
428
428
  status:
429
429
  code: 200
430
430
  message: ''
431
431
  headers:
432
432
  Date:
433
- - Fri, 02 Oct 2015 11:41:31 GMT
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-cb145fb2-5d47-4328-bb6a-40f6f37a750c
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://10.97.17.84:35357/v3/roles?name=foobar23",
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: Fri, 02 Oct 2015 11:41:19 GMT
457
+ recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
458
458
  - request:
459
459
  method: get
460
- uri: http://10.97.17.84:35357/v3/roles?name=baz23
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
- - f6af15c0332e4d3ab7716b51d8fedfff
474
+ - e6b2788de4cb4562b55c8a7bb05e8444
475
475
  response:
476
476
  status:
477
477
  code: 200
478
478
  message: ''
479
479
  headers:
480
480
  Date:
481
- - Fri, 02 Oct 2015 11:41:31 GMT
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-aef11bf6-c492-4bdf-a68f-7bde5bc48a47
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://10.97.17.84:35357/v3/roles?name=baz23",
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: Fri, 02 Oct 2015 11:41:19 GMT
505
+ recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
506
506
  - request:
507
507
  method: get
508
- uri: http://10.97.17.84:35357/v3/roles?name=foobar23
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
- - f6af15c0332e4d3ab7716b51d8fedfff
522
+ - e6b2788de4cb4562b55c8a7bb05e8444
523
523
  response:
524
524
  status:
525
525
  code: 200
526
526
  message: ''
527
527
  headers:
528
528
  Date:
529
- - Fri, 02 Oct 2015 11:41:31 GMT
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-a9446646-4b58-443a-8c24-e041d264674a
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://10.97.17.84:35357/v3/roles?name=foobar23",
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: Fri, 02 Oct 2015 11:41:19 GMT
553
+ recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
554
554
  - request:
555
555
  method: get
556
- uri: http://10.97.17.84:35357/v3/roles?name=baz23
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
- - f6af15c0332e4d3ab7716b51d8fedfff
570
+ - e6b2788de4cb4562b55c8a7bb05e8444
571
571
  response:
572
572
  status:
573
573
  code: 200
574
574
  message: ''
575
575
  headers:
576
576
  Date:
577
- - Fri, 02 Oct 2015 11:41:31 GMT
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-4bdcbc1a-ec31-4573-9b99-b52432b15a24
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://10.97.17.84:35357/v3/roles?name=baz23",
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: Fri, 02 Oct 2015 11:41:20 GMT
601
+ recorded_at: Wed, 28 Oct 2015 16:05:30 GMT
602
602
  recorded_with: VCR 2.9.3