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: |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame^] | 17 | name: ${_param:keystone_heat_username} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 18 | password: ${_param:keystone_heat_password} |
| 19 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 20 | options: ${_param:openstack_service_user_options} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 21 | roles: |
| 22 | service_admin: |
| 23 | name: admin |
| 24 | project_id: service |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 25 | services: |
| 26 | heat: |
| 27 | type: orchestration |
| 28 | description: OpenStack Orchestration Service |
| 29 | endpoints: |
| 30 | heat_public_v1: |
| 31 | interface: 'public' |
| 32 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8004/v1/%(project_id)s |
| 33 | region: ${_param:openstack_region} |
| 34 | heat_internal_v1: |
| 35 | interface: 'internal' |
| 36 | url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s |
| 37 | region: ${_param:openstack_region} |
| 38 | heat_admin_v1: |
| 39 | interface: 'admin' |
| 40 | url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s |
| 41 | region: ${_param:openstack_region} |