misty 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -1
- data/lib/misty.rb +8 -0
- data/lib/misty/auth.rb +60 -0
- data/lib/misty/auth/auth_v2.rb +46 -0
- data/lib/misty/auth/auth_v3.rb +58 -0
- data/lib/misty/autoload.rb +82 -0
- data/lib/misty/cloud.rb +133 -0
- data/lib/misty/http/client.rb +115 -0
- data/lib/misty/http/direct.rb +26 -0
- data/lib/misty/http/method_builder.rb +96 -0
- data/lib/misty/http/request.rb +75 -0
- data/lib/misty/misty.rb +51 -0
- data/lib/misty/openstack/aodh/aodh_v2.rb +12 -0
- data/lib/misty/openstack/aodh/v2.rb +20 -0
- data/lib/misty/openstack/ceilometer/ceilometer_v2.rb +13 -0
- data/lib/misty/openstack/ceilometer/v2.rb +20 -0
- data/lib/misty/openstack/cinder/cinder_v1.rb +35 -0
- data/lib/misty/openstack/cinder/cinder_v3.rb +148 -0
- data/lib/misty/openstack/cinder/v1.rb +24 -0
- data/lib/misty/openstack/cinder/v3.rb +24 -0
- data/lib/misty/openstack/designate/designate_v2.rb +69 -0
- data/lib/misty/openstack/designate/v2.rb +20 -0
- data/lib/misty/openstack/glance/glance_v1.rb +16 -0
- data/lib/misty/openstack/glance/glance_v2.rb +29 -0
- data/lib/misty/openstack/glance/v1.rb +20 -0
- data/lib/misty/openstack/glance/v2.rb +20 -0
- data/lib/misty/openstack/heat/heat_v1.rb +85 -0
- data/lib/misty/openstack/heat/v1.rb +24 -0
- data/lib/misty/openstack/ironic/ironic_v1.rb +71 -0
- data/lib/misty/openstack/ironic/v1.rb +26 -0
- data/lib/misty/openstack/karbor/karbor_v1.rb +32 -0
- data/lib/misty/openstack/karbor/v1.rb +20 -0
- data/lib/misty/openstack/keystone/keystone_v2_0.rb +11 -0
- data/lib/misty/openstack/keystone/keystone_v2_0_ext.rb +32 -0
- data/lib/misty/openstack/keystone/keystone_v3.rb +147 -0
- data/lib/misty/openstack/keystone/keystone_v3_ext.rb +124 -0
- data/lib/misty/openstack/keystone/v2_0.rb +23 -0
- data/lib/misty/openstack/keystone/v3.rb +23 -0
- data/lib/misty/openstack/magnum/magnum_v1.rb +41 -0
- data/lib/misty/openstack/magnum/v1.rb +26 -0
- data/lib/misty/openstack/manila/manila_v2.rb +143 -0
- data/lib/misty/openstack/manila/v2.rb +26 -0
- data/lib/misty/openstack/microversion.rb +62 -0
- data/lib/misty/openstack/neutron/neutron_v2_0.rb +205 -0
- data/lib/misty/openstack/neutron/v2_0.rb +20 -0
- data/lib/misty/openstack/nova/nova_v2_1.rb +269 -0
- data/lib/misty/openstack/nova/v2_1.rb +40 -0
- data/lib/misty/openstack/sahara/sahara_v1_1.rb +77 -0
- data/lib/misty/openstack/sahara/v1_1.rb +20 -0
- data/lib/misty/openstack/searchlight/searchlight_v1.rb +15 -0
- data/lib/misty/openstack/searchlight/v1.rb +20 -0
- data/lib/misty/openstack/senlin/senlin_v1.rb +66 -0
- data/lib/misty/openstack/senlin/v1.rb +20 -0
- data/lib/misty/openstack/swift/swift_v1.rb +23 -0
- data/lib/misty/openstack/swift/v1.rb +20 -0
- data/lib/misty/openstack/trove/trove_v1_0.rb +51 -0
- data/lib/misty/openstack/trove/v1_0.rb +20 -0
- data/lib/misty/openstack/zaqar/v2.rb +20 -0
- data/lib/misty/openstack/zaqar/zaqar_v2.rb +46 -0
- data/lib/misty/version.rb +2 -2
- data/test/integration/compute_test.rb +35 -0
- data/test/integration/network_test.rb +34 -0
- data/test/integration/orchestration_test.rb +92 -0
- data/test/integration/test_helper.rb +19 -0
- data/test/integration/vcr/compute_using_nova_v2_1.yml +1107 -0
- data/test/integration/vcr/network_using_neutron_v2_0.yml +1029 -0
- data/test/integration/vcr/orchestration_using_heat_v1.yml +1457 -0
- data/test/unit/auth_helper.rb +52 -0
- data/test/unit/auth_test.rb +99 -0
- data/test/unit/cloud/requests_test.rb +113 -0
- data/test/unit/cloud/services_test.rb +171 -0
- data/test/unit/cloud_test.rb +145 -0
- data/test/unit/http/client_test.rb +74 -0
- data/test/unit/http/direct_test.rb +103 -0
- data/test/unit/http/method_builder_test.rb +133 -0
- data/test/unit/http/request_test.rb +123 -0
- data/test/unit/misty_test.rb +36 -0
- data/test/unit/openstack/APIs_test.rb +40 -0
- data/test/unit/openstack/microversion_test.rb +70 -0
- data/test/unit/service_helper.rb +25 -0
- data/test/unit/test_helper.rb +8 -0
- metadata +170 -5
@@ -0,0 +1,1457 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
9
|
+
headers:
|
10
|
+
Content-Type:
|
11
|
+
- application/json
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 201
|
21
|
+
message: Created
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Tue, 15 Nov 2016 07:17:58 GMT
|
25
|
+
Server:
|
26
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
27
|
+
X-Subject-Token:
|
28
|
+
- b2e9915775734169b413cacb6d4b140a
|
29
|
+
Vary:
|
30
|
+
- X-Auth-Token
|
31
|
+
X-Openstack-Request-Id:
|
32
|
+
- req-9d28a663-81ce-4b76-add6-769271d6b12f
|
33
|
+
Content-Length:
|
34
|
+
- '7706'
|
35
|
+
Content-Type:
|
36
|
+
- application/json
|
37
|
+
body:
|
38
|
+
encoding: UTF-8
|
39
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
40
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:17:59.026648Z", "project":
|
41
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
42
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
43
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
44
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
45
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
46
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
47
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
48
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
49
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
50
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
51
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
52
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
53
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
54
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
55
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
56
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
57
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
58
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
59
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
60
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
61
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
62
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
63
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
64
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
65
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
66
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
67
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
68
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
69
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
70
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
71
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
72
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
73
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
74
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
75
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
76
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
77
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
78
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
79
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
80
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
81
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
82
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
83
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
84
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
85
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
86
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
87
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
88
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
89
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
90
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
91
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
92
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
93
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
94
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
95
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
96
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
97
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
98
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
99
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
100
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
101
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
102
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
103
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
104
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
105
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
106
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
107
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
108
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
109
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
110
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
111
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
112
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
113
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
114
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
115
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
116
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
117
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
118
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
119
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
120
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
121
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
122
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
123
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
124
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
125
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
126
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["RdHshSWLQs-8FlhB_yWR2Q"],
|
127
|
+
"issued_at": "2016-11-15T07:17:59.026675Z"}}'
|
128
|
+
http_version:
|
129
|
+
recorded_at: Tue, 21 Feb 2017 05:27:14 GMT
|
130
|
+
- request:
|
131
|
+
method: post
|
132
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
133
|
+
body:
|
134
|
+
encoding: UTF-8
|
135
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
136
|
+
headers:
|
137
|
+
Content-Type:
|
138
|
+
- application/json
|
139
|
+
Accept:
|
140
|
+
- application/json
|
141
|
+
Accept-Encoding:
|
142
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
143
|
+
User-Agent:
|
144
|
+
- Ruby
|
145
|
+
response:
|
146
|
+
status:
|
147
|
+
code: 201
|
148
|
+
message: Created
|
149
|
+
headers:
|
150
|
+
Date:
|
151
|
+
- Tue, 15 Nov 2016 07:17:59 GMT
|
152
|
+
Server:
|
153
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
154
|
+
X-Subject-Token:
|
155
|
+
- 41d15d4cd9014583b5a9644694e823b4
|
156
|
+
Vary:
|
157
|
+
- X-Auth-Token
|
158
|
+
X-Openstack-Request-Id:
|
159
|
+
- req-6975057c-1697-43f8-9ec7-4ea737dfa556
|
160
|
+
Content-Length:
|
161
|
+
- '7706'
|
162
|
+
Content-Type:
|
163
|
+
- application/json
|
164
|
+
body:
|
165
|
+
encoding: UTF-8
|
166
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
167
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:17:59.202459Z", "project":
|
168
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
169
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
170
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
171
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
172
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
173
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
174
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
175
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
176
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
177
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
178
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
179
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
180
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
181
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
182
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
183
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
184
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
185
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
186
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
187
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
188
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
189
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
190
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
191
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
192
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
193
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
194
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
195
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
196
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
197
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
198
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
199
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
200
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
201
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
202
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
203
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
204
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
205
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
206
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
207
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
208
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
209
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
210
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
211
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
212
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
213
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
214
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
215
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
216
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
217
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
218
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
219
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
220
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
221
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
222
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
223
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
224
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
225
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
226
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
227
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
228
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
229
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
230
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
231
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
232
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
233
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
234
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
235
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
236
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
237
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
238
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
239
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
240
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
241
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
242
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
243
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
244
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
245
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
246
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
247
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
248
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
249
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
250
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
251
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
252
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
253
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["pSXy3VxBRh-0vSMrfAAP_Q"],
|
254
|
+
"issued_at": "2016-11-15T07:17:59.202493Z"}}'
|
255
|
+
http_version:
|
256
|
+
recorded_at: Tue, 21 Feb 2017 05:27:14 GMT
|
257
|
+
- request:
|
258
|
+
method: post
|
259
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks
|
260
|
+
body:
|
261
|
+
encoding: UTF-8
|
262
|
+
string: '{"files":{},"disable_rollback":true,"stack_name":"test_stack1","template":{"heat_template_version":"2013-05-23","description":"Test
|
263
|
+
Template 1","resources":{"private_test_network":{"type":"OS::Neutron::Net","properties":{"name":"heat_test_network"}}}},"timeout_mins":60}'
|
264
|
+
headers:
|
265
|
+
Content-Type:
|
266
|
+
- application/json
|
267
|
+
Accept:
|
268
|
+
- application/json
|
269
|
+
X-Auth-Token:
|
270
|
+
- b2e9915775734169b413cacb6d4b140a
|
271
|
+
Accept-Encoding:
|
272
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
273
|
+
User-Agent:
|
274
|
+
- Ruby
|
275
|
+
response:
|
276
|
+
status:
|
277
|
+
code: 201
|
278
|
+
message: Created
|
279
|
+
headers:
|
280
|
+
Location:
|
281
|
+
- http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack1/f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3
|
282
|
+
Content-Type:
|
283
|
+
- application/json
|
284
|
+
Content-Length:
|
285
|
+
- '211'
|
286
|
+
X-Openstack-Request-Id:
|
287
|
+
- req-03eb6546-4c41-47b8-acd7-e2461251ab22
|
288
|
+
Date:
|
289
|
+
- Tue, 15 Nov 2016 07:18:00 GMT
|
290
|
+
body:
|
291
|
+
encoding: UTF-8
|
292
|
+
string: '{"stack": {"id": "f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3", "links": [{"href":
|
293
|
+
"http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack1/f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3",
|
294
|
+
"rel": "self"}]}}'
|
295
|
+
http_version:
|
296
|
+
recorded_at: Tue, 21 Feb 2017 05:27:14 GMT
|
297
|
+
- request:
|
298
|
+
method: post
|
299
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
300
|
+
body:
|
301
|
+
encoding: UTF-8
|
302
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
303
|
+
headers:
|
304
|
+
Content-Type:
|
305
|
+
- application/json
|
306
|
+
Accept:
|
307
|
+
- application/json
|
308
|
+
Accept-Encoding:
|
309
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
310
|
+
User-Agent:
|
311
|
+
- Ruby
|
312
|
+
response:
|
313
|
+
status:
|
314
|
+
code: 201
|
315
|
+
message: Created
|
316
|
+
headers:
|
317
|
+
Date:
|
318
|
+
- Tue, 15 Nov 2016 07:18:00 GMT
|
319
|
+
Server:
|
320
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
321
|
+
X-Subject-Token:
|
322
|
+
- 5130b60082774a2fb15a3bbf3e8e3dab
|
323
|
+
Vary:
|
324
|
+
- X-Auth-Token
|
325
|
+
X-Openstack-Request-Id:
|
326
|
+
- req-e8f736ac-7bd6-4704-bdaa-82fe50c4b866
|
327
|
+
Content-Length:
|
328
|
+
- '7706'
|
329
|
+
Content-Type:
|
330
|
+
- application/json
|
331
|
+
body:
|
332
|
+
encoding: UTF-8
|
333
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
334
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:00.213964Z", "project":
|
335
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
336
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
337
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
338
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
339
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
340
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
341
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
342
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
343
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
344
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
345
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
346
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
347
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
348
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
349
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
350
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
351
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
352
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
353
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
354
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
355
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
356
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
357
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
358
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
359
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
360
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
361
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
362
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
363
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
364
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
365
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
366
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
367
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
368
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
369
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
370
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
371
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
372
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
373
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
374
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
375
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
376
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
377
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
378
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
379
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
380
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
381
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
382
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
383
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
384
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
385
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
386
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
387
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
388
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
389
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
390
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
391
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
392
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
393
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
394
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
395
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
396
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
397
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
398
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
399
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
400
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
401
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
402
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
403
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
404
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
405
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
406
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
407
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
408
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
409
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
410
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
411
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
412
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
413
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
414
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
415
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
416
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
417
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
418
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
419
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
420
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["pR6rw_LmS_yWfPMOVH91FA"],
|
421
|
+
"issued_at": "2016-11-15T07:18:00.213990Z"}}'
|
422
|
+
http_version:
|
423
|
+
recorded_at: Tue, 21 Feb 2017 05:27:15 GMT
|
424
|
+
- request:
|
425
|
+
method: post
|
426
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks
|
427
|
+
body:
|
428
|
+
encoding: UTF-8
|
429
|
+
string: '{"files":{},"disable_rollback":true,"parameters":{"flavor":"m1.tiny"},"stack_name":"test_stack2","template":{"heat_template_version":"2013-05-23","description":"Test
|
430
|
+
Template 2","parameters":{"flavor":{"default":"m1.small","type":"string"}},"resources":{"hello_world":{"type":"OS::Nova::Server","properties":{"flavor":{"get_param":"flavor"},"image":"50fd6f2b-d9f0-41b6-b0a9-4482bfe61914","user_data":"#!/bin/bash
|
431
|
+
-xv\necho \"hello world\" > /root/hello-world.txt\n"}}}},"timeout_mins":60}'
|
432
|
+
headers:
|
433
|
+
Content-Type:
|
434
|
+
- application/json
|
435
|
+
Accept:
|
436
|
+
- application/json
|
437
|
+
X-Auth-Token:
|
438
|
+
- b2e9915775734169b413cacb6d4b140a
|
439
|
+
Accept-Encoding:
|
440
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
441
|
+
User-Agent:
|
442
|
+
- Ruby
|
443
|
+
response:
|
444
|
+
status:
|
445
|
+
code: 201
|
446
|
+
message: Created
|
447
|
+
headers:
|
448
|
+
Location:
|
449
|
+
- http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack2/fe4fc0bc-b61a-44c3-b333-82afc08f67e4
|
450
|
+
Content-Type:
|
451
|
+
- application/json
|
452
|
+
Content-Length:
|
453
|
+
- '211'
|
454
|
+
X-Openstack-Request-Id:
|
455
|
+
- req-aea1206c-3960-41a1-935a-2dcf549fe2fe
|
456
|
+
Date:
|
457
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
458
|
+
body:
|
459
|
+
encoding: UTF-8
|
460
|
+
string: '{"stack": {"id": "fe4fc0bc-b61a-44c3-b333-82afc08f67e4", "links": [{"href":
|
461
|
+
"http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack2/fe4fc0bc-b61a-44c3-b333-82afc08f67e4",
|
462
|
+
"rel": "self"}]}}'
|
463
|
+
http_version:
|
464
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
465
|
+
- request:
|
466
|
+
method: post
|
467
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
468
|
+
body:
|
469
|
+
encoding: UTF-8
|
470
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
471
|
+
headers:
|
472
|
+
Content-Type:
|
473
|
+
- application/json
|
474
|
+
Accept:
|
475
|
+
- application/json
|
476
|
+
Accept-Encoding:
|
477
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
478
|
+
User-Agent:
|
479
|
+
- Ruby
|
480
|
+
response:
|
481
|
+
status:
|
482
|
+
code: 201
|
483
|
+
message: Created
|
484
|
+
headers:
|
485
|
+
Date:
|
486
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
487
|
+
Server:
|
488
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
489
|
+
X-Subject-Token:
|
490
|
+
- db320ce8ef1746e98db8b4b10ec29420
|
491
|
+
Vary:
|
492
|
+
- X-Auth-Token
|
493
|
+
X-Openstack-Request-Id:
|
494
|
+
- req-9137080f-a336-4a5f-a763-9f4d7402c606
|
495
|
+
Content-Length:
|
496
|
+
- '7706'
|
497
|
+
Content-Type:
|
498
|
+
- application/json
|
499
|
+
body:
|
500
|
+
encoding: UTF-8
|
501
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
502
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:01.446882Z", "project":
|
503
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
504
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
505
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
506
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
507
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
508
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
509
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
510
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
511
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
512
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
513
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
514
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
515
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
516
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
517
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
518
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
519
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
520
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
521
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
522
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
523
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
524
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
525
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
526
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
527
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
528
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
529
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
530
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
531
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
532
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
533
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
534
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
535
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
536
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
537
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
538
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
539
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
540
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
541
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
542
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
543
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
544
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
545
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
546
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
547
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
548
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
549
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
550
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
551
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
552
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
553
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
554
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
555
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
556
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
557
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
558
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
559
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
560
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
561
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
562
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
563
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
564
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
565
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
566
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
567
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
568
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
569
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
570
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
571
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
572
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
573
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
574
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
575
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
576
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
577
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
578
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
579
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
580
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
581
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
582
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
583
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
584
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
585
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
586
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
587
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
588
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["eWzfdqPWQgCeEQk61rdPBQ"],
|
589
|
+
"issued_at": "2016-11-15T07:18:01.446917Z"}}'
|
590
|
+
http_version:
|
591
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
592
|
+
- request:
|
593
|
+
method: get
|
594
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks
|
595
|
+
body:
|
596
|
+
encoding: US-ASCII
|
597
|
+
string: ''
|
598
|
+
headers:
|
599
|
+
Content-Type:
|
600
|
+
- application/json
|
601
|
+
Accept:
|
602
|
+
- application/json
|
603
|
+
X-Auth-Token:
|
604
|
+
- b2e9915775734169b413cacb6d4b140a
|
605
|
+
Accept-Encoding:
|
606
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
607
|
+
User-Agent:
|
608
|
+
- Ruby
|
609
|
+
response:
|
610
|
+
status:
|
611
|
+
code: 200
|
612
|
+
message: OK
|
613
|
+
headers:
|
614
|
+
Content-Type:
|
615
|
+
- application/json; charset=UTF-8
|
616
|
+
Content-Length:
|
617
|
+
- '1072'
|
618
|
+
X-Openstack-Request-Id:
|
619
|
+
- req-c69bf106-cb88-4073-ae5e-13420bdf66e1
|
620
|
+
Date:
|
621
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
622
|
+
body:
|
623
|
+
encoding: UTF-8
|
624
|
+
string: '{"stacks": [{"description": "Test Template 2", "parent": null, "stack_status_reason":
|
625
|
+
"Stack CREATE started", "stack_name": "test_stack2", "stack_user_project_id":
|
626
|
+
"feaca79970e44afe83574546902a2ff5", "tags": null, "creation_time": "2016-11-15T07:18:01",
|
627
|
+
"links": [{"href": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack2/fe4fc0bc-b61a-44c3-b333-82afc08f67e4",
|
628
|
+
"rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status":
|
629
|
+
"CREATE_IN_PROGRESS", "id": "fe4fc0bc-b61a-44c3-b333-82afc08f67e4"}, {"description":
|
630
|
+
"Test Template 1", "parent": null, "stack_status_reason": "Stack CREATE completed
|
631
|
+
successfully", "stack_name": "test_stack1", "stack_user_project_id": "5a78f6f7caca42a5a5a1afa2ce540559",
|
632
|
+
"tags": null, "creation_time": "2016-11-15T07:17:59", "links": [{"href": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack1/f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3",
|
633
|
+
"rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status":
|
634
|
+
"CREATE_COMPLETE", "id": "f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3"}]}'
|
635
|
+
http_version:
|
636
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
637
|
+
- request:
|
638
|
+
method: post
|
639
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
640
|
+
body:
|
641
|
+
encoding: UTF-8
|
642
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
643
|
+
headers:
|
644
|
+
Content-Type:
|
645
|
+
- application/json
|
646
|
+
Accept:
|
647
|
+
- application/json
|
648
|
+
Accept-Encoding:
|
649
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
650
|
+
User-Agent:
|
651
|
+
- Ruby
|
652
|
+
response:
|
653
|
+
status:
|
654
|
+
code: 201
|
655
|
+
message: Created
|
656
|
+
headers:
|
657
|
+
Date:
|
658
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
659
|
+
Server:
|
660
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
661
|
+
X-Subject-Token:
|
662
|
+
- 5981e147e39c4b6094079829cd966ed7
|
663
|
+
Vary:
|
664
|
+
- X-Auth-Token
|
665
|
+
X-Openstack-Request-Id:
|
666
|
+
- req-90ccfd1c-1c8c-4fd1-bbbf-93b4b4daf048
|
667
|
+
Content-Length:
|
668
|
+
- '7706'
|
669
|
+
Content-Type:
|
670
|
+
- application/json
|
671
|
+
body:
|
672
|
+
encoding: UTF-8
|
673
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
674
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:01.656217Z", "project":
|
675
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
676
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
677
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
678
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
679
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
680
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
681
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
682
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
683
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
684
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
685
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
686
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
687
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
688
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
689
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
690
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
691
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
692
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
693
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
694
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
695
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
696
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
697
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
698
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
699
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
700
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
701
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
702
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
703
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
704
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
705
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
706
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
707
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
708
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
709
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
710
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
711
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
712
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
713
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
714
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
715
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
716
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
717
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
718
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
719
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
720
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
721
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
722
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
723
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
724
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
725
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
726
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
727
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
728
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
729
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
730
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
731
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
732
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
733
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
734
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
735
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
736
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
737
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
738
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
739
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
740
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
741
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
742
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
743
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
744
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
745
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
746
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
747
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
748
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
749
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
750
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
751
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
752
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
753
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
754
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
755
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
756
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
757
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
758
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
759
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
760
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["7ob7uLKDShmms8zm7hGY_A"],
|
761
|
+
"issued_at": "2016-11-15T07:18:01.656245Z"}}'
|
762
|
+
http_version:
|
763
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
764
|
+
- request:
|
765
|
+
method: get
|
766
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack2/fe4fc0bc-b61a-44c3-b333-82afc08f67e4
|
767
|
+
body:
|
768
|
+
encoding: US-ASCII
|
769
|
+
string: ''
|
770
|
+
headers:
|
771
|
+
Content-Type:
|
772
|
+
- application/json
|
773
|
+
Accept:
|
774
|
+
- application/json
|
775
|
+
X-Auth-Token:
|
776
|
+
- b2e9915775734169b413cacb6d4b140a
|
777
|
+
Accept-Encoding:
|
778
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
779
|
+
User-Agent:
|
780
|
+
- Ruby
|
781
|
+
response:
|
782
|
+
status:
|
783
|
+
code: 200
|
784
|
+
message: OK
|
785
|
+
headers:
|
786
|
+
Content-Type:
|
787
|
+
- application/json; charset=UTF-8
|
788
|
+
Content-Length:
|
789
|
+
- '864'
|
790
|
+
X-Openstack-Request-Id:
|
791
|
+
- req-50981466-bcba-4ca8-9b10-e05cec41520d
|
792
|
+
Date:
|
793
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
794
|
+
body:
|
795
|
+
encoding: UTF-8
|
796
|
+
string: '{"stack": {"disable_rollback": true, "description": "Test Template
|
797
|
+
2", "parent": null, "tags": null, "stack_name": "test_stack2", "stack_user_project_id":
|
798
|
+
"feaca79970e44afe83574546902a2ff5", "stack_status_reason": "Stack CREATE started",
|
799
|
+
"creation_time": "2016-11-15T07:18:01", "links": [{"href": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack2/fe4fc0bc-b61a-44c3-b333-82afc08f67e4",
|
800
|
+
"rel": "self"}], "capabilities": [], "notification_topics": [], "updated_time":
|
801
|
+
null, "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner":
|
802
|
+
null, "parameters": {"OS::project_id": "48985e6b8da145699d411f12a3459fca",
|
803
|
+
"flavor": "m1.tiny", "OS::stack_id": "fe4fc0bc-b61a-44c3-b333-82afc08f67e4",
|
804
|
+
"OS::stack_name": "test_stack2"}, "id": "fe4fc0bc-b61a-44c3-b333-82afc08f67e4",
|
805
|
+
"outputs": [], "template_description": "Test Template 2"}}'
|
806
|
+
http_version:
|
807
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
808
|
+
- request:
|
809
|
+
method: post
|
810
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
811
|
+
body:
|
812
|
+
encoding: UTF-8
|
813
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
814
|
+
headers:
|
815
|
+
Content-Type:
|
816
|
+
- application/json
|
817
|
+
Accept:
|
818
|
+
- application/json
|
819
|
+
Accept-Encoding:
|
820
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
821
|
+
User-Agent:
|
822
|
+
- Ruby
|
823
|
+
response:
|
824
|
+
status:
|
825
|
+
code: 201
|
826
|
+
message: Created
|
827
|
+
headers:
|
828
|
+
Date:
|
829
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
830
|
+
Server:
|
831
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
832
|
+
X-Subject-Token:
|
833
|
+
- 0a6fed7f78774c20851521079be8cb7a
|
834
|
+
Vary:
|
835
|
+
- X-Auth-Token
|
836
|
+
X-Openstack-Request-Id:
|
837
|
+
- req-8292db2a-04f4-486b-a2db-669db5ec3f28
|
838
|
+
Content-Length:
|
839
|
+
- '7706'
|
840
|
+
Content-Type:
|
841
|
+
- application/json
|
842
|
+
body:
|
843
|
+
encoding: UTF-8
|
844
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
845
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:01.864508Z", "project":
|
846
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
847
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
848
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
849
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
850
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
851
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
852
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
853
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
854
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
855
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
856
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
857
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
858
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
859
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
860
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
861
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
862
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
863
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
864
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
865
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
866
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
867
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
868
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
869
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
870
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
871
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
872
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
873
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
874
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
875
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
876
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
877
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
878
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
879
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
880
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
881
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
882
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
883
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
884
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
885
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
886
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
887
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
888
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
889
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
890
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
891
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
892
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
893
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
894
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
895
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
896
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
897
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
898
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
899
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
900
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
901
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
902
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
903
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
904
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
905
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
906
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
907
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
908
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
909
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
910
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
911
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
912
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
913
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
914
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
915
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
916
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
917
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
918
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
919
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
920
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
921
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
922
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
923
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
924
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
925
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
926
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
927
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
928
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
929
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
930
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
931
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["9IlFGaXiSfOd6oLejUwk4Q"],
|
932
|
+
"issued_at": "2016-11-15T07:18:01.864542Z"}}'
|
933
|
+
http_version:
|
934
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
935
|
+
- request:
|
936
|
+
method: put
|
937
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack1/f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3
|
938
|
+
body:
|
939
|
+
encoding: UTF-8
|
940
|
+
string: '{"files":{},"disable_rollback":true,"stack_name":"test_stack1","template":{"heat_template_version":"2013-05-23","description":"Updated
|
941
|
+
test template","resources":{"private_test_network":{"type":"OS::Neutron::Net","properties":{"name":"heat_test_network"}}}},"timeout_mins":60}'
|
942
|
+
headers:
|
943
|
+
Content-Type:
|
944
|
+
- application/json
|
945
|
+
Accept:
|
946
|
+
- application/json
|
947
|
+
X-Auth-Token:
|
948
|
+
- b2e9915775734169b413cacb6d4b140a
|
949
|
+
Accept-Encoding:
|
950
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
951
|
+
User-Agent:
|
952
|
+
- Ruby
|
953
|
+
response:
|
954
|
+
status:
|
955
|
+
code: 202
|
956
|
+
message: Accepted
|
957
|
+
headers:
|
958
|
+
Content-Length:
|
959
|
+
- '58'
|
960
|
+
Content-Type:
|
961
|
+
- text/plain; charset=UTF-8
|
962
|
+
X-Openstack-Request-Id:
|
963
|
+
- req-326ca2db-e054-46cb-a547-4c26ef4603c5
|
964
|
+
Date:
|
965
|
+
- Tue, 15 Nov 2016 07:18:01 GMT
|
966
|
+
body:
|
967
|
+
encoding: UTF-8
|
968
|
+
string: "202 Accepted\n\nThe request is accepted for processing.\n\n "
|
969
|
+
http_version:
|
970
|
+
recorded_at: Tue, 21 Feb 2017 05:27:16 GMT
|
971
|
+
- request:
|
972
|
+
method: post
|
973
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
974
|
+
body:
|
975
|
+
encoding: UTF-8
|
976
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
977
|
+
headers:
|
978
|
+
Content-Type:
|
979
|
+
- application/json
|
980
|
+
Accept:
|
981
|
+
- application/json
|
982
|
+
Accept-Encoding:
|
983
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
984
|
+
User-Agent:
|
985
|
+
- Ruby
|
986
|
+
response:
|
987
|
+
status:
|
988
|
+
code: 201
|
989
|
+
message: Created
|
990
|
+
headers:
|
991
|
+
Date:
|
992
|
+
- Tue, 15 Nov 2016 07:18:12 GMT
|
993
|
+
Server:
|
994
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
995
|
+
X-Subject-Token:
|
996
|
+
- f2ae860970b44ec990ac8e8905caf50a
|
997
|
+
Vary:
|
998
|
+
- X-Auth-Token
|
999
|
+
X-Openstack-Request-Id:
|
1000
|
+
- req-d549bde0-1b79-4b68-867f-6c001f193c6e
|
1001
|
+
Content-Length:
|
1002
|
+
- '7706'
|
1003
|
+
Content-Type:
|
1004
|
+
- application/json
|
1005
|
+
body:
|
1006
|
+
encoding: UTF-8
|
1007
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
1008
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:12.918167Z", "project":
|
1009
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
1010
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
1011
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
1012
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
1013
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
1014
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
1015
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
1016
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
1017
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
1018
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1019
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
1020
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1021
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
1022
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1023
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
1024
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
1025
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
1026
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
1027
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
1028
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
1029
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
1030
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
1031
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
1032
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1033
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
1034
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1035
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
1036
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1037
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
1038
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
1039
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
1040
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
1041
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
1042
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
1043
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
1044
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
1045
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
1046
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1047
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
1048
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1049
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
1050
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1051
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
1052
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
1053
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
1054
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
1055
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
1056
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
1057
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
1058
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
1059
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
1060
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
1061
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
1062
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
1063
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
1064
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
1065
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
1066
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
1067
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
1068
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
1069
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
1070
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
1071
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
1072
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
1073
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
1074
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
1075
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
1076
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
1077
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
1078
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
1079
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
1080
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
1081
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
1082
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
1083
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
1084
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
1085
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
1086
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1087
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
1088
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1089
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
1090
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1091
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
1092
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
1093
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
1094
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["pt6BVaVKSs6WdKtzpj4A_Q"],
|
1095
|
+
"issued_at": "2016-11-15T07:18:12.918199Z"}}'
|
1096
|
+
http_version:
|
1097
|
+
recorded_at: Tue, 21 Feb 2017 05:27:26 GMT
|
1098
|
+
- request:
|
1099
|
+
method: patch
|
1100
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack1/f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3
|
1101
|
+
body:
|
1102
|
+
encoding: UTF-8
|
1103
|
+
string: '{"disable_rollback":false}'
|
1104
|
+
headers:
|
1105
|
+
Content-Type:
|
1106
|
+
- application/json
|
1107
|
+
Accept:
|
1108
|
+
- application/json
|
1109
|
+
X-Auth-Token:
|
1110
|
+
- b2e9915775734169b413cacb6d4b140a
|
1111
|
+
Accept-Encoding:
|
1112
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1113
|
+
User-Agent:
|
1114
|
+
- Ruby
|
1115
|
+
response:
|
1116
|
+
status:
|
1117
|
+
code: 202
|
1118
|
+
message: Accepted
|
1119
|
+
headers:
|
1120
|
+
Content-Length:
|
1121
|
+
- '58'
|
1122
|
+
Content-Type:
|
1123
|
+
- text/plain; charset=UTF-8
|
1124
|
+
X-Openstack-Request-Id:
|
1125
|
+
- req-f61a1070-1981-465e-a082-b167e3eb86d9
|
1126
|
+
Date:
|
1127
|
+
- Tue, 15 Nov 2016 07:18:13 GMT
|
1128
|
+
body:
|
1129
|
+
encoding: UTF-8
|
1130
|
+
string: "202 Accepted\n\nThe request is accepted for processing.\n\n "
|
1131
|
+
http_version:
|
1132
|
+
recorded_at: Tue, 21 Feb 2017 05:27:26 GMT
|
1133
|
+
- request:
|
1134
|
+
method: post
|
1135
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
1136
|
+
body:
|
1137
|
+
encoding: UTF-8
|
1138
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
1139
|
+
headers:
|
1140
|
+
Content-Type:
|
1141
|
+
- application/json
|
1142
|
+
Accept:
|
1143
|
+
- application/json
|
1144
|
+
Accept-Encoding:
|
1145
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1146
|
+
User-Agent:
|
1147
|
+
- Ruby
|
1148
|
+
response:
|
1149
|
+
status:
|
1150
|
+
code: 201
|
1151
|
+
message: Created
|
1152
|
+
headers:
|
1153
|
+
Date:
|
1154
|
+
- Tue, 15 Nov 2016 07:18:13 GMT
|
1155
|
+
Server:
|
1156
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
1157
|
+
X-Subject-Token:
|
1158
|
+
- 67d5c636172546c38ce4093bdfba80bd
|
1159
|
+
Vary:
|
1160
|
+
- X-Auth-Token
|
1161
|
+
X-Openstack-Request-Id:
|
1162
|
+
- req-e43ea65b-6eb6-4745-b904-b1133410e66b
|
1163
|
+
Content-Length:
|
1164
|
+
- '7706'
|
1165
|
+
Content-Type:
|
1166
|
+
- application/json
|
1167
|
+
body:
|
1168
|
+
encoding: UTF-8
|
1169
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
1170
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:13.170891Z", "project":
|
1171
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
1172
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
1173
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
1174
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
1175
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
1176
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
1177
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
1178
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
1179
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
1180
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1181
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
1182
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1183
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
1184
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1185
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
1186
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
1187
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
1188
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
1189
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
1190
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
1191
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
1192
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
1193
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
1194
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1195
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
1196
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1197
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
1198
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1199
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
1200
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
1201
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
1202
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
1203
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
1204
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
1205
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
1206
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
1207
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
1208
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1209
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
1210
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1211
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
1212
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1213
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
1214
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
1215
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
1216
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
1217
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
1218
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
1219
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
1220
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
1221
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
1222
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
1223
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
1224
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
1225
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
1226
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
1227
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
1228
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
1229
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
1230
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
1231
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
1232
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
1233
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
1234
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
1235
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
1236
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
1237
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
1238
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
1239
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
1240
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
1241
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
1242
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
1243
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
1244
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
1245
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
1246
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
1247
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
1248
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1249
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
1250
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1251
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
1252
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1253
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
1254
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
1255
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
1256
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["pMOq7qnYRdSU6NrE6Q5glw"],
|
1257
|
+
"issued_at": "2016-11-15T07:18:13.170922Z"}}'
|
1258
|
+
http_version:
|
1259
|
+
recorded_at: Tue, 21 Feb 2017 05:27:27 GMT
|
1260
|
+
- request:
|
1261
|
+
method: delete
|
1262
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack1/f21a1ee4-aa2b-4e59-bffb-dd2f625e9bb3
|
1263
|
+
body:
|
1264
|
+
encoding: US-ASCII
|
1265
|
+
string: ''
|
1266
|
+
headers:
|
1267
|
+
Content-Type:
|
1268
|
+
- application/json
|
1269
|
+
Accept:
|
1270
|
+
- application/json
|
1271
|
+
X-Auth-Token:
|
1272
|
+
- b2e9915775734169b413cacb6d4b140a
|
1273
|
+
Accept-Encoding:
|
1274
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1275
|
+
User-Agent:
|
1276
|
+
- Ruby
|
1277
|
+
response:
|
1278
|
+
status:
|
1279
|
+
code: 204
|
1280
|
+
message: No Content
|
1281
|
+
headers:
|
1282
|
+
Content-Type:
|
1283
|
+
- text/html; charset=UTF-8
|
1284
|
+
X-Openstack-Request-Id:
|
1285
|
+
- req-209a371e-f064-4946-bbc9-5de5cc9c11e7
|
1286
|
+
Content-Length:
|
1287
|
+
- '0'
|
1288
|
+
Date:
|
1289
|
+
- Tue, 15 Nov 2016 07:18:13 GMT
|
1290
|
+
body:
|
1291
|
+
encoding: UTF-8
|
1292
|
+
string: ''
|
1293
|
+
http_version:
|
1294
|
+
recorded_at: Tue, 21 Feb 2017 05:27:27 GMT
|
1295
|
+
- request:
|
1296
|
+
method: post
|
1297
|
+
uri: http://192.0.2.21:5000/v3/auth/tokens
|
1298
|
+
body:
|
1299
|
+
encoding: UTF-8
|
1300
|
+
string: '{"auth":{"identity":{"methods":["password"],"password":{"user":{"name":"admin","domain":{"id":"default"},"password":"CJk9hb2ZFR96Ypu74KFFGWuhv"}}},"scope":{"project":{"name":"admin","domain":{"id":"default"}}}}}'
|
1301
|
+
headers:
|
1302
|
+
Content-Type:
|
1303
|
+
- application/json
|
1304
|
+
Accept:
|
1305
|
+
- application/json
|
1306
|
+
Accept-Encoding:
|
1307
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1308
|
+
User-Agent:
|
1309
|
+
- Ruby
|
1310
|
+
response:
|
1311
|
+
status:
|
1312
|
+
code: 201
|
1313
|
+
message: Created
|
1314
|
+
headers:
|
1315
|
+
Date:
|
1316
|
+
- Tue, 15 Nov 2016 07:18:13 GMT
|
1317
|
+
Server:
|
1318
|
+
- Apache/2.4.6 (Red Hat Enterprise Linux)
|
1319
|
+
X-Subject-Token:
|
1320
|
+
- 4fab9db87e41468387de6f9dfa6513ac
|
1321
|
+
Vary:
|
1322
|
+
- X-Auth-Token
|
1323
|
+
X-Openstack-Request-Id:
|
1324
|
+
- req-9d5d3c11-699d-460d-a255-015a1654594e
|
1325
|
+
Content-Length:
|
1326
|
+
- '7706'
|
1327
|
+
Content-Type:
|
1328
|
+
- application/json
|
1329
|
+
body:
|
1330
|
+
encoding: UTF-8
|
1331
|
+
string: '{"token": {"methods": ["password"], "roles": [{"id": "362084a241d94d56b6371f6cb1c87abf",
|
1332
|
+
"name": "admin"}], "expires_at": "2016-11-15T08:18:13.580528Z", "project":
|
1333
|
+
{"domain": {"id": "default", "name": "Default"}, "id": "48985e6b8da145699d411f12a3459fca",
|
1334
|
+
"name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url":
|
1335
|
+
"http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca", "region":
|
1336
|
+
"regionOne", "interface": "internal", "id": "09e14aa5f80a4c3d84f20ecef245af13"},
|
1337
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
1338
|
+
"region": "regionOne", "interface": "public", "id": "8beeb2f5570f4e668bb9df77105c396d"},
|
1339
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8774/v2.1/48985e6b8da145699d411f12a3459fca",
|
1340
|
+
"region": "regionOne", "interface": "admin", "id": "d368b97fae184bba9fdd2213287a327b"}],
|
1341
|
+
"type": "compute", "id": "1a96b84b844a4c028f22b7da27501c0d", "name": "nova"},
|
1342
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1343
|
+
"region": "regionOne", "interface": "admin", "id": "3e02c6f778ba4ab38476fff972c269c8"},
|
1344
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1345
|
+
"region": "regionOne", "interface": "public", "id": "6483567da043458fb0bc734c39908f2f"},
|
1346
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v1/48985e6b8da145699d411f12a3459fca",
|
1347
|
+
"region": "regionOne", "interface": "internal", "id": "ad95dbf1f99a4fbda130bdcc71b81c15"}],
|
1348
|
+
"type": "volume", "id": "1fb40dbf60ae483f853764381c1c6bab", "name": "cinder"},
|
1349
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9696/",
|
1350
|
+
"region": "regionOne", "interface": "admin", "id": "029a7263b7e14ebe8f10a0033b636ed9"},
|
1351
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne",
|
1352
|
+
"interface": "public", "id": "a8e4debb78ed4aef9989ef07780abb46"}, {"region_id":
|
1353
|
+
"regionOne", "url": "http://192.0.2.21:9696/", "region": "regionOne", "interface":
|
1354
|
+
"internal", "id": "b188a6216018481d8b1f6f9f41e69354"}], "type": "network",
|
1355
|
+
"id": "2358e09f2ee14eca9b047cc3c2ca62f8", "name": "neutron"}, {"endpoints":
|
1356
|
+
[{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1357
|
+
"region": "regionOne", "interface": "public", "id": "45c91d23e63648308e45e05944a530b9"},
|
1358
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1359
|
+
"region": "regionOne", "interface": "admin", "id": "648693e76f00499289fc77ea6eea12eb"},
|
1360
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8776/v2/48985e6b8da145699d411f12a3459fca",
|
1361
|
+
"region": "regionOne", "interface": "internal", "id": "ca2d606db4694c80802398bea56b8d7c"}],
|
1362
|
+
"type": "volumev2", "id": "454c392dbb6d44bdb8a736a73628a8c4", "name": "cinderv2"},
|
1363
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
1364
|
+
"region": "regionOne", "interface": "internal", "id": "9ee36bdd422c4d04b1737b38079a7160"},
|
1365
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8080/v1", "region": "regionOne",
|
1366
|
+
"interface": "admin", "id": "bc34638cfdae4cc1ae168c283e4e915a"}, {"region_id":
|
1367
|
+
"regionOne", "url": "http://192.0.2.21:8080/v1/AUTH_48985e6b8da145699d411f12a3459fca",
|
1368
|
+
"region": "regionOne", "interface": "public", "id": "d41709fb49114560b459300f661bb3ed"}],
|
1369
|
+
"type": "object-store", "id": "8e795505992141c1b32c1f9138b47b98", "name":
|
1370
|
+
"swift"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1371
|
+
"region": "regionOne", "interface": "admin", "id": "04a4bcb47c774cf4b776dd330ec90ac7"},
|
1372
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1373
|
+
"region": "regionOne", "interface": "internal", "id": "39f306a869084899af052b3d7a85701f"},
|
1374
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca",
|
1375
|
+
"region": "regionOne", "interface": "public", "id": "b37cfb8813c649ca932b74717a4924dc"}],
|
1376
|
+
"type": "orchestration", "id": "a8e72740ce92456ab392a75375ec9df7", "name":
|
1377
|
+
"heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8042/",
|
1378
|
+
"region": "regionOne", "interface": "internal", "id": "2bd9d0c1fc544f078c2fef39a5f4decd"},
|
1379
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne",
|
1380
|
+
"interface": "admin", "id": "9c3ac290cf5944e9957f387987a6d7e8"}, {"region_id":
|
1381
|
+
"regionOne", "url": "http://192.0.2.21:8042/", "region": "regionOne", "interface":
|
1382
|
+
"public", "id": "b8345563ada3461a8f871d897bae1c60"}], "type": "alarming",
|
1383
|
+
"id": "afce35c3b5c640658578063bcb52fe0e", "name": "aodh"}, {"endpoints": [{"region_id":
|
1384
|
+
"regionOne", "url": "http://192.0.2.21:8777/", "region": "regionOne", "interface":
|
1385
|
+
"public", "id": "0a8c20af41384e9b94ffbd266e69f8b0"}, {"region_id": "regionOne",
|
1386
|
+
"url": "http://192.0.2.21:8777/", "region": "regionOne", "interface": "admin",
|
1387
|
+
"id": "407e04f068d64cc49c8beb612087d60c"}, {"region_id": "regionOne", "url":
|
1388
|
+
"http://192.0.2.21:8777/", "region": "regionOne", "interface": "internal",
|
1389
|
+
"id": "5506ecfd12e04e9fae93a16dd7cd473e"}], "type": "metering", "id": "afde6b4f37d1406d83939829e87fbfb9",
|
1390
|
+
"name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:9292/",
|
1391
|
+
"region": "regionOne", "interface": "public", "id": "1b37c9b615634b9ba354acab8e797bd5"},
|
1392
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne",
|
1393
|
+
"interface": "admin", "id": "24ed5cb4e2104b9796a2529a21de04ac"}, {"region_id":
|
1394
|
+
"regionOne", "url": "http://192.0.2.21:9292/", "region": "regionOne", "interface":
|
1395
|
+
"internal", "id": "8493c76b6a1f400b80e20a11e3ac9e8d"}], "type": "image", "id":
|
1396
|
+
"be4dfdcf14ef48039edf82ef5ae1629e", "name": "glance"}, {"endpoints": [{"region_id":
|
1397
|
+
"regionOne", "url": "http://192.0.2.21:8041/", "region": "regionOne", "interface":
|
1398
|
+
"admin", "id": "709ff9a3f13848209b8934bb1f6dec26"}, {"region_id": "regionOne",
|
1399
|
+
"url": "http://192.0.2.21:8041/", "region": "regionOne", "interface": "internal",
|
1400
|
+
"id": "d51d46cd35f941df88f5508b3e879777"}, {"region_id": "regionOne", "url":
|
1401
|
+
"http://192.0.2.21:8041/", "region": "regionOne", "interface": "public", "id":
|
1402
|
+
"fd3c88b22fab4df58cd629f174fd2e3b"}], "type": "metric", "id": "c2b4bf300bd84cfba6d9cb8c03874c15",
|
1403
|
+
"name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:35357/v2.0",
|
1404
|
+
"region": "regionOne", "interface": "admin", "id": "9bbbac3ebf04425fbf6f850c61727c36"},
|
1405
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
1406
|
+
"regionOne", "interface": "public", "id": "a4f073188f834e08a541f3172afbf2aa"},
|
1407
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:5000/v2.0", "region":
|
1408
|
+
"regionOne", "interface": "internal", "id": "fe25750a2f23451186b78cafeb2500c2"}],
|
1409
|
+
"type": "identity", "id": "dcf4906057004977bdabba7de167c923", "name": "keystone"},
|
1410
|
+
{"endpoints": [{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1411
|
+
"region": "regionOne", "interface": "internal", "id": "09f14e579c22456498293c45deafc29c"},
|
1412
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1413
|
+
"region": "regionOne", "interface": "public", "id": "39b2796eadd2410295b3f0b1398db694"},
|
1414
|
+
{"region_id": "regionOne", "url": "http://192.0.2.21:8386/v1.1/48985e6b8da145699d411f12a3459fca",
|
1415
|
+
"region": "regionOne", "interface": "admin", "id": "7ec9decfbe5b46ee850619c1752bfa67"}],
|
1416
|
+
"type": "data-processing", "id": "ea7797ce177d4bfd8e360de675c71f35", "name":
|
1417
|
+
"sahara"}], "user": {"domain": {"id": "default", "name": "Default"}, "id":
|
1418
|
+
"1e50c2f0995446fd9b135a1a549cabdb", "name": "admin"}, "audit_ids": ["xgkX5ikERDKCtiU_KTIC6g"],
|
1419
|
+
"issued_at": "2016-11-15T07:18:13.580564Z"}}'
|
1420
|
+
http_version:
|
1421
|
+
recorded_at: Tue, 21 Feb 2017 05:27:27 GMT
|
1422
|
+
- request:
|
1423
|
+
method: delete
|
1424
|
+
uri: http://192.0.2.21:8004/v1/48985e6b8da145699d411f12a3459fca/stacks/test_stack2/fe4fc0bc-b61a-44c3-b333-82afc08f67e4
|
1425
|
+
body:
|
1426
|
+
encoding: US-ASCII
|
1427
|
+
string: ''
|
1428
|
+
headers:
|
1429
|
+
Content-Type:
|
1430
|
+
- application/json
|
1431
|
+
Accept:
|
1432
|
+
- application/json
|
1433
|
+
X-Auth-Token:
|
1434
|
+
- b2e9915775734169b413cacb6d4b140a
|
1435
|
+
Accept-Encoding:
|
1436
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1437
|
+
User-Agent:
|
1438
|
+
- Ruby
|
1439
|
+
response:
|
1440
|
+
status:
|
1441
|
+
code: 204
|
1442
|
+
message: No Content
|
1443
|
+
headers:
|
1444
|
+
Content-Type:
|
1445
|
+
- text/html; charset=UTF-8
|
1446
|
+
X-Openstack-Request-Id:
|
1447
|
+
- req-7f72268b-f427-45d9-b3ca-ce6253740717
|
1448
|
+
Content-Length:
|
1449
|
+
- '0'
|
1450
|
+
Date:
|
1451
|
+
- Tue, 15 Nov 2016 07:18:13 GMT
|
1452
|
+
body:
|
1453
|
+
encoding: UTF-8
|
1454
|
+
string: ''
|
1455
|
+
http_version:
|
1456
|
+
recorded_at: Tue, 21 Feb 2017 05:27:27 GMT
|
1457
|
+
recorded_with: VCR 3.0.3
|