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