Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | keystone: |
| 3 | client: |
| 4 | server: |
| 5 | identity: |
| 6 | roles: |
| 7 | - heat_stack_user |
| 8 | - heat_stack_owner |
| 9 | project: |
| 10 | service: |
| 11 | user: |
| 12 | heat: |
| 13 | is_admin: true |
| 14 | password: ${_param:keystone_heat_password} |
| 15 | email: ${_param:admin_email} |
| 16 | service: |
| 17 | heat: |
| 18 | type: orchestration |
| 19 | description: OpenStack Orchestration Service |
| 20 | endpoints: |
| 21 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame^] | 22 | public_address: ${_param:cluster_public_host} |
| 23 | public_protocol: https |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 24 | public_port: 8004 |
| 25 | public_path: '/v1/%(tenant_id)s' |
| 26 | internal_address: ${_param:heat_service_host} |
| 27 | internal_port: 8004 |
| 28 | internal_path: '/v1/%(tenant_id)s' |
| 29 | admin_address: ${_param:heat_service_host} |
| 30 | admin_port: 8004 |
| 31 | admin_path: '/v1/%(tenant_id)s' |