blob: 9aaedc2f552772c1d47906b139dff946c0cf636b [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 service:
7 keystone3:
8 type: identity
9 description: OpenStack Identity Service v3
10 endpoints:
11 - region: ${_param:openstack_region}
12 public_address: ${_param:keystone_service_host}
13 public_port: 5000
14 public_path: '/v3'
15 internal_address: ${_param:keystone_service_host}
16 internal_port: 5000
17 internal_path: '/v3'
18 admin_address: ${_param:keystone_service_host}
19 admin_port: 35357
20 admin_path: '/v3'