path:
root/
network/
endpoints/
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
# Data in this file is used to generate the endpoint_map.yaml template.
# Run the script build_endpoint_map.py to regenerate the file.
Aodh:
Internal:
net_param: AodhApi
Public:
net_param: Public
Admin:
net_param: AodhApi
port: 8042
Barbican:
Internal:
net_param: BarbicanApi
Public:
net_param: Public
Admin:
net_param: BarbicanApi
port: 9311
Ceilometer:
Internal:
net_param: CeilometerApi
Public:
net_param: Public
Admin:
net_param: CeilometerApi
port: 8777
Gnocchi:
Internal:
net_param: GnocchiApi
Public:
net_param: Public
Admin:
net_param: GnocchiApi
port: 8041
Cinder:
Internal:
net_param: CinderApi
uri_suffixes:
'': /v1/%(tenant_id)s
V2: /v2/%(tenant_id)s
V3: /v3/%(tenant_id)s
Public:
net_param: Public
uri_suffixes:
'': /v1/%(tenant_id)s
V2: /v2/%(tenant_id)s
V3: /v3/%(tenant_id)s
Admin:
net_param: CinderApi
uri_suffixes:
'': /v1/%(tenant_id)s
V2: /v2/%(tenant_id)s
V3: /v3/%(tenant_id)s
port: 8776
Glance:
Internal:
net_param: GlanceApi
Public:
net_param: Public
Admin:
net_param: GlanceApi
port: 9292
GlanceRegistry:
Internal:
net_param: GlanceRegistry
port: 9191
Mysql:
Internal:
net_param: Mysql
protocol: mysql+pymysql
port: 3306
Heat:
Internal:
net_param: HeatApi
uri_suffixes:
'': /v1/%(tenant_id)s
Public:
net_param: Public
uri_suffixes:
'': /v1/%(tenant_id)s
Admin:
net_param: HeatApi
uri_suffixes:
'': /v1/%(tenant_id)s
port: 8004
HeatCfn:
Internal:
net_param: HeatApi
uri_suffixes:
'': /v1
Public:
net_param: Public
uri_suffixes:
'': /v1
Admin:
net_param: HeatApi
uri_suffixes:
'': /v1
port: 8000
Horizon:
Public:
net_param: Public
uri_suffixes:
'': /dashboard
port: 80
# TODO(ayoung): V3 is a temporary fix. Endpoints should be versionless.
# Required for https://bugs.launchpad.net/puppet-nova/+bug/1542486
Keystone:
Internal:
net_param: KeystonePublicApi
uri_suffixes:
'': /v2.0
EC2: /v2.0/ec2tokens
V3: /v3
names:
EC2: KeystoneEC2
Public:
net_param: Public
uri_suffixes:
'': /v2.0
V3: /v3
Admin:
net_param: KeystoneAdminApi
uri_suffixes:
'': /v2.0
V3: /v3
port: 35357
port: 5000
Manila:
Internal:
net_param: ManilaApi
uri_suffixes:
'': /v2/%(tenant_id)s
V1: /v1/%(tenant_id)s
Public:
net_param: Public
uri_suffixes:
'': /v2/%(tenant_id)s
V1: /v1/%(tenant_id)s
Admin:
net_param: ManilaApi
uri_suffixes:
'': /v2/%(tenant_id)s
V1: /v1/%(tenant_id)s
port: 8786
Mistral:
Internal:
net_param: MistralApi
uri_suffixes:
'': /v2
Public:
net_param: Public
uri_suffixes:
'': /v2
Admin:
net_param: MistralApi
uri_suffixes:
'': /v2
port: 8989
Neutron:
Internal:
net_param: NeutronApi
Public:
net_param: Public
Admin:
net_param: NeutronApi
port: 9696
Nova:
Internal:
net_param: NovaApi
uri_suffixes:
'': /v2.1
Public:
net_param: Public
uri_suffixes:
'': /v2.1
Admin:
net_param: NovaApi
uri_suffixes:
'': /v2.1
port: 8774
NovaVNCProxy:
Internal:
net_param: NovaApi
Public:
net_param: Public
Admin:
net_param: NovaApi
port: 6080
Swift:
Internal:
net_param: SwiftProxy
uri_suffixes:
'': /v1/AUTH_%(tenant_id)s
S3:
Public:
net_param: Public
uri_suffixes:
'': /v1/AUTH_%(tenant_id)s
S3:
Admin:
net_param: SwiftProxy
uri_suffixes:
'':
S3:
port: 8080
CephRgw:
Internal:
net_param: CephRgw
uri_suffixes:
'': /swift/v1
Public:
net_param: Public
uri_suffixes:
'': /swift/v1
Admin:
net_param: CephRgw
uri_suffixes:
'': /swift/v1
port: 8080
Sahara:
Internal:
net_param: SaharaApi
uri_suffixes:
'': /v1.1/%(tenant_id)s
Public:
net_param: Public
uri_suffixes:
'': /v1.1/%(tenant_id)s
Admin:
net_param: SaharaApi
uri_suffixes:
'': /v1.1/%(tenant_id)s
port: 8386
Ironic:
Internal:
net_param: IronicApi
uri_suffixes:
'': /v1
Public:
net_param: Public
uri_suffixes:
'': /v1
Admin:
net_param: IronicApi
uri_suffixes:
'': /v1
port: 6385
|