Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 2 | _param: |
| 3 | cluster_public_protocol: https |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 4 | keystone_service_protocol: http |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 5 | keystone: |
| 6 | client: |
| 7 | server: |
| 8 | identity: |
| 9 | service: |
Jakub Pavlik | 8c3d089 | 2017-06-08 09:59:24 +0200 | [diff] [blame] | 10 | keystone: |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 11 | type: identity |
| 12 | description: OpenStack Identity Service v3 |
| 13 | endpoints: |
| 14 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 15 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 16 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 17 | public_port: 5000 |
| 18 | public_path: '/v3' |
| 19 | internal_address: ${_param:keystone_service_host} |
| 20 | internal_port: 5000 |
| 21 | internal_path: '/v3' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 22 | internal_protocol: ${_param:keystone_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 23 | admin_address: ${_param:keystone_service_host} |
| 24 | admin_port: 35357 |
Jakub Pavlik | a045e8e | 2017-06-30 13:21:17 +0200 | [diff] [blame] | 25 | admin_path: '/v2.0' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 26 | admin_protocol: ${_param:keystone_service_protocol} |