fog 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -0
- data/CHANGELOG.md +50 -0
- data/fog.gemspec +6 -6
- data/lib/fog/digitalocean/models/compute/server.rb +0 -1
- data/lib/fog/digitalocean/requests/compute_v2/create_ssh_key.rb +10 -8
- data/lib/fog/digitalocean/requests/compute_v2/delete_ssh_key.rb +5 -1
- data/lib/fog/digitalocean/requests/compute_v2/list_ssh_keys.rb +6 -1
- data/lib/fog/glesys/models/compute/server.rb +0 -1
- data/lib/fog/joyent/compute.rb +6 -1
- data/lib/fog/linode/compute.rb +3 -0
- data/lib/fog/linode/models/compute/data_center.rb +1 -0
- data/lib/fog/linode/models/compute/flavor.rb +3 -0
- data/lib/fog/linode/models/compute/flavors.rb +8 -1
- data/lib/fog/linode/models/compute/image.rb +2 -0
- data/lib/fog/linode/models/compute/images.rb +2 -1
- data/lib/fog/linode/models/compute/kernel.rb +3 -0
- data/lib/fog/linode/models/compute/kernels.rb +14 -8
- data/lib/fog/linode/models/compute/node_balancer_flavor.rb +13 -0
- data/lib/fog/linode/models/compute/node_balancer_flavors.rb +27 -0
- data/lib/fog/linode/requests/compute/avail_kernels.rb +17 -18
- data/lib/fog/linode/requests/compute/avail_linodeplans.rb +4 -2
- data/lib/fog/linode/requests/compute/avail_nodebalancers.rb +42 -0
- data/lib/fog/linode/requests/compute/avail_stackscripts.rb +6 -11
- data/lib/fog/openstack/core.rb +22 -21
- data/lib/fog/openstack/models/baremetal/nodes.rb +1 -1
- data/lib/fog/openstack/models/identity_v3/domain.rb +6 -0
- data/lib/fog/openstack/models/identity_v3/domains.rb +19 -4
- data/lib/fog/openstack/models/identity_v3/project.rb +10 -0
- data/lib/fog/openstack/models/identity_v3/projects.rb +16 -3
- data/lib/fog/openstack/models/identity_v3/tokens.rb +1 -0
- data/lib/fog/openstack/models/storage/file.rb +9 -0
- data/lib/fog/openstack/requests/baremetal/delete_node.rb +1 -1
- data/lib/fog/rackspace/requests/load_balancers/create_node.rb +1 -1
- data/lib/fog/version.rb +1 -1
- data/lib/fog/vsphere/compute.rb +8 -0
- data/lib/fog/vsphere/models/compute/network.rb +1 -0
- data/lib/fog/vsphere/models/compute/process.rb +18 -0
- data/lib/fog/vsphere/models/compute/server.rb +29 -0
- data/lib/fog/vsphere/models/compute/snapshot.rb +35 -0
- data/lib/fog/vsphere/models/compute/snapshots.rb +27 -0
- data/lib/fog/vsphere/requests/compute/create_vm.rb +65 -2
- data/lib/fog/vsphere/requests/compute/list_child_snapshots.rb +71 -0
- data/lib/fog/vsphere/requests/compute/list_networks.rb +5 -4
- data/lib/fog/vsphere/requests/compute/list_processes.rb +41 -0
- data/lib/fog/vsphere/requests/compute/list_vm_snapshots.rb +66 -0
- data/lib/fog/vsphere/requests/compute/revert_to_snapshot.rb +30 -0
- data/lib/fog/vsphere/requests/compute/vm_clone.rb +2 -5
- data/lib/fog/vsphere/requests/compute/vm_take_snapshot.rb +37 -0
- data/lib/tasks/changelog_task.rb +1 -0
- data/spec/fog/openstack/identity_v3/authv3_a.yml +18 -18
- data/spec/fog/openstack/identity_v3/authv3_b.yml +18 -18
- data/spec/fog/openstack/identity_v3/authv3_c.yml +293 -55
- data/spec/fog/openstack/identity_v3/authv3_token.yml +89 -89
- data/spec/fog/openstack/identity_v3/authv3_unscoped.yml +325 -222
- data/spec/fog/openstack/identity_v3/authv3_unscoped_reauth.yml +587 -111
- data/spec/fog/openstack/identity_v3/common_setup.yml +30 -30
- data/spec/fog/openstack/identity_v3/idv3_credential.yml +17 -17
- data/spec/fog/openstack/identity_v3/idv3_credential_crud.yml +343 -106
- data/spec/fog/openstack/identity_v3/idv3_domain.yml +27 -122
- data/spec/fog/openstack/identity_v3/idv3_domain_crud.yml +75 -128
- data/spec/fog/openstack/identity_v3/idv3_domain_group_roles_mutation.yml +141 -141
- data/spec/fog/openstack/identity_v3/idv3_domain_roles_mutation.yml +326 -86
- data/spec/fog/openstack/identity_v3/idv3_endpoint.yml +221 -221
- data/spec/fog/openstack/identity_v3/idv3_endpoints_crud.yml +314 -314
- data/spec/fog/openstack/identity_v3/idv3_group_crud_mutation.yml +191 -188
- data/spec/fog/openstack/identity_v3/idv3_policy.yml +23 -23
- data/spec/fog/openstack/identity_v3/idv3_policy_crud.yml +67 -67
- data/spec/fog/openstack/identity_v3/idv3_project.yml +267 -161
- data/spec/fog/openstack/identity_v3/idv3_project_crud.yml +70 -145
- data/spec/fog/openstack/identity_v3/idv3_project_group_user_roles_mutation.yml +195 -243
- data/spec/fog/openstack/identity_v3/idv3_project_hier_crud_list.yml +203 -553
- data/spec/fog/openstack/identity_v3/idv3_role.yml +49 -49
- data/spec/fog/openstack/identity_v3/idv3_role_crud.yml +92 -92
- data/spec/fog/openstack/identity_v3/idv3_service.yml +61 -61
- data/spec/fog/openstack/identity_v3/idv3_services_crud.yml +111 -111
- data/spec/fog/openstack/identity_v3/idv3_token.yml +84 -84
- data/spec/fog/openstack/identity_v3/idv3_user_crud.yml +140 -125
- data/spec/fog/openstack/identity_v3/idv3_users.yml +98 -78
- data/spec/fog/openstack/network/common_setup.yml +84 -75
- data/spec/fog/openstack/network/subnets_crud.yml +75 -35
- data/spec/fog/openstack/shared_context.rb +5 -1
- data/tests/helper.rb +1 -0
- data/tests/linode/requests/compute/datacenter_tests.rb +2 -1
- data/tests/linode/requests/compute/kernel_tests.rb +2 -10
- data/tests/linode/requests/compute/linodeplans_tests.rb +10 -7
- data/tests/linode/requests/compute/nodebalancers_tests.rb +20 -0
- data/tests/openstack/models/storage/file_tests.rb +29 -0
- data/tests/rackspace/requests/load_balancers/node_tests.rb +7 -0
- data/tests/vsphere/models/compute/server_tests.rb +27 -1
- data/tests/vsphere/requests/compute/list_child_snapshots_tests.rb +10 -0
- data/tests/vsphere/requests/compute/list_vm_snapshots_tests.rb +10 -0
- data/tests/vsphere/requests/compute/revert_to_snapshot_tests.rb +15 -0
- data/tests/vsphere/requests/compute/vm_take_snapshot_tests.rb +19 -0
- metadata +41 -16
- data/spec/fog/openstack/identity_v3/authv3_project.yml +0 -98
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: http://
|
5
|
+
uri: http://devstack.openstack.stack:35357/v3/auth/tokens
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"id":"a18abc2039d6493aa7239a42033cc7c9","password":"devstack"}}},"scope":{"project":{"domain":{"name":"Default"},"name":"admin"}}}}'
|
@@ -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: 201
|
23
23
|
message: ''
|
24
24
|
headers:
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Wed, 28 Oct 2015 16:05:42 GMT
|
27
27
|
Server:
|
28
28
|
- Apache/2.4.7 (Ubuntu)
|
29
29
|
X-Subject-Token:
|
30
|
-
-
|
30
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
31
31
|
Vary:
|
32
32
|
- X-Auth-Token
|
33
33
|
X-Openstack-Request-Id:
|
34
|
-
- req-
|
34
|
+
- req-23397c27-0c3c-4507-8f62-2395c703c19f
|
35
35
|
Content-Length:
|
36
36
|
- '5331'
|
37
37
|
Content-Type:
|
@@ -47,71 +47,71 @@ http_interactions:
|
|
47
47
|
body:
|
48
48
|
encoding: UTF-8
|
49
49
|
string: '{"token": {"methods": ["password"], "roles": [{"id": "d98e5f87050646f194c8c23b9e3f2bca",
|
50
|
-
"name": "admin"}], "expires_at": "2015-10-
|
50
|
+
"name": "admin"}], "expires_at": "2015-10-28T17:05:42.345078Z", "project":
|
51
51
|
{"domain": {"id": "default", "name": "Default"}, "id": "ded5a6e0922c4be59e7c15517cfb89ee",
|
52
52
|
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "RegionOne", "url":
|
53
|
-
"http://
|
53
|
+
"http://devstack.openstack.stack:5000/v3", "region": "RegionOne", "interface": "public",
|
54
54
|
"id": "09bb76485f3849c1a81dfeda62f1b27b"}, {"region_id": "RegionOne", "url":
|
55
|
-
"http://
|
55
|
+
"http://devstack.openstack.stack:35357/v3", "region": "RegionOne", "interface": "admin",
|
56
56
|
"id": "73acd28dc39e4d2cb332fe63eafd05fa"}, {"region_id": "RegionOne", "url":
|
57
|
-
"http://
|
57
|
+
"http://devstack.openstack.stack:5000/v3", "region": "RegionOne", "interface": "internal",
|
58
58
|
"id": "c0acc2a6600148248912d585cfd3debf"}], "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
59
|
-
"name": "keystone"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://
|
59
|
+
"name": "keystone"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292",
|
60
60
|
"region": "RegionOne", "interface": "admin", "id": "9799d84417464a4cbb9226485ce539c7"},
|
61
|
-
{"region_id": "RegionOne", "url": "http://
|
61
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne",
|
62
62
|
"interface": "internal", "id": "a0d9872cbf42461ea5ab511d32387662"}, {"region_id":
|
63
|
-
"RegionOne", "url": "http://
|
63
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne", "interface":
|
64
64
|
"public", "id": "a93b60395e044b9187ccd7b37cf0c68c"}], "type": "image", "id":
|
65
65
|
"1f1c2c6373754553938a93de04db5bc0", "name": "glance"}, {"endpoints": [{"region_id":
|
66
|
-
"RegionOne", "url": "http://
|
66
|
+
"RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
67
67
|
"region": "RegionOne", "interface": "admin", "id": "273424f04e404eb98eb6008cdff7654f"},
|
68
|
-
{"region_id": "RegionOne", "url": "http://
|
68
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
69
69
|
"region": "RegionOne", "interface": "internal", "id": "4d6d1528f709499ca177e637521d7e85"},
|
70
|
-
{"region_id": "RegionOne", "url": "http://
|
70
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
71
71
|
"region": "RegionOne", "interface": "public", "id": "fa22fdd7d604405bb734e5b04b825c57"}],
|
72
72
|
"type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c", "name": "cinderv2"},
|
73
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
73
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
74
74
|
"region": "RegionOne", "interface": "internal", "id": "2b86f18fc82c4f599455afa9f54cae20"},
|
75
|
-
{"region_id": "RegionOne", "url": "http://
|
75
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
76
76
|
"region": "RegionOne", "interface": "admin", "id": "5620b03559c84f6fbb01b660e3e5b8a9"},
|
77
|
-
{"region_id": "RegionOne", "url": "http://
|
77
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
78
78
|
"region": "RegionOne", "interface": "public", "id": "f63063e775db4d48962172344fcdbdf1"}],
|
79
79
|
"type": "volume", "id": "54efbe90e47244eca5fac1a65374e594", "name": "cinder"},
|
80
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
80
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/",
|
81
81
|
"region": "RegionOne", "interface": "public", "id": "59f19d0e7c59457fa611c4f552fa37c3"},
|
82
|
-
{"region_id": "RegionOne", "url": "http://
|
82
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne",
|
83
83
|
"interface": "admin", "id": "5f2d351a942e41bc8cc2163569c645b7"}, {"region_id":
|
84
|
-
"RegionOne", "url": "http://
|
84
|
+
"RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne", "interface":
|
85
85
|
"internal", "id": "8e2b48e33993420b934607375242e6a1"}], "type": "network",
|
86
86
|
"id": "b6063de99a3b474094779d6f778cd87b", "name": "neutron"}, {"endpoints":
|
87
|
-
[{"region_id": "RegionOne", "url": "http://
|
87
|
+
[{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
88
88
|
"region": "RegionOne", "interface": "internal", "id": "1232531a1eda43cba7c8c539270a4839"},
|
89
|
-
{"region_id": "RegionOne", "url": "http://
|
89
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
90
90
|
"region": "RegionOne", "interface": "public", "id": "87a9c4d67a9549e58a12e93675520929"},
|
91
|
-
{"region_id": "RegionOne", "url": "http://
|
91
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
92
92
|
"region": "RegionOne", "interface": "admin", "id": "aa0660735da048068454148d747bd997"}],
|
93
93
|
"type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911", "name": "novav21"},
|
94
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
94
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
95
95
|
"region": "RegionOne", "interface": "internal", "id": "1f0cd271fb524becaaa23c5e06730a19"},
|
96
|
-
{"region_id": "RegionOne", "url": "http://
|
96
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
97
97
|
"region": "RegionOne", "interface": "public", "id": "51429028b9e74cb585dfe4a7df2bfd40"},
|
98
|
-
{"region_id": "RegionOne", "url": "http://
|
98
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
99
99
|
"region": "RegionOne", "interface": "admin", "id": "8b6c30d816b1481f837448bcd368263a"}],
|
100
100
|
"type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483", "name": "nova"},
|
101
|
-
{"endpoints": [{"region_id": "RegionOne", "url": "http://
|
101
|
+
{"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/",
|
102
102
|
"region": "RegionOne", "interface": "admin", "id": "d0af6d9e8b304d69bc349b63fdb7bd00"},
|
103
|
-
{"region_id": "RegionOne", "url": "http://
|
103
|
+
{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne",
|
104
104
|
"interface": "public", "id": "e08749c48e9e4d2c9f2733fa221b3b2f"}, {"region_id":
|
105
|
-
"RegionOne", "url": "http://
|
105
|
+
"RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne", "interface":
|
106
106
|
"internal", "id": "faf1491ad0244c17b13f9b4fc10becbb"}], "type": "ec2", "id":
|
107
107
|
"e2550fc44d8044398e49a080439462ed", "name": "ec2"}], "extras": {}, "user":
|
108
108
|
{"domain": {"id": "default", "name": "Default"}, "id": "a18abc2039d6493aa7239a42033cc7c9",
|
109
|
-
"name": "admin"}, "audit_ids": ["
|
109
|
+
"name": "admin"}, "audit_ids": ["nSboNmapSNawiwjA8lhHZQ"], "issued_at": "2015-10-28T16:05:42.345127Z"}}'
|
110
110
|
http_version:
|
111
|
-
recorded_at:
|
111
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
112
112
|
- request:
|
113
113
|
method: get
|
114
|
-
uri: http://
|
114
|
+
uri: http://devstack.openstack.stack:35357/v3/auth/tokens
|
115
115
|
body:
|
116
116
|
encoding: US-ASCII
|
117
117
|
string: ''
|
@@ -121,9 +121,9 @@ http_interactions:
|
|
121
121
|
Proxy-Connection:
|
122
122
|
- Keep-Alive
|
123
123
|
X-Subject-Token:
|
124
|
-
-
|
124
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
125
125
|
X-Auth-Token:
|
126
|
-
-
|
126
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
127
127
|
Content-Type:
|
128
128
|
- application/json
|
129
129
|
Accept:
|
@@ -134,15 +134,15 @@ http_interactions:
|
|
134
134
|
message: ''
|
135
135
|
headers:
|
136
136
|
Date:
|
137
|
-
-
|
137
|
+
- Wed, 28 Oct 2015 16:05:42 GMT
|
138
138
|
Server:
|
139
139
|
- Apache/2.4.7 (Ubuntu)
|
140
140
|
X-Subject-Token:
|
141
|
-
-
|
141
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
142
142
|
Vary:
|
143
143
|
- X-Auth-Token
|
144
144
|
X-Openstack-Request-Id:
|
145
|
-
- req-
|
145
|
+
- req-1fce389b-ff73-46e5-a7cc-3c5a3efd6e21
|
146
146
|
Content-Length:
|
147
147
|
- '5331'
|
148
148
|
Content-Type:
|
@@ -158,71 +158,71 @@ http_interactions:
|
|
158
158
|
body:
|
159
159
|
encoding: UTF-8
|
160
160
|
string: '{"token": {"methods": ["password"], "roles": [{"id": "d98e5f87050646f194c8c23b9e3f2bca",
|
161
|
-
"name": "admin"}], "expires_at": "2015-10-
|
161
|
+
"name": "admin"}], "expires_at": "2015-10-28T17:05:42.345078Z", "project":
|
162
162
|
{"domain": {"id": "default", "name": "Default"}, "id": "ded5a6e0922c4be59e7c15517cfb89ee",
|
163
|
-
"name": "admin"}, "catalog": [{"endpoints": [{"url": "http://
|
163
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"url": "http://devstack.openstack.stack:5000/v3",
|
164
164
|
"interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id":
|
165
|
-
"09bb76485f3849c1a81dfeda62f1b27b"}, {"url": "http://
|
165
|
+
"09bb76485f3849c1a81dfeda62f1b27b"}, {"url": "http://devstack.openstack.stack:35357/v3",
|
166
166
|
"interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id":
|
167
|
-
"73acd28dc39e4d2cb332fe63eafd05fa"}, {"url": "http://
|
167
|
+
"73acd28dc39e4d2cb332fe63eafd05fa"}, {"url": "http://devstack.openstack.stack:5000/v3",
|
168
168
|
"interface": "internal", "region": "RegionOne", "region_id": "RegionOne",
|
169
169
|
"id": "c0acc2a6600148248912d585cfd3debf"}], "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
|
170
|
-
"name": "keystone"}, {"endpoints": [{"url": "http://
|
170
|
+
"name": "keystone"}, {"endpoints": [{"url": "http://devstack.openstack.stack:9292", "interface":
|
171
171
|
"admin", "region": "RegionOne", "region_id": "RegionOne", "id": "9799d84417464a4cbb9226485ce539c7"},
|
172
|
-
{"url": "http://
|
172
|
+
{"url": "http://devstack.openstack.stack:9292", "interface": "internal", "region": "RegionOne",
|
173
173
|
"region_id": "RegionOne", "id": "a0d9872cbf42461ea5ab511d32387662"}, {"url":
|
174
|
-
"http://
|
174
|
+
"http://devstack.openstack.stack:9292", "interface": "public", "region": "RegionOne", "region_id":
|
175
175
|
"RegionOne", "id": "a93b60395e044b9187ccd7b37cf0c68c"}], "type": "image",
|
176
176
|
"id": "1f1c2c6373754553938a93de04db5bc0", "name": "glance"}, {"endpoints":
|
177
|
-
[{"url": "http://
|
177
|
+
[{"url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee", "interface":
|
178
178
|
"admin", "region": "RegionOne", "region_id": "RegionOne", "id": "273424f04e404eb98eb6008cdff7654f"},
|
179
|
-
{"url": "http://
|
179
|
+
{"url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee", "interface":
|
180
180
|
"internal", "region": "RegionOne", "region_id": "RegionOne", "id": "4d6d1528f709499ca177e637521d7e85"},
|
181
|
-
{"url": "http://
|
181
|
+
{"url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee", "interface":
|
182
182
|
"public", "region": "RegionOne", "region_id": "RegionOne", "id": "fa22fdd7d604405bb734e5b04b825c57"}],
|
183
183
|
"type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c", "name": "cinderv2"},
|
184
|
-
{"endpoints": [{"url": "http://
|
184
|
+
{"endpoints": [{"url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
185
185
|
"interface": "internal", "region": "RegionOne", "region_id": "RegionOne",
|
186
|
-
"id": "2b86f18fc82c4f599455afa9f54cae20"}, {"url": "http://
|
186
|
+
"id": "2b86f18fc82c4f599455afa9f54cae20"}, {"url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
187
187
|
"interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id":
|
188
|
-
"5620b03559c84f6fbb01b660e3e5b8a9"}, {"url": "http://
|
188
|
+
"5620b03559c84f6fbb01b660e3e5b8a9"}, {"url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
|
189
189
|
"interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id":
|
190
190
|
"f63063e775db4d48962172344fcdbdf1"}], "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594",
|
191
|
-
"name": "cinder"}, {"endpoints": [{"url": "http://
|
191
|
+
"name": "cinder"}, {"endpoints": [{"url": "http://devstack.openstack.stack:9696/", "interface":
|
192
192
|
"public", "region": "RegionOne", "region_id": "RegionOne", "id": "59f19d0e7c59457fa611c4f552fa37c3"},
|
193
|
-
{"url": "http://
|
193
|
+
{"url": "http://devstack.openstack.stack:9696/", "interface": "admin", "region": "RegionOne",
|
194
194
|
"region_id": "RegionOne", "id": "5f2d351a942e41bc8cc2163569c645b7"}, {"url":
|
195
|
-
"http://
|
195
|
+
"http://devstack.openstack.stack:9696/", "interface": "internal", "region": "RegionOne",
|
196
196
|
"region_id": "RegionOne", "id": "8e2b48e33993420b934607375242e6a1"}], "type":
|
197
197
|
"network", "id": "b6063de99a3b474094779d6f778cd87b", "name": "neutron"}, {"endpoints":
|
198
|
-
[{"url": "http://
|
198
|
+
[{"url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
199
199
|
"interface": "internal", "region": "RegionOne", "region_id": "RegionOne",
|
200
|
-
"id": "1232531a1eda43cba7c8c539270a4839"}, {"url": "http://
|
200
|
+
"id": "1232531a1eda43cba7c8c539270a4839"}, {"url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
201
201
|
"interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id":
|
202
|
-
"87a9c4d67a9549e58a12e93675520929"}, {"url": "http://
|
202
|
+
"87a9c4d67a9549e58a12e93675520929"}, {"url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
|
203
203
|
"interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id":
|
204
204
|
"aa0660735da048068454148d747bd997"}], "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911",
|
205
|
-
"name": "novav21"}, {"endpoints": [{"url": "http://
|
205
|
+
"name": "novav21"}, {"endpoints": [{"url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
206
206
|
"interface": "internal", "region": "RegionOne", "region_id": "RegionOne",
|
207
|
-
"id": "1f0cd271fb524becaaa23c5e06730a19"}, {"url": "http://
|
207
|
+
"id": "1f0cd271fb524becaaa23c5e06730a19"}, {"url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
208
208
|
"interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id":
|
209
|
-
"51429028b9e74cb585dfe4a7df2bfd40"}, {"url": "http://
|
209
|
+
"51429028b9e74cb585dfe4a7df2bfd40"}, {"url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
|
210
210
|
"interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id":
|
211
211
|
"8b6c30d816b1481f837448bcd368263a"}], "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483",
|
212
|
-
"name": "nova"}, {"endpoints": [{"url": "http://
|
212
|
+
"name": "nova"}, {"endpoints": [{"url": "http://devstack.openstack.stack:8773/", "interface":
|
213
213
|
"admin", "region": "RegionOne", "region_id": "RegionOne", "id": "d0af6d9e8b304d69bc349b63fdb7bd00"},
|
214
|
-
{"url": "http://
|
214
|
+
{"url": "http://devstack.openstack.stack:8773/", "interface": "public", "region": "RegionOne",
|
215
215
|
"region_id": "RegionOne", "id": "e08749c48e9e4d2c9f2733fa221b3b2f"}, {"url":
|
216
|
-
"http://
|
216
|
+
"http://devstack.openstack.stack:8773/", "interface": "internal", "region": "RegionOne",
|
217
217
|
"region_id": "RegionOne", "id": "faf1491ad0244c17b13f9b4fc10becbb"}], "type":
|
218
218
|
"ec2", "id": "e2550fc44d8044398e49a080439462ed", "name": "ec2"}], "extras":
|
219
219
|
{}, "user": {"domain": {"id": "default", "name": "Default"}, "id": "a18abc2039d6493aa7239a42033cc7c9",
|
220
|
-
"name": "admin"}, "audit_ids": ["
|
220
|
+
"name": "admin"}, "audit_ids": ["nSboNmapSNawiwjA8lhHZQ"], "issued_at": "2015-10-28T16:05:42.345127Z"}}'
|
221
221
|
http_version:
|
222
|
-
recorded_at:
|
222
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
223
223
|
- request:
|
224
224
|
method: head
|
225
|
-
uri: http://
|
225
|
+
uri: http://devstack.openstack.stack:35357/v3/auth/tokens
|
226
226
|
body:
|
227
227
|
encoding: US-ASCII
|
228
228
|
string: ''
|
@@ -232,9 +232,9 @@ http_interactions:
|
|
232
232
|
Proxy-Connection:
|
233
233
|
- Keep-Alive
|
234
234
|
X-Subject-Token:
|
235
|
-
-
|
235
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
236
236
|
X-Auth-Token:
|
237
|
-
-
|
237
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
238
238
|
Content-Type:
|
239
239
|
- application/json
|
240
240
|
Accept:
|
@@ -245,15 +245,15 @@ http_interactions:
|
|
245
245
|
message: ''
|
246
246
|
headers:
|
247
247
|
Date:
|
248
|
-
-
|
248
|
+
- Wed, 28 Oct 2015 16:05:42 GMT
|
249
249
|
Server:
|
250
250
|
- Apache/2.4.7 (Ubuntu)
|
251
251
|
X-Subject-Token:
|
252
|
-
-
|
252
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
253
253
|
Vary:
|
254
254
|
- X-Auth-Token
|
255
255
|
X-Openstack-Request-Id:
|
256
|
-
- req-
|
256
|
+
- req-03f434c7-11cc-4ccc-8ef6-d9ca71fbd180
|
257
257
|
Content-Length:
|
258
258
|
- '5331'
|
259
259
|
Content-Type:
|
@@ -270,10 +270,10 @@ http_interactions:
|
|
270
270
|
encoding: UTF-8
|
271
271
|
string: ''
|
272
272
|
http_version:
|
273
|
-
recorded_at:
|
273
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
274
274
|
- request:
|
275
275
|
method: delete
|
276
|
-
uri: http://
|
276
|
+
uri: http://devstack.openstack.stack:35357/v3/auth/tokens
|
277
277
|
body:
|
278
278
|
encoding: US-ASCII
|
279
279
|
string: ''
|
@@ -283,9 +283,9 @@ http_interactions:
|
|
283
283
|
Proxy-Connection:
|
284
284
|
- Keep-Alive
|
285
285
|
X-Subject-Token:
|
286
|
-
-
|
286
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
287
287
|
X-Auth-Token:
|
288
|
-
-
|
288
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
289
289
|
Content-Type:
|
290
290
|
- application/json
|
291
291
|
Accept:
|
@@ -296,13 +296,13 @@ http_interactions:
|
|
296
296
|
message: ''
|
297
297
|
headers:
|
298
298
|
Date:
|
299
|
-
-
|
299
|
+
- Wed, 28 Oct 2015 16:05:42 GMT
|
300
300
|
Server:
|
301
301
|
- Apache/2.4.7 (Ubuntu)
|
302
302
|
Vary:
|
303
303
|
- X-Auth-Token
|
304
304
|
X-Openstack-Request-Id:
|
305
|
-
- req-
|
305
|
+
- req-86b116e1-805f-49dc-a633-0f1ecbe93b6d
|
306
306
|
Content-Length:
|
307
307
|
- '0'
|
308
308
|
X-Cache:
|
@@ -317,10 +317,10 @@ http_interactions:
|
|
317
317
|
encoding: UTF-8
|
318
318
|
string: ''
|
319
319
|
http_version:
|
320
|
-
recorded_at:
|
320
|
+
recorded_at: Wed, 28 Oct 2015 16:05:22 GMT
|
321
321
|
- request:
|
322
322
|
method: head
|
323
|
-
uri: http://
|
323
|
+
uri: http://devstack.openstack.stack:35357/v3/auth/tokens
|
324
324
|
body:
|
325
325
|
encoding: US-ASCII
|
326
326
|
string: ''
|
@@ -330,9 +330,9 @@ http_interactions:
|
|
330
330
|
Proxy-Connection:
|
331
331
|
- Keep-Alive
|
332
332
|
X-Subject-Token:
|
333
|
-
-
|
333
|
+
- dead4e30d9e64fb19ce5136a75c9dee8
|
334
334
|
X-Auth-Token:
|
335
|
-
-
|
335
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
336
336
|
Content-Type:
|
337
337
|
- application/json
|
338
338
|
Accept:
|
@@ -343,13 +343,13 @@ http_interactions:
|
|
343
343
|
message: ''
|
344
344
|
headers:
|
345
345
|
Date:
|
346
|
-
-
|
346
|
+
- Wed, 28 Oct 2015 16:05:42 GMT
|
347
347
|
Server:
|
348
348
|
- Apache/2.4.7 (Ubuntu)
|
349
349
|
Vary:
|
350
350
|
- X-Auth-Token
|
351
351
|
X-Openstack-Request-Id:
|
352
|
-
- req-
|
352
|
+
- req-0e9eccab-7077-443d-b7df-f8c07f72cdc2
|
353
353
|
Content-Length:
|
354
354
|
- '115'
|
355
355
|
Content-Type:
|
@@ -366,5 +366,5 @@ http_interactions:
|
|
366
366
|
encoding: UTF-8
|
367
367
|
string: ''
|
368
368
|
http_version:
|
369
|
-
recorded_at:
|
369
|
+
recorded_at: Wed, 28 Oct 2015 16:05:23 GMT
|
370
370
|
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/users?name=foobar
|
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: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-a7e7e51e-aeeb-4ead-beae-ecb1374606ab
|
33
33
|
Content-Length:
|
34
34
|
- '113'
|
35
35
|
Content-Type:
|
@@ -44,13 +44,13 @@ http_interactions:
|
|
44
44
|
- keep-alive
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"users": [], "links": {"self": "http://
|
47
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=foobar",
|
48
48
|
"previous": null, "next": null}}'
|
49
49
|
http_version:
|
50
|
-
recorded_at:
|
50
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
51
51
|
- request:
|
52
52
|
method: get
|
53
|
-
uri: http://
|
53
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=baz
|
54
54
|
body:
|
55
55
|
encoding: US-ASCII
|
56
56
|
string: ''
|
@@ -64,20 +64,20 @@ http_interactions:
|
|
64
64
|
Accept:
|
65
65
|
- application/json
|
66
66
|
X-Auth-Token:
|
67
|
-
-
|
67
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
68
68
|
response:
|
69
69
|
status:
|
70
70
|
code: 200
|
71
71
|
message: ''
|
72
72
|
headers:
|
73
73
|
Date:
|
74
|
-
-
|
74
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
75
75
|
Server:
|
76
76
|
- Apache/2.4.7 (Ubuntu)
|
77
77
|
Vary:
|
78
78
|
- X-Auth-Token
|
79
79
|
X-Openstack-Request-Id:
|
80
|
-
- req-
|
80
|
+
- req-24c67311-457b-49e0-97fc-2a496f8588d6
|
81
81
|
Content-Length:
|
82
82
|
- '110'
|
83
83
|
Content-Type:
|
@@ -92,13 +92,13 @@ http_interactions:
|
|
92
92
|
- keep-alive
|
93
93
|
body:
|
94
94
|
encoding: UTF-8
|
95
|
-
string: '{"users": [], "links": {"self": "http://
|
95
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=baz",
|
96
96
|
"previous": null, "next": null}}'
|
97
97
|
http_version:
|
98
|
-
recorded_at:
|
98
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
99
99
|
- request:
|
100
100
|
method: get
|
101
|
-
uri: http://
|
101
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=foobar
|
102
102
|
body:
|
103
103
|
encoding: US-ASCII
|
104
104
|
string: ''
|
@@ -112,20 +112,20 @@ http_interactions:
|
|
112
112
|
Accept:
|
113
113
|
- application/json
|
114
114
|
X-Auth-Token:
|
115
|
-
-
|
115
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
116
116
|
response:
|
117
117
|
status:
|
118
118
|
code: 200
|
119
119
|
message: ''
|
120
120
|
headers:
|
121
121
|
Date:
|
122
|
-
-
|
122
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
123
123
|
Server:
|
124
124
|
- Apache/2.4.7 (Ubuntu)
|
125
125
|
Vary:
|
126
126
|
- X-Auth-Token
|
127
127
|
X-Openstack-Request-Id:
|
128
|
-
- req-
|
128
|
+
- req-ea525005-9731-46a8-9e90-35837e32a358
|
129
129
|
Content-Length:
|
130
130
|
- '113'
|
131
131
|
Content-Type:
|
@@ -140,13 +140,13 @@ http_interactions:
|
|
140
140
|
- keep-alive
|
141
141
|
body:
|
142
142
|
encoding: UTF-8
|
143
|
-
string: '{"users": [], "links": {"self": "http://
|
143
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=foobar",
|
144
144
|
"previous": null, "next": null}}'
|
145
145
|
http_version:
|
146
|
-
recorded_at:
|
146
|
+
recorded_at: Wed, 28 Oct 2015 16:05:18 GMT
|
147
147
|
- request:
|
148
148
|
method: get
|
149
|
-
uri: http://
|
149
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=baz
|
150
150
|
body:
|
151
151
|
encoding: US-ASCII
|
152
152
|
string: ''
|
@@ -160,20 +160,20 @@ http_interactions:
|
|
160
160
|
Accept:
|
161
161
|
- application/json
|
162
162
|
X-Auth-Token:
|
163
|
-
-
|
163
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
164
164
|
response:
|
165
165
|
status:
|
166
166
|
code: 200
|
167
167
|
message: ''
|
168
168
|
headers:
|
169
169
|
Date:
|
170
|
-
-
|
170
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
171
171
|
Server:
|
172
172
|
- Apache/2.4.7 (Ubuntu)
|
173
173
|
Vary:
|
174
174
|
- X-Auth-Token
|
175
175
|
X-Openstack-Request-Id:
|
176
|
-
- req-
|
176
|
+
- req-2bfa717b-e2a8-4031-bf24-bdb71ce73153
|
177
177
|
Content-Length:
|
178
178
|
- '110'
|
179
179
|
Content-Type:
|
@@ -188,13 +188,13 @@ http_interactions:
|
|
188
188
|
- keep-alive
|
189
189
|
body:
|
190
190
|
encoding: UTF-8
|
191
|
-
string: '{"users": [], "links": {"self": "http://
|
191
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=baz",
|
192
192
|
"previous": null, "next": null}}'
|
193
193
|
http_version:
|
194
|
-
recorded_at:
|
194
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
195
195
|
- request:
|
196
196
|
method: post
|
197
|
-
uri: http://
|
197
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
198
198
|
body:
|
199
199
|
encoding: UTF-8
|
200
200
|
string: '{"user":{"name":"foobar","email":"foobar@example.com","password":"s3cret!"}}'
|
@@ -208,20 +208,20 @@ http_interactions:
|
|
208
208
|
Accept:
|
209
209
|
- application/json
|
210
210
|
X-Auth-Token:
|
211
|
-
-
|
211
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
212
212
|
response:
|
213
213
|
status:
|
214
214
|
code: 201
|
215
215
|
message: ''
|
216
216
|
headers:
|
217
217
|
Date:
|
218
|
-
-
|
218
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
219
219
|
Server:
|
220
220
|
- Apache/2.4.7 (Ubuntu)
|
221
221
|
Vary:
|
222
222
|
- X-Auth-Token
|
223
223
|
X-Openstack-Request-Id:
|
224
|
-
- req-
|
224
|
+
- req-40626fe5-645e-4818-b9ad-d8bfd40e1d55
|
225
225
|
Content-Length:
|
226
226
|
- '231'
|
227
227
|
Content-Type:
|
@@ -236,14 +236,14 @@ http_interactions:
|
|
236
236
|
- keep-alive
|
237
237
|
body:
|
238
238
|
encoding: UTF-8
|
239
|
-
string: '{"user": {"name": "foobar", "links": {"self": "http://
|
239
|
+
string: '{"user": {"name": "foobar", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6"},
|
240
240
|
"domain_id": "default", "enabled": true, "email": "foobar@example.com", "id":
|
241
|
-
"
|
241
|
+
"d80b22c339fb4b83bd2627aac50ff2e6"}}'
|
242
242
|
http_version:
|
243
|
-
recorded_at:
|
243
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
244
244
|
- request:
|
245
245
|
method: get
|
246
|
-
uri: http://
|
246
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=foobar
|
247
247
|
body:
|
248
248
|
encoding: US-ASCII
|
249
249
|
string: ''
|
@@ -257,20 +257,20 @@ http_interactions:
|
|
257
257
|
Accept:
|
258
258
|
- application/json
|
259
259
|
X-Auth-Token:
|
260
|
-
-
|
260
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
261
261
|
response:
|
262
262
|
status:
|
263
263
|
code: 200
|
264
264
|
message: ''
|
265
265
|
headers:
|
266
266
|
Date:
|
267
|
-
-
|
267
|
+
- Wed, 28 Oct 2015 16:05:38 GMT
|
268
268
|
Server:
|
269
269
|
- Apache/2.4.7 (Ubuntu)
|
270
270
|
Vary:
|
271
271
|
- X-Auth-Token
|
272
272
|
X-Openstack-Request-Id:
|
273
|
-
- req-
|
273
|
+
- req-38d21d03-480d-4d32-b773-3c435bc7f36e
|
274
274
|
Content-Length:
|
275
275
|
- '334'
|
276
276
|
Content-Type:
|
@@ -285,15 +285,15 @@ http_interactions:
|
|
285
285
|
- keep-alive
|
286
286
|
body:
|
287
287
|
encoding: UTF-8
|
288
|
-
string: '{"users": [{"name": "foobar", "links": {"self": "http://
|
288
|
+
string: '{"users": [{"name": "foobar", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6"},
|
289
289
|
"domain_id": "default", "enabled": true, "email": "foobar@example.com", "id":
|
290
|
-
"
|
290
|
+
"d80b22c339fb4b83bd2627aac50ff2e6"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=foobar",
|
291
291
|
"previous": null, "next": null}}'
|
292
292
|
http_version:
|
293
|
-
recorded_at:
|
293
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
294
294
|
- request:
|
295
295
|
method: patch
|
296
|
-
uri: http://
|
296
|
+
uri: http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6
|
297
297
|
body:
|
298
298
|
encoding: UTF-8
|
299
299
|
string: '{"user":{"name":"baz","enabled":false}}'
|
@@ -307,20 +307,20 @@ http_interactions:
|
|
307
307
|
Accept:
|
308
308
|
- application/json
|
309
309
|
X-Auth-Token:
|
310
|
-
-
|
310
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
311
311
|
response:
|
312
312
|
status:
|
313
313
|
code: 200
|
314
314
|
message: ''
|
315
315
|
headers:
|
316
316
|
Date:
|
317
|
-
-
|
317
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
318
318
|
Server:
|
319
319
|
- Apache/2.4.7 (Ubuntu)
|
320
320
|
Vary:
|
321
321
|
- X-Auth-Token
|
322
322
|
X-Openstack-Request-Id:
|
323
|
-
- req-
|
323
|
+
- req-0c82f7f5-67ba-4b5b-ae99-73b06600e871
|
324
324
|
Content-Length:
|
325
325
|
- '271'
|
326
326
|
Content-Type:
|
@@ -335,14 +335,14 @@ http_interactions:
|
|
335
335
|
- keep-alive
|
336
336
|
body:
|
337
337
|
encoding: UTF-8
|
338
|
-
string: '{"user": {"name": "baz", "links": {"self": "http://
|
338
|
+
string: '{"user": {"name": "baz", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6"},
|
339
339
|
"extra": {"email": "foobar@example.com"}, "domain_id": "default", "enabled":
|
340
|
-
false, "email": "foobar@example.com", "id": "
|
340
|
+
false, "email": "foobar@example.com", "id": "d80b22c339fb4b83bd2627aac50ff2e6"}}'
|
341
341
|
http_version:
|
342
|
-
recorded_at:
|
342
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
343
343
|
- request:
|
344
344
|
method: get
|
345
|
-
uri: http://
|
345
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=baz
|
346
346
|
body:
|
347
347
|
encoding: US-ASCII
|
348
348
|
string: ''
|
@@ -356,20 +356,20 @@ http_interactions:
|
|
356
356
|
Accept:
|
357
357
|
- application/json
|
358
358
|
X-Auth-Token:
|
359
|
-
-
|
359
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
360
360
|
response:
|
361
361
|
status:
|
362
362
|
code: 200
|
363
363
|
message: ''
|
364
364
|
headers:
|
365
365
|
Date:
|
366
|
-
-
|
366
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
367
367
|
Server:
|
368
368
|
- Apache/2.4.7 (Ubuntu)
|
369
369
|
Vary:
|
370
370
|
- X-Auth-Token
|
371
371
|
X-Openstack-Request-Id:
|
372
|
-
- req-
|
372
|
+
- req-2720e813-6742-4664-9b63-601e4b80ba67
|
373
373
|
Content-Length:
|
374
374
|
- '329'
|
375
375
|
Content-Type:
|
@@ -384,15 +384,15 @@ http_interactions:
|
|
384
384
|
- keep-alive
|
385
385
|
body:
|
386
386
|
encoding: UTF-8
|
387
|
-
string: '{"users": [{"name": "baz", "links": {"self": "http://
|
387
|
+
string: '{"users": [{"name": "baz", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6"},
|
388
388
|
"domain_id": "default", "enabled": false, "email": "foobar@example.com", "id":
|
389
|
-
"
|
389
|
+
"d80b22c339fb4b83bd2627aac50ff2e6"}], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=baz",
|
390
390
|
"previous": null, "next": null}}'
|
391
391
|
http_version:
|
392
|
-
recorded_at:
|
392
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
393
393
|
- request:
|
394
394
|
method: get
|
395
|
-
uri: http://
|
395
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
396
396
|
body:
|
397
397
|
encoding: US-ASCII
|
398
398
|
string: ''
|
@@ -406,22 +406,22 @@ http_interactions:
|
|
406
406
|
Accept:
|
407
407
|
- application/json
|
408
408
|
X-Auth-Token:
|
409
|
-
-
|
409
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
410
410
|
response:
|
411
411
|
status:
|
412
412
|
code: 200
|
413
413
|
message: ''
|
414
414
|
headers:
|
415
415
|
Date:
|
416
|
-
-
|
416
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
417
417
|
Server:
|
418
418
|
- Apache/2.4.7 (Ubuntu)
|
419
419
|
Vary:
|
420
420
|
- X-Auth-Token
|
421
421
|
X-Openstack-Request-Id:
|
422
|
-
- req-
|
422
|
+
- req-122ceadc-ad58-4abf-b8a7-699618db6db7
|
423
423
|
Content-Length:
|
424
|
-
- '
|
424
|
+
- '2066'
|
425
425
|
Content-Type:
|
426
426
|
- application/json
|
427
427
|
X-Cache:
|
@@ -434,27 +434,32 @@ http_interactions:
|
|
434
434
|
- keep-alive
|
435
435
|
body:
|
436
436
|
encoding: UTF-8
|
437
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
437
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
438
438
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
439
|
-
{"name": "nova", "links": {"self": "http://
|
439
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
440
440
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
441
|
-
{"name": "neutron", "links": {"self": "http://
|
441
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
442
442
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
443
|
-
{"name": "cinder", "links": {"self": "http://
|
443
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
444
444
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
445
|
-
{"name": "demo", "links": {"self": "http://
|
445
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
446
446
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
447
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
447
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
448
448
|
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
449
|
-
{"name": "
|
449
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
450
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
451
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
452
|
+
"baz", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6"},
|
450
453
|
"domain_id": "default", "enabled": false, "email": "foobar@example.com", "id":
|
451
|
-
"
|
452
|
-
"
|
454
|
+
"d80b22c339fb4b83bd2627aac50ff2e6"}, {"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
455
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
456
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
457
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
453
458
|
http_version:
|
454
|
-
recorded_at:
|
459
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
455
460
|
- request:
|
456
461
|
method: post
|
457
|
-
uri: http://
|
462
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
458
463
|
body:
|
459
464
|
encoding: UTF-8
|
460
465
|
string: '{"user":{"name":"baz","email":"foobar@example.com","password":"s3cret!"}}'
|
@@ -468,20 +473,20 @@ http_interactions:
|
|
468
473
|
Accept:
|
469
474
|
- application/json
|
470
475
|
X-Auth-Token:
|
471
|
-
-
|
476
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
472
477
|
response:
|
473
478
|
status:
|
474
479
|
code: 409
|
475
480
|
message: ''
|
476
481
|
headers:
|
477
482
|
Date:
|
478
|
-
-
|
483
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
479
484
|
Server:
|
480
485
|
- Apache/2.4.7 (Ubuntu)
|
481
486
|
Vary:
|
482
487
|
- X-Auth-Token
|
483
488
|
X-Openstack-Request-Id:
|
484
|
-
- req-
|
489
|
+
- req-17037cff-c3f7-4875-9d45-9dec4d7543b1
|
485
490
|
Content-Length:
|
486
491
|
- '120'
|
487
492
|
Content-Type:
|
@@ -499,10 +504,10 @@ http_interactions:
|
|
499
504
|
string: '{"error": {"message": "Conflict occurred attempting to store user -
|
500
505
|
Duplicate Entry", "code": 409, "title": "Conflict"}}'
|
501
506
|
http_version:
|
502
|
-
recorded_at:
|
507
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
503
508
|
- request:
|
504
509
|
method: delete
|
505
|
-
uri: http://
|
510
|
+
uri: http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6
|
506
511
|
body:
|
507
512
|
encoding: US-ASCII
|
508
513
|
string: ''
|
@@ -516,20 +521,20 @@ http_interactions:
|
|
516
521
|
Accept:
|
517
522
|
- application/json
|
518
523
|
X-Auth-Token:
|
519
|
-
-
|
524
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
520
525
|
response:
|
521
526
|
status:
|
522
527
|
code: 204
|
523
528
|
message: ''
|
524
529
|
headers:
|
525
530
|
Date:
|
526
|
-
-
|
531
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
527
532
|
Server:
|
528
533
|
- Apache/2.4.7 (Ubuntu)
|
529
534
|
Vary:
|
530
535
|
- X-Auth-Token
|
531
536
|
X-Openstack-Request-Id:
|
532
|
-
- req-
|
537
|
+
- req-456caa89-dd28-4990-abb1-01b15d39a95a
|
533
538
|
Content-Length:
|
534
539
|
- '0'
|
535
540
|
X-Cache:
|
@@ -544,10 +549,10 @@ http_interactions:
|
|
544
549
|
encoding: UTF-8
|
545
550
|
string: ''
|
546
551
|
http_version:
|
547
|
-
recorded_at:
|
552
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
548
553
|
- request:
|
549
554
|
method: get
|
550
|
-
uri: http://
|
555
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
551
556
|
body:
|
552
557
|
encoding: US-ASCII
|
553
558
|
string: ''
|
@@ -561,22 +566,22 @@ http_interactions:
|
|
561
566
|
Accept:
|
562
567
|
- application/json
|
563
568
|
X-Auth-Token:
|
564
|
-
-
|
569
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
565
570
|
response:
|
566
571
|
status:
|
567
572
|
code: 200
|
568
573
|
message: ''
|
569
574
|
headers:
|
570
575
|
Date:
|
571
|
-
-
|
576
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
572
577
|
Server:
|
573
578
|
- Apache/2.4.7 (Ubuntu)
|
574
579
|
Vary:
|
575
580
|
- X-Auth-Token
|
576
581
|
X-Openstack-Request-Id:
|
577
|
-
- req-
|
582
|
+
- req-76fb0f9f-62f0-4c51-bc2e-662b939fcf81
|
578
583
|
Content-Length:
|
579
|
-
- '
|
584
|
+
- '1845'
|
580
585
|
Content-Type:
|
581
586
|
- application/json
|
582
587
|
X-Cache:
|
@@ -589,25 +594,30 @@ http_interactions:
|
|
589
594
|
- keep-alive
|
590
595
|
body:
|
591
596
|
encoding: UTF-8
|
592
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
597
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
593
598
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
594
|
-
{"name": "nova", "links": {"self": "http://
|
599
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
595
600
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
596
|
-
{"name": "neutron", "links": {"self": "http://
|
601
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
597
602
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
598
|
-
{"name": "cinder", "links": {"self": "http://
|
603
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
599
604
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
600
|
-
{"name": "demo", "links": {"self": "http://
|
605
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
601
606
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
602
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
603
|
-
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}
|
604
|
-
"links": {"self": "http://
|
605
|
-
|
607
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
608
|
+
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
609
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
610
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
611
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
612
|
+
"user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
613
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
614
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
615
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
606
616
|
http_version:
|
607
|
-
recorded_at:
|
617
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
608
618
|
- request:
|
609
619
|
method: get
|
610
|
-
uri: http://
|
620
|
+
uri: http://devstack.openstack.stack:35357/v3/users/d80b22c339fb4b83bd2627aac50ff2e6
|
611
621
|
body:
|
612
622
|
encoding: US-ASCII
|
613
623
|
string: ''
|
@@ -621,20 +631,20 @@ http_interactions:
|
|
621
631
|
Accept:
|
622
632
|
- application/json
|
623
633
|
X-Auth-Token:
|
624
|
-
-
|
634
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
625
635
|
response:
|
626
636
|
status:
|
627
637
|
code: 404
|
628
638
|
message: ''
|
629
639
|
headers:
|
630
640
|
Date:
|
631
|
-
-
|
641
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
632
642
|
Server:
|
633
643
|
- Apache/2.4.7 (Ubuntu)
|
634
644
|
Vary:
|
635
645
|
- X-Auth-Token
|
636
646
|
X-Openstack-Request-Id:
|
637
|
-
- req-
|
647
|
+
- req-9c5c5e47-f52c-416d-8774-cce67f9a6cca
|
638
648
|
Content-Length:
|
639
649
|
- '114'
|
640
650
|
Content-Type:
|
@@ -649,13 +659,13 @@ http_interactions:
|
|
649
659
|
- keep-alive
|
650
660
|
body:
|
651
661
|
encoding: UTF-8
|
652
|
-
string: '{"error": {"message": "Could not find user:
|
662
|
+
string: '{"error": {"message": "Could not find user: d80b22c339fb4b83bd2627aac50ff2e6",
|
653
663
|
"code": 404, "title": "Not Found"}}'
|
654
664
|
http_version:
|
655
|
-
recorded_at:
|
665
|
+
recorded_at: Wed, 28 Oct 2015 16:05:19 GMT
|
656
666
|
- request:
|
657
667
|
method: get
|
658
|
-
uri: http://
|
668
|
+
uri: http://devstack.openstack.stack:35357/v3/users
|
659
669
|
body:
|
660
670
|
encoding: US-ASCII
|
661
671
|
string: ''
|
@@ -669,22 +679,22 @@ http_interactions:
|
|
669
679
|
Accept:
|
670
680
|
- application/json
|
671
681
|
X-Auth-Token:
|
672
|
-
-
|
682
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
673
683
|
response:
|
674
684
|
status:
|
675
685
|
code: 200
|
676
686
|
message: ''
|
677
687
|
headers:
|
678
688
|
Date:
|
679
|
-
-
|
689
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
680
690
|
Server:
|
681
691
|
- Apache/2.4.7 (Ubuntu)
|
682
692
|
Vary:
|
683
693
|
- X-Auth-Token
|
684
694
|
X-Openstack-Request-Id:
|
685
|
-
- req-
|
695
|
+
- req-6fa6adc9-2798-45e1-9b5e-9c4fd72783f8
|
686
696
|
Content-Length:
|
687
|
-
- '
|
697
|
+
- '1845'
|
688
698
|
Content-Type:
|
689
699
|
- application/json
|
690
700
|
X-Cache:
|
@@ -697,25 +707,30 @@ http_interactions:
|
|
697
707
|
- keep-alive
|
698
708
|
body:
|
699
709
|
encoding: UTF-8
|
700
|
-
string: '{"users": [{"name": "glance", "links": {"self": "http://
|
710
|
+
string: '{"users": [{"name": "glance", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
701
711
|
"domain_id": "default", "enabled": true, "email": null, "id": "3fac8bae1b6f4d2e99a1cecf9b27f797"},
|
702
|
-
{"name": "nova", "links": {"self": "http://
|
712
|
+
{"name": "nova", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/4467ea650993437786817ca7ec1348ad"},
|
703
713
|
"domain_id": "default", "enabled": true, "email": null, "id": "4467ea650993437786817ca7ec1348ad"},
|
704
|
-
{"name": "neutron", "links": {"self": "http://
|
714
|
+
{"name": "neutron", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/5f2d40b549ab419291fdc02ca93a2b21"},
|
705
715
|
"domain_id": "default", "enabled": true, "email": null, "id": "5f2d40b549ab419291fdc02ca93a2b21"},
|
706
|
-
{"name": "cinder", "links": {"self": "http://
|
716
|
+
{"name": "cinder", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/74e0fdd6679f49a79e0d02729e70834e"},
|
707
717
|
"domain_id": "default", "enabled": true, "email": null, "id": "74e0fdd6679f49a79e0d02729e70834e"},
|
708
|
-
{"name": "demo", "links": {"self": "http://
|
718
|
+
{"name": "demo", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/83e19aa7df6843d497f7cde5ef8faf65"},
|
709
719
|
"domain_id": "default", "enabled": true, "email": "demo@example.com", "id":
|
710
|
-
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://
|
711
|
-
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"}
|
712
|
-
"links": {"self": "http://
|
713
|
-
|
720
|
+
"83e19aa7df6843d497f7cde5ef8faf65"}, {"name": "admin", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/a18abc2039d6493aa7239a42033cc7c9"},
|
721
|
+
"domain_id": "default", "enabled": true, "email": null, "id": "a18abc2039d6493aa7239a42033cc7c9"},
|
722
|
+
{"name": "user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/c594720d5b4948e287fae4f7d39efe23"},
|
723
|
+
"domain_id": "405196a795c64f748551e468f2ba4164", "enabled": true, "email":
|
724
|
+
"user1@example1.com", "id": "c594720d5b4948e287fae4f7d39efe23"}, {"name":
|
725
|
+
"user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/fe4e7a2eebde4addb5d288afeed3af30"},
|
726
|
+
"domain_id": "85b07761a17741ef9b5177cb7de4d000", "enabled": true, "email":
|
727
|
+
"user1@example2.com", "id": "fe4e7a2eebde4addb5d288afeed3af30"}], "links":
|
728
|
+
{"self": "http://devstack.openstack.stack:35357/v3/users", "previous": null, "next": null}}'
|
714
729
|
http_version:
|
715
|
-
recorded_at:
|
730
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
716
731
|
- request:
|
717
732
|
method: get
|
718
|
-
uri: http://
|
733
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=foobar
|
719
734
|
body:
|
720
735
|
encoding: US-ASCII
|
721
736
|
string: ''
|
@@ -729,20 +744,20 @@ http_interactions:
|
|
729
744
|
Accept:
|
730
745
|
- application/json
|
731
746
|
X-Auth-Token:
|
732
|
-
-
|
747
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
733
748
|
response:
|
734
749
|
status:
|
735
750
|
code: 200
|
736
751
|
message: ''
|
737
752
|
headers:
|
738
753
|
Date:
|
739
|
-
-
|
754
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
740
755
|
Server:
|
741
756
|
- Apache/2.4.7 (Ubuntu)
|
742
757
|
Vary:
|
743
758
|
- X-Auth-Token
|
744
759
|
X-Openstack-Request-Id:
|
745
|
-
- req-
|
760
|
+
- req-0836a95d-8982-4f56-881c-5aeb843f4a4d
|
746
761
|
Content-Length:
|
747
762
|
- '113'
|
748
763
|
Content-Type:
|
@@ -757,13 +772,13 @@ http_interactions:
|
|
757
772
|
- keep-alive
|
758
773
|
body:
|
759
774
|
encoding: UTF-8
|
760
|
-
string: '{"users": [], "links": {"self": "http://
|
775
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=foobar",
|
761
776
|
"previous": null, "next": null}}'
|
762
777
|
http_version:
|
763
|
-
recorded_at:
|
778
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
764
779
|
- request:
|
765
780
|
method: get
|
766
|
-
uri: http://
|
781
|
+
uri: http://devstack.openstack.stack:35357/v3/users?name=baz
|
767
782
|
body:
|
768
783
|
encoding: US-ASCII
|
769
784
|
string: ''
|
@@ -777,20 +792,20 @@ http_interactions:
|
|
777
792
|
Accept:
|
778
793
|
- application/json
|
779
794
|
X-Auth-Token:
|
780
|
-
-
|
795
|
+
- e6b2788de4cb4562b55c8a7bb05e8444
|
781
796
|
response:
|
782
797
|
status:
|
783
798
|
code: 200
|
784
799
|
message: ''
|
785
800
|
headers:
|
786
801
|
Date:
|
787
|
-
-
|
802
|
+
- Wed, 28 Oct 2015 16:05:39 GMT
|
788
803
|
Server:
|
789
804
|
- Apache/2.4.7 (Ubuntu)
|
790
805
|
Vary:
|
791
806
|
- X-Auth-Token
|
792
807
|
X-Openstack-Request-Id:
|
793
|
-
- req-
|
808
|
+
- req-20f97196-abe9-44d3-bbf6-b77e418b30ce
|
794
809
|
Content-Length:
|
795
810
|
- '110'
|
796
811
|
Content-Type:
|
@@ -805,8 +820,8 @@ http_interactions:
|
|
805
820
|
- keep-alive
|
806
821
|
body:
|
807
822
|
encoding: UTF-8
|
808
|
-
string: '{"users": [], "links": {"self": "http://
|
823
|
+
string: '{"users": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/users?name=baz",
|
809
824
|
"previous": null, "next": null}}'
|
810
825
|
http_version:
|
811
|
-
recorded_at:
|
826
|
+
recorded_at: Wed, 28 Oct 2015 16:05:20 GMT
|
812
827
|
recorded_with: VCR 2.9.3
|