Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | cluster_public_protocol: https |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 4 | congress_service_protocol: http |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 5 | keystone: |
| 6 | client: |
| 7 | server: |
| 8 | identity: |
| 9 | project: |
| 10 | service: |
| 11 | user: |
| 12 | congress: |
| 13 | is_admin: true |
| 14 | password: ${_param:keystone_congress_password} |
| 15 | email: ${_param:admin_email} |
| 16 | service: |
| 17 | congress: |
| 18 | type: policy |
| 19 | description: Congress service |
| 20 | endpoints: |
| 21 | - region: ${_param:openstack_region} |
| 22 | public_address: ${_param:cluster_public_host} |
| 23 | public_protocol: ${_param:cluster_public_protocol} |
| 24 | public_port: 1789 |
| 25 | public_path: '/' |
| 26 | internal_address: ${_param:congress_service_host} |
| 27 | internal_port: 1789 |
| 28 | internal_path: '/' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 29 | internal_protocol: ${_param:congress_service_protocol} |
| 30 | admin_protocol: ${_param:congress_service_protocol} |
Petr Jediný | 6f169e7 | 2017-07-10 16:10:15 +0200 | [diff] [blame] | 31 | admin_address: ${_param:congress_service_host} |
| 32 | admin_port: 1789 |
| 33 | admin_path: '/' |