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/services
|
|
6
6
|
body:
|
|
7
7
|
encoding: US-ASCII
|
|
8
8
|
string: ''
|
|
@@ -16,20 +16,20 @@ http_interactions:
|
|
|
16
16
|
Accept:
|
|
17
17
|
- application/json
|
|
18
18
|
X-Auth-Token:
|
|
19
|
-
-
|
|
19
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
20
20
|
response:
|
|
21
21
|
status:
|
|
22
22
|
code: 200
|
|
23
23
|
message: ''
|
|
24
24
|
headers:
|
|
25
25
|
Date:
|
|
26
|
-
-
|
|
26
|
+
- Wed, 28 Oct 2015 16:05:56 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-e3652d77-b843-48cb-afa2-d24bea3a1605
|
|
33
33
|
Content-Length:
|
|
34
34
|
- '1949'
|
|
35
35
|
Content-Type:
|
|
@@ -44,35 +44,35 @@ http_interactions:
|
|
|
44
44
|
- keep-alive
|
|
45
45
|
body:
|
|
46
46
|
encoding: UTF-8
|
|
47
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
47
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
48
48
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
49
49
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
50
|
-
"http://
|
|
50
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
51
51
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
52
52
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
53
|
-
"http://
|
|
53
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
54
54
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
55
55
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
56
|
-
"http://
|
|
56
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
57
57
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
58
58
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
59
|
-
"http://
|
|
59
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
60
60
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
61
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
61
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
62
62
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
63
63
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
64
|
-
"http://
|
|
64
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
65
65
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
66
66
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
67
|
-
"http://
|
|
67
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
68
68
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
69
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
69
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
70
70
|
"previous": null, "next": null}}'
|
|
71
71
|
http_version:
|
|
72
|
-
recorded_at:
|
|
72
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
73
73
|
- request:
|
|
74
74
|
method: get
|
|
75
|
-
uri: http://
|
|
75
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
76
76
|
body:
|
|
77
77
|
encoding: US-ASCII
|
|
78
78
|
string: ''
|
|
@@ -86,20 +86,20 @@ http_interactions:
|
|
|
86
86
|
Accept:
|
|
87
87
|
- application/json
|
|
88
88
|
X-Auth-Token:
|
|
89
|
-
-
|
|
89
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
90
90
|
response:
|
|
91
91
|
status:
|
|
92
92
|
code: 200
|
|
93
93
|
message: ''
|
|
94
94
|
headers:
|
|
95
95
|
Date:
|
|
96
|
-
-
|
|
96
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
97
97
|
Server:
|
|
98
98
|
- Apache/2.4.7 (Ubuntu)
|
|
99
99
|
Vary:
|
|
100
100
|
- X-Auth-Token
|
|
101
101
|
X-Openstack-Request-Id:
|
|
102
|
-
- req-
|
|
102
|
+
- req-b208a7ae-ad9a-4298-bc1e-4f999b68805e
|
|
103
103
|
Content-Length:
|
|
104
104
|
- '1949'
|
|
105
105
|
Content-Type:
|
|
@@ -114,35 +114,35 @@ http_interactions:
|
|
|
114
114
|
- keep-alive
|
|
115
115
|
body:
|
|
116
116
|
encoding: UTF-8
|
|
117
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
117
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
118
118
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
119
119
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
120
|
-
"http://
|
|
120
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
121
121
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
122
122
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
123
|
-
"http://
|
|
123
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
124
124
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
125
125
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
126
|
-
"http://
|
|
126
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
127
127
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
128
128
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
129
|
-
"http://
|
|
129
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
130
130
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
131
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
131
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
132
132
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
133
133
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
134
|
-
"http://
|
|
134
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
135
135
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
136
136
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
137
|
-
"http://
|
|
137
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
138
138
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
139
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
139
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
140
140
|
"previous": null, "next": null}}'
|
|
141
141
|
http_version:
|
|
142
|
-
recorded_at:
|
|
142
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
143
143
|
- request:
|
|
144
144
|
method: get
|
|
145
|
-
uri: http://
|
|
145
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
146
146
|
body:
|
|
147
147
|
encoding: US-ASCII
|
|
148
148
|
string: ''
|
|
@@ -156,20 +156,20 @@ http_interactions:
|
|
|
156
156
|
Accept:
|
|
157
157
|
- application/json
|
|
158
158
|
X-Auth-Token:
|
|
159
|
-
-
|
|
159
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
160
160
|
response:
|
|
161
161
|
status:
|
|
162
162
|
code: 200
|
|
163
163
|
message: ''
|
|
164
164
|
headers:
|
|
165
165
|
Date:
|
|
166
|
-
-
|
|
166
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
167
167
|
Server:
|
|
168
168
|
- Apache/2.4.7 (Ubuntu)
|
|
169
169
|
Vary:
|
|
170
170
|
- X-Auth-Token
|
|
171
171
|
X-Openstack-Request-Id:
|
|
172
|
-
- req-
|
|
172
|
+
- req-70372f35-4b8f-4117-96d8-f5025baf9192
|
|
173
173
|
Content-Length:
|
|
174
174
|
- '1949'
|
|
175
175
|
Content-Type:
|
|
@@ -184,35 +184,35 @@ http_interactions:
|
|
|
184
184
|
- keep-alive
|
|
185
185
|
body:
|
|
186
186
|
encoding: UTF-8
|
|
187
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
187
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
188
188
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
189
189
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
190
|
-
"http://
|
|
190
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
191
191
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
192
192
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
193
|
-
"http://
|
|
193
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
194
194
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
195
195
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
196
|
-
"http://
|
|
196
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
197
197
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
198
198
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
199
|
-
"http://
|
|
199
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
200
200
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
201
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
201
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
202
202
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
203
203
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
204
|
-
"http://
|
|
204
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
205
205
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
206
206
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
207
|
-
"http://
|
|
207
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
208
208
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
209
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
209
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
210
210
|
"previous": null, "next": null}}'
|
|
211
211
|
http_version:
|
|
212
|
-
recorded_at:
|
|
212
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
213
213
|
- request:
|
|
214
214
|
method: get
|
|
215
|
-
uri: http://
|
|
215
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
216
216
|
body:
|
|
217
217
|
encoding: US-ASCII
|
|
218
218
|
string: ''
|
|
@@ -226,20 +226,20 @@ http_interactions:
|
|
|
226
226
|
Accept:
|
|
227
227
|
- application/json
|
|
228
228
|
X-Auth-Token:
|
|
229
|
-
-
|
|
229
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
230
230
|
response:
|
|
231
231
|
status:
|
|
232
232
|
code: 200
|
|
233
233
|
message: ''
|
|
234
234
|
headers:
|
|
235
235
|
Date:
|
|
236
|
-
-
|
|
236
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
237
237
|
Server:
|
|
238
238
|
- Apache/2.4.7 (Ubuntu)
|
|
239
239
|
Vary:
|
|
240
240
|
- X-Auth-Token
|
|
241
241
|
X-Openstack-Request-Id:
|
|
242
|
-
- req-
|
|
242
|
+
- req-43722f23-e9b5-47ab-81bf-3a17cd554a46
|
|
243
243
|
Content-Length:
|
|
244
244
|
- '1949'
|
|
245
245
|
Content-Type:
|
|
@@ -254,35 +254,35 @@ http_interactions:
|
|
|
254
254
|
- keep-alive
|
|
255
255
|
body:
|
|
256
256
|
encoding: UTF-8
|
|
257
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
257
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
258
258
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
259
259
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
260
|
-
"http://
|
|
260
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
261
261
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
262
262
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
263
|
-
"http://
|
|
263
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
264
264
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
265
265
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
266
|
-
"http://
|
|
266
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
267
267
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
268
268
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
269
|
-
"http://
|
|
269
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
270
270
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
271
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
271
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
272
272
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
273
273
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
274
|
-
"http://
|
|
274
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
275
275
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
276
276
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
277
|
-
"http://
|
|
277
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
278
278
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
279
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
279
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
280
280
|
"previous": null, "next": null}}'
|
|
281
281
|
http_version:
|
|
282
|
-
recorded_at:
|
|
282
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
283
283
|
- request:
|
|
284
284
|
method: get
|
|
285
|
-
uri: http://
|
|
285
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/atlantis
|
|
286
286
|
body:
|
|
287
287
|
encoding: US-ASCII
|
|
288
288
|
string: ''
|
|
@@ -296,20 +296,20 @@ http_interactions:
|
|
|
296
296
|
Accept:
|
|
297
297
|
- application/json
|
|
298
298
|
X-Auth-Token:
|
|
299
|
-
-
|
|
299
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
300
300
|
response:
|
|
301
301
|
status:
|
|
302
302
|
code: 404
|
|
303
303
|
message: ''
|
|
304
304
|
headers:
|
|
305
305
|
Date:
|
|
306
|
-
-
|
|
306
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
307
307
|
Server:
|
|
308
308
|
- Apache/2.4.7 (Ubuntu)
|
|
309
309
|
Vary:
|
|
310
310
|
- X-Auth-Token
|
|
311
311
|
X-Openstack-Request-Id:
|
|
312
|
-
- req-
|
|
312
|
+
- req-8927df6c-0c49-45cd-9d3f-00ce5f20a877
|
|
313
313
|
Content-Length:
|
|
314
314
|
- '93'
|
|
315
315
|
Content-Type:
|
|
@@ -327,5 +327,5 @@ http_interactions:
|
|
|
327
327
|
string: '{"error": {"message": "Could not find project: atlantis", "code": 404,
|
|
328
328
|
"title": "Not Found"}}'
|
|
329
329
|
http_version:
|
|
330
|
-
recorded_at:
|
|
330
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
331
331
|
recorded_with: VCR 2.9.3
|
|
@@ -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/services
|
|
6
6
|
body:
|
|
7
7
|
encoding: US-ASCII
|
|
8
8
|
string: ''
|
|
@@ -16,20 +16,20 @@ http_interactions:
|
|
|
16
16
|
Accept:
|
|
17
17
|
- application/json
|
|
18
18
|
X-Auth-Token:
|
|
19
|
-
-
|
|
19
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
20
20
|
response:
|
|
21
21
|
status:
|
|
22
22
|
code: 200
|
|
23
23
|
message: ''
|
|
24
24
|
headers:
|
|
25
25
|
Date:
|
|
26
|
-
-
|
|
26
|
+
- Wed, 28 Oct 2015 16:05:57 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-39f50662-e8ba-43b7-96cc-94ab9622b672
|
|
33
33
|
Content-Length:
|
|
34
34
|
- '1949'
|
|
35
35
|
Content-Type:
|
|
@@ -44,35 +44,35 @@ http_interactions:
|
|
|
44
44
|
- keep-alive
|
|
45
45
|
body:
|
|
46
46
|
encoding: UTF-8
|
|
47
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
47
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
48
48
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
49
49
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
50
|
-
"http://
|
|
50
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
51
51
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
52
52
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
53
|
-
"http://
|
|
53
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
54
54
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
55
55
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
56
|
-
"http://
|
|
56
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
57
57
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
58
58
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
59
|
-
"http://
|
|
59
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
60
60
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
61
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
61
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
62
62
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
63
63
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
64
|
-
"http://
|
|
64
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
65
65
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
66
66
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
67
|
-
"http://
|
|
67
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
68
68
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
69
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
69
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
70
70
|
"previous": null, "next": null}}'
|
|
71
71
|
http_version:
|
|
72
|
-
recorded_at:
|
|
72
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
73
73
|
- request:
|
|
74
74
|
method: post
|
|
75
|
-
uri: http://
|
|
75
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
76
76
|
body:
|
|
77
77
|
encoding: UTF-8
|
|
78
78
|
string: '{"service":{"type":"volume","name":"foobar"}}'
|
|
@@ -86,20 +86,20 @@ http_interactions:
|
|
|
86
86
|
Accept:
|
|
87
87
|
- application/json
|
|
88
88
|
X-Auth-Token:
|
|
89
|
-
-
|
|
89
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
90
90
|
response:
|
|
91
91
|
status:
|
|
92
92
|
code: 201
|
|
93
93
|
message: ''
|
|
94
94
|
headers:
|
|
95
95
|
Date:
|
|
96
|
-
-
|
|
96
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
97
97
|
Server:
|
|
98
98
|
- Apache/2.4.7 (Ubuntu)
|
|
99
99
|
Vary:
|
|
100
100
|
- X-Auth-Token
|
|
101
101
|
X-Openstack-Request-Id:
|
|
102
|
-
- req-
|
|
102
|
+
- req-27476f17-6433-46dc-9a59-30e8450c9004
|
|
103
103
|
Content-Length:
|
|
104
104
|
- '200'
|
|
105
105
|
Content-Type:
|
|
@@ -115,13 +115,13 @@ http_interactions:
|
|
|
115
115
|
body:
|
|
116
116
|
encoding: UTF-8
|
|
117
117
|
string: '{"service": {"enabled": true, "type": "volume", "name": "foobar", "links":
|
|
118
|
-
{"self": "http://
|
|
119
|
-
"id": "
|
|
118
|
+
{"self": "http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b"},
|
|
119
|
+
"id": "b2ee717191c4447db846c58b6729577b"}}'
|
|
120
120
|
http_version:
|
|
121
|
-
recorded_at:
|
|
121
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
122
122
|
- request:
|
|
123
123
|
method: get
|
|
124
|
-
uri: http://
|
|
124
|
+
uri: http://devstack.openstack.stack:35357/v3/services?type=volume
|
|
125
125
|
body:
|
|
126
126
|
encoding: US-ASCII
|
|
127
127
|
string: ''
|
|
@@ -135,20 +135,20 @@ http_interactions:
|
|
|
135
135
|
Accept:
|
|
136
136
|
- application/json
|
|
137
137
|
X-Auth-Token:
|
|
138
|
-
-
|
|
138
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
139
139
|
response:
|
|
140
140
|
status:
|
|
141
141
|
code: 200
|
|
142
142
|
message: ''
|
|
143
143
|
headers:
|
|
144
144
|
Date:
|
|
145
|
-
-
|
|
145
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
146
146
|
Server:
|
|
147
147
|
- Apache/2.4.7 (Ubuntu)
|
|
148
148
|
Vary:
|
|
149
149
|
- X-Auth-Token
|
|
150
150
|
X-Openstack-Request-Id:
|
|
151
|
-
- req-
|
|
151
|
+
- req-bf404be8-4d27-4dc9-8570-42efb87e7f51
|
|
152
152
|
Content-Length:
|
|
153
153
|
- '535'
|
|
154
154
|
Content-Type:
|
|
@@ -163,17 +163,17 @@ http_interactions:
|
|
|
163
163
|
- keep-alive
|
|
164
164
|
body:
|
|
165
165
|
encoding: UTF-8
|
|
166
|
-
string: '{"services": [{"name": "cinder", "links": {"self": "http://
|
|
166
|
+
string: '{"services": [{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
167
167
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
168
168
|
"description": "Cinder Volume Service"}, {"enabled": true, "type": "volume",
|
|
169
|
-
"name": "foobar", "links": {"self": "http://
|
|
170
|
-
"id": "
|
|
169
|
+
"name": "foobar", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b"},
|
|
170
|
+
"id": "b2ee717191c4447db846c58b6729577b"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services?type=volume",
|
|
171
171
|
"previous": null, "next": null}}'
|
|
172
172
|
http_version:
|
|
173
|
-
recorded_at:
|
|
173
|
+
recorded_at: Wed, 28 Oct 2015 16:05:37 GMT
|
|
174
174
|
- request:
|
|
175
175
|
method: patch
|
|
176
|
-
uri: http://
|
|
176
|
+
uri: http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b
|
|
177
177
|
body:
|
|
178
178
|
encoding: UTF-8
|
|
179
179
|
string: '{"service":{"name":"baz"}}'
|
|
@@ -187,20 +187,20 @@ http_interactions:
|
|
|
187
187
|
Accept:
|
|
188
188
|
- application/json
|
|
189
189
|
X-Auth-Token:
|
|
190
|
-
-
|
|
190
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
191
191
|
response:
|
|
192
192
|
status:
|
|
193
193
|
code: 200
|
|
194
194
|
message: ''
|
|
195
195
|
headers:
|
|
196
196
|
Date:
|
|
197
|
-
-
|
|
197
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
198
198
|
Server:
|
|
199
199
|
- Apache/2.4.7 (Ubuntu)
|
|
200
200
|
Vary:
|
|
201
201
|
- X-Auth-Token
|
|
202
202
|
X-Openstack-Request-Id:
|
|
203
|
-
- req-
|
|
203
|
+
- req-136605b7-aede-4ca4-bc5f-de25a9a3a19c
|
|
204
204
|
Content-Length:
|
|
205
205
|
- '197'
|
|
206
206
|
Content-Type:
|
|
@@ -216,13 +216,13 @@ http_interactions:
|
|
|
216
216
|
body:
|
|
217
217
|
encoding: UTF-8
|
|
218
218
|
string: '{"service": {"enabled": true, "type": "volume", "name": "baz", "links":
|
|
219
|
-
{"self": "http://
|
|
220
|
-
"id": "
|
|
219
|
+
{"self": "http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b"},
|
|
220
|
+
"id": "b2ee717191c4447db846c58b6729577b"}}'
|
|
221
221
|
http_version:
|
|
222
|
-
recorded_at:
|
|
222
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
223
223
|
- request:
|
|
224
224
|
method: get
|
|
225
|
-
uri: http://
|
|
225
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
226
226
|
body:
|
|
227
227
|
encoding: US-ASCII
|
|
228
228
|
string: ''
|
|
@@ -236,20 +236,20 @@ http_interactions:
|
|
|
236
236
|
Accept:
|
|
237
237
|
- application/json
|
|
238
238
|
X-Auth-Token:
|
|
239
|
-
-
|
|
239
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
240
240
|
response:
|
|
241
241
|
status:
|
|
242
242
|
code: 200
|
|
243
243
|
message: ''
|
|
244
244
|
headers:
|
|
245
245
|
Date:
|
|
246
|
-
-
|
|
246
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
247
247
|
Server:
|
|
248
248
|
- Apache/2.4.7 (Ubuntu)
|
|
249
249
|
Vary:
|
|
250
250
|
- X-Auth-Token
|
|
251
251
|
X-Openstack-Request-Id:
|
|
252
|
-
- req-
|
|
252
|
+
- req-3806fa90-efc8-42b6-a197-790140421e4c
|
|
253
253
|
Content-Length:
|
|
254
254
|
- '2135'
|
|
255
255
|
Content-Type:
|
|
@@ -264,37 +264,37 @@ http_interactions:
|
|
|
264
264
|
- keep-alive
|
|
265
265
|
body:
|
|
266
266
|
encoding: UTF-8
|
|
267
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
267
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
268
268
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
269
269
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
270
|
-
"http://
|
|
270
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
271
271
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
272
272
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
273
|
-
"http://
|
|
273
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
274
274
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
275
275
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
276
|
-
"http://
|
|
276
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
277
277
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
278
|
-
"description": "Cinder Volume Service"}, {"
|
|
279
|
-
"http://
|
|
278
|
+
"description": "Cinder Volume Service"}, {"enabled": true, "type": "volume",
|
|
279
|
+
"name": "baz", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b"},
|
|
280
|
+
"id": "b2ee717191c4447db846c58b6729577b"}, {"name": "neutron", "links": {"self":
|
|
281
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
280
282
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
281
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
283
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
282
284
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
283
|
-
"description": "Nova Compute Service V2.1"}, {"
|
|
284
|
-
"
|
|
285
|
-
"id": "cc10c7ad36e1452b9e06b75a7592b745"}, {"name": "nova", "links": {"self":
|
|
286
|
-
"http://10.97.17.84:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
285
|
+
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
286
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
287
287
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
288
288
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
289
|
-
"http://
|
|
289
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
290
290
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
291
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
291
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
292
292
|
"previous": null, "next": null}}'
|
|
293
293
|
http_version:
|
|
294
|
-
recorded_at:
|
|
294
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
295
295
|
- request:
|
|
296
296
|
method: get
|
|
297
|
-
uri: http://
|
|
297
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
298
298
|
body:
|
|
299
299
|
encoding: US-ASCII
|
|
300
300
|
string: ''
|
|
@@ -308,20 +308,20 @@ http_interactions:
|
|
|
308
308
|
Accept:
|
|
309
309
|
- application/json
|
|
310
310
|
X-Auth-Token:
|
|
311
|
-
-
|
|
311
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
312
312
|
response:
|
|
313
313
|
status:
|
|
314
314
|
code: 200
|
|
315
315
|
message: ''
|
|
316
316
|
headers:
|
|
317
317
|
Date:
|
|
318
|
-
-
|
|
318
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
319
319
|
Server:
|
|
320
320
|
- Apache/2.4.7 (Ubuntu)
|
|
321
321
|
Vary:
|
|
322
322
|
- X-Auth-Token
|
|
323
323
|
X-Openstack-Request-Id:
|
|
324
|
-
- req-
|
|
324
|
+
- req-510c2aae-1a0c-4bc3-8082-bfced3a566f2
|
|
325
325
|
Content-Length:
|
|
326
326
|
- '2135'
|
|
327
327
|
Content-Type:
|
|
@@ -336,37 +336,37 @@ http_interactions:
|
|
|
336
336
|
- keep-alive
|
|
337
337
|
body:
|
|
338
338
|
encoding: UTF-8
|
|
339
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
339
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
340
340
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
341
341
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
342
|
-
"http://
|
|
342
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
343
343
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
344
344
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
345
|
-
"http://
|
|
345
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
346
346
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
347
347
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
348
|
-
"http://
|
|
348
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
349
349
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
350
|
-
"description": "Cinder Volume Service"}, {"
|
|
351
|
-
"http://
|
|
350
|
+
"description": "Cinder Volume Service"}, {"enabled": true, "type": "volume",
|
|
351
|
+
"name": "baz", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b"},
|
|
352
|
+
"id": "b2ee717191c4447db846c58b6729577b"}, {"name": "neutron", "links": {"self":
|
|
353
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
352
354
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
353
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
355
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
354
356
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
355
|
-
"description": "Nova Compute Service V2.1"}, {"
|
|
356
|
-
"
|
|
357
|
-
"id": "cc10c7ad36e1452b9e06b75a7592b745"}, {"name": "nova", "links": {"self":
|
|
358
|
-
"http://10.97.17.84:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
357
|
+
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
358
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
359
359
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
360
360
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
361
|
-
"http://
|
|
361
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
362
362
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
363
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
363
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
364
364
|
"previous": null, "next": null}}'
|
|
365
365
|
http_version:
|
|
366
|
-
recorded_at:
|
|
366
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
367
367
|
- request:
|
|
368
368
|
method: delete
|
|
369
|
-
uri: http://
|
|
369
|
+
uri: http://devstack.openstack.stack:35357/v3/services/b2ee717191c4447db846c58b6729577b
|
|
370
370
|
body:
|
|
371
371
|
encoding: US-ASCII
|
|
372
372
|
string: ''
|
|
@@ -380,20 +380,20 @@ http_interactions:
|
|
|
380
380
|
Accept:
|
|
381
381
|
- application/json
|
|
382
382
|
X-Auth-Token:
|
|
383
|
-
-
|
|
383
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
384
384
|
response:
|
|
385
385
|
status:
|
|
386
386
|
code: 204
|
|
387
387
|
message: ''
|
|
388
388
|
headers:
|
|
389
389
|
Date:
|
|
390
|
-
-
|
|
390
|
+
- Wed, 28 Oct 2015 16:05:57 GMT
|
|
391
391
|
Server:
|
|
392
392
|
- Apache/2.4.7 (Ubuntu)
|
|
393
393
|
Vary:
|
|
394
394
|
- X-Auth-Token
|
|
395
395
|
X-Openstack-Request-Id:
|
|
396
|
-
- req-
|
|
396
|
+
- req-90fe7ad6-5778-4420-a05d-781826ac6b64
|
|
397
397
|
Content-Length:
|
|
398
398
|
- '0'
|
|
399
399
|
X-Cache:
|
|
@@ -408,10 +408,10 @@ http_interactions:
|
|
|
408
408
|
encoding: UTF-8
|
|
409
409
|
string: ''
|
|
410
410
|
http_version:
|
|
411
|
-
recorded_at:
|
|
411
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
412
412
|
- request:
|
|
413
413
|
method: get
|
|
414
|
-
uri: http://
|
|
414
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
415
415
|
body:
|
|
416
416
|
encoding: US-ASCII
|
|
417
417
|
string: ''
|
|
@@ -425,20 +425,20 @@ http_interactions:
|
|
|
425
425
|
Accept:
|
|
426
426
|
- application/json
|
|
427
427
|
X-Auth-Token:
|
|
428
|
-
-
|
|
428
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
429
429
|
response:
|
|
430
430
|
status:
|
|
431
431
|
code: 200
|
|
432
432
|
message: ''
|
|
433
433
|
headers:
|
|
434
434
|
Date:
|
|
435
|
-
-
|
|
435
|
+
- Wed, 28 Oct 2015 16:05:58 GMT
|
|
436
436
|
Server:
|
|
437
437
|
- Apache/2.4.7 (Ubuntu)
|
|
438
438
|
Vary:
|
|
439
439
|
- X-Auth-Token
|
|
440
440
|
X-Openstack-Request-Id:
|
|
441
|
-
- req-
|
|
441
|
+
- req-7ee214e8-b68b-484a-94ec-7bd2fa96812d
|
|
442
442
|
Content-Length:
|
|
443
443
|
- '1949'
|
|
444
444
|
Content-Type:
|
|
@@ -453,35 +453,35 @@ http_interactions:
|
|
|
453
453
|
- keep-alive
|
|
454
454
|
body:
|
|
455
455
|
encoding: UTF-8
|
|
456
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
456
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
457
457
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
458
458
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
459
|
-
"http://
|
|
459
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
460
460
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
461
461
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
462
|
-
"http://
|
|
462
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
463
463
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
464
464
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
465
|
-
"http://
|
|
465
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
466
466
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
467
467
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
468
|
-
"http://
|
|
468
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
469
469
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
470
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
470
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
471
471
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
472
472
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
473
|
-
"http://
|
|
473
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
474
474
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
475
475
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
476
|
-
"http://
|
|
476
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
477
477
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
478
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
478
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
479
479
|
"previous": null, "next": null}}'
|
|
480
480
|
http_version:
|
|
481
|
-
recorded_at:
|
|
481
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
482
482
|
- request:
|
|
483
483
|
method: get
|
|
484
|
-
uri: http://
|
|
484
|
+
uri: http://devstack.openstack.stack:35357/v3/projects/b2ee717191c4447db846c58b6729577b
|
|
485
485
|
body:
|
|
486
486
|
encoding: US-ASCII
|
|
487
487
|
string: ''
|
|
@@ -495,20 +495,20 @@ http_interactions:
|
|
|
495
495
|
Accept:
|
|
496
496
|
- application/json
|
|
497
497
|
X-Auth-Token:
|
|
498
|
-
-
|
|
498
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
499
499
|
response:
|
|
500
500
|
status:
|
|
501
501
|
code: 404
|
|
502
502
|
message: ''
|
|
503
503
|
headers:
|
|
504
504
|
Date:
|
|
505
|
-
-
|
|
505
|
+
- Wed, 28 Oct 2015 16:05:58 GMT
|
|
506
506
|
Server:
|
|
507
507
|
- Apache/2.4.7 (Ubuntu)
|
|
508
508
|
Vary:
|
|
509
509
|
- X-Auth-Token
|
|
510
510
|
X-Openstack-Request-Id:
|
|
511
|
-
- req-
|
|
511
|
+
- req-103f80c4-c849-4b90-bf34-e39ba0f028c7
|
|
512
512
|
Content-Length:
|
|
513
513
|
- '117'
|
|
514
514
|
Content-Type:
|
|
@@ -523,13 +523,13 @@ http_interactions:
|
|
|
523
523
|
- keep-alive
|
|
524
524
|
body:
|
|
525
525
|
encoding: UTF-8
|
|
526
|
-
string: '{"error": {"message": "Could not find project:
|
|
526
|
+
string: '{"error": {"message": "Could not find project: b2ee717191c4447db846c58b6729577b",
|
|
527
527
|
"code": 404, "title": "Not Found"}}'
|
|
528
528
|
http_version:
|
|
529
|
-
recorded_at:
|
|
529
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
530
530
|
- request:
|
|
531
531
|
method: get
|
|
532
|
-
uri: http://
|
|
532
|
+
uri: http://devstack.openstack.stack:35357/v3/services
|
|
533
533
|
body:
|
|
534
534
|
encoding: US-ASCII
|
|
535
535
|
string: ''
|
|
@@ -543,20 +543,20 @@ http_interactions:
|
|
|
543
543
|
Accept:
|
|
544
544
|
- application/json
|
|
545
545
|
X-Auth-Token:
|
|
546
|
-
-
|
|
546
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
|
547
547
|
response:
|
|
548
548
|
status:
|
|
549
549
|
code: 200
|
|
550
550
|
message: ''
|
|
551
551
|
headers:
|
|
552
552
|
Date:
|
|
553
|
-
-
|
|
553
|
+
- Wed, 28 Oct 2015 16:05:58 GMT
|
|
554
554
|
Server:
|
|
555
555
|
- Apache/2.4.7 (Ubuntu)
|
|
556
556
|
Vary:
|
|
557
557
|
- X-Auth-Token
|
|
558
558
|
X-Openstack-Request-Id:
|
|
559
|
-
- req-
|
|
559
|
+
- req-c47d2e1a-8ad6-4735-b6e7-7601885dbf4d
|
|
560
560
|
Content-Length:
|
|
561
561
|
- '1949'
|
|
562
562
|
Content-Type:
|
|
@@ -571,30 +571,30 @@ http_interactions:
|
|
|
571
571
|
- keep-alive
|
|
572
572
|
body:
|
|
573
573
|
encoding: UTF-8
|
|
574
|
-
string: '{"services": [{"name": "keystone", "links": {"self": "http://
|
|
574
|
+
string: '{"services": [{"name": "keystone", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/00707ec9c3574d8ebb638265844f7903"},
|
|
575
575
|
"enabled": true, "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
|
576
576
|
"description": "Keystone Identity Service"}, {"name": "glance", "links": {"self":
|
|
577
|
-
"http://
|
|
577
|
+
"http://devstack.openstack.stack:35357/v3/services/1f1c2c6373754553938a93de04db5bc0"},
|
|
578
578
|
"enabled": true, "type": "image", "id": "1f1c2c6373754553938a93de04db5bc0",
|
|
579
579
|
"description": "Glance Image Service"}, {"name": "cinderv2", "links": {"self":
|
|
580
|
-
"http://
|
|
580
|
+
"http://devstack.openstack.stack:35357/v3/services/49ef74e8dab84ed0b683f764ae6d510c"},
|
|
581
581
|
"enabled": true, "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c",
|
|
582
582
|
"description": "Cinder Volume Service V2"}, {"name": "cinder", "links": {"self":
|
|
583
|
-
"http://
|
|
583
|
+
"http://devstack.openstack.stack:35357/v3/services/54efbe90e47244eca5fac1a65374e594"},
|
|
584
584
|
"enabled": true, "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
|
585
585
|
"description": "Cinder Volume Service"}, {"name": "neutron", "links": {"self":
|
|
586
|
-
"http://
|
|
586
|
+
"http://devstack.openstack.stack:35357/v3/services/b6063de99a3b474094779d6f778cd87b"},
|
|
587
587
|
"enabled": true, "type": "network", "id": "b6063de99a3b474094779d6f778cd87b",
|
|
588
|
-
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://
|
|
588
|
+
"description": "Neutron Service"}, {"name": "novav21", "links": {"self": "http://devstack.openstack.stack:35357/v3/services/c6ad05da1baa4dd190bdf01dca60e911"},
|
|
589
589
|
"enabled": true, "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
|
590
590
|
"description": "Nova Compute Service V2.1"}, {"name": "nova", "links": {"self":
|
|
591
|
-
"http://
|
|
591
|
+
"http://devstack.openstack.stack:35357/v3/services/d22c9f37ebea4187ae97eb57ced02483"},
|
|
592
592
|
"enabled": true, "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
|
593
593
|
"description": "Nova Compute Service"}, {"name": "ec2", "links": {"self":
|
|
594
|
-
"http://
|
|
594
|
+
"http://devstack.openstack.stack:35357/v3/services/e2550fc44d8044398e49a080439462ed"},
|
|
595
595
|
"enabled": true, "type": "ec2", "id": "e2550fc44d8044398e49a080439462ed",
|
|
596
|
-
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://
|
|
596
|
+
"description": "EC2 Compatibility Layer"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/services",
|
|
597
597
|
"previous": null, "next": null}}'
|
|
598
598
|
http_version:
|
|
599
|
-
recorded_at:
|
|
599
|
+
recorded_at: Wed, 28 Oct 2015 16:05:38 GMT
|
|
600
600
|
recorded_with: VCR 2.9.3
|