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 | roles: |
| 9 | - heat_stack_user |
| 10 | - heat_stack_owner |
| 11 | project: |
| 12 | service: |
| 13 | user: |
| 14 | heat: |
| 15 | is_admin: true |
| 16 | password: ${_param:keystone_heat_password} |
| 17 | email: ${_param:admin_email} |
| 18 | service: |
| 19 | heat: |
| 20 | type: orchestration |
| 21 | description: OpenStack Orchestration Service |
| 22 | endpoints: |
| 23 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 24 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 25 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 26 | public_port: 8004 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame^] | 27 | public_path: '/v1/%(project_id)s' |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 28 | internal_address: ${_param:heat_service_host} |
| 29 | internal_port: 8004 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame^] | 30 | internal_path: '/v1/%(project_id)s' |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 31 | admin_address: ${_param:heat_service_host} |
| 32 | admin_port: 8004 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame^] | 33 | admin_path: '/v1/%(project_id)s' |