Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | heat_service_protocol: http |
| 4 | keystone: |
| 5 | client: |
| 6 | resources: |
| 7 | v3: |
| 8 | roles: |
| 9 | heat_stack_user: |
| 10 | name: heat_stack_user |
| 11 | enabled: true |
| 12 | heat_stack_owner: |
| 13 | name: heat_stack_owner |
| 14 | enabled: true |
| 15 | users: |
| 16 | heat: |
| 17 | password: ${_param:keystone_heat_password} |
| 18 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 19 | options: ${_param:openstack_service_user_options} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 20 | roles: |
| 21 | service_admin: |
| 22 | name: admin |
| 23 | project_id: service |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 24 | services: |
| 25 | heat: |
| 26 | type: orchestration |
| 27 | description: OpenStack Orchestration Service |
| 28 | endpoints: |
| 29 | heat_public_v1: |
| 30 | interface: 'public' |
| 31 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8004/v1/%(project_id)s |
| 32 | region: ${_param:openstack_region} |
| 33 | heat_internal_v1: |
| 34 | interface: 'internal' |
| 35 | url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s |
| 36 | region: ${_param:openstack_region} |
| 37 | heat_admin_v1: |
| 38 | interface: 'admin' |
| 39 | url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s |
| 40 | region: ${_param:openstack_region} |