| - system.keystone.client.v3.service.heat |
| cluster_public_protocol: https |
| heat_service_protocol: http |
| password: ${_param:keystone_heat_password} |
| email: ${_param:admin_email} |
| description: OpenStack Orchestration Service |
| - region: ${_param:openstack_region} |
| public_address: ${_param:cluster_public_host} |
| public_protocol: ${_param:cluster_public_protocol} |
| public_path: '/v1/%(project_id)s' |
| internal_address: ${_param:heat_service_host} |
| internal_path: '/v1/%(project_id)s' |
| internal_protocol: ${_param:heat_service_protocol} |
| admin_protocol: ${_param:heat_service_protocol} |
| admin_address: ${_param:heat_service_host} |
| admin_path: '/v1/%(project_id)s' |