Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
| 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' |