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 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | service: |
Jakub Pavlik | 8c3d089 | 2017-06-08 09:59:24 +0200 | [diff] [blame^] | 9 | keystone: |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 10 | type: identity |
| 11 | description: OpenStack Identity Service v3 |
| 12 | endpoints: |
| 13 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 14 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 15 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 16 | public_port: 5000 |
| 17 | public_path: '/v3' |
| 18 | internal_address: ${_param:keystone_service_host} |
| 19 | internal_port: 5000 |
| 20 | internal_path: '/v3' |
| 21 | admin_address: ${_param:keystone_service_host} |
| 22 | admin_port: 35357 |
| 23 | admin_path: '/v3' |