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 | congress_service_protocol: http |
| 4 | keystone: |
| 5 | client: |
| 6 | resources: |
| 7 | v3: |
| 8 | users: |
| 9 | congress: |
| 10 | password: ${_param:keystone_congress_password} |
| 11 | email: ${_param:admin_email} |
| 12 | roles: |
| 13 | service_admin: |
| 14 | name: admin |
| 15 | project_id: service |
| 16 | services: |
| 17 | congress: |
| 18 | type: policy |
| 19 | description: Congress service |
| 20 | endpoints: |
| 21 | congress_public: |
| 22 | interface: 'public' |
| 23 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:1789/ |
| 24 | region: ${_param:openstack_region} |
| 25 | congress_internal: |
| 26 | interface: 'internal' |
| 27 | url: ${_param:congress_service_protocol}://${_param:congress_service_host}:1789/ |
| 28 | region: ${_param:openstack_region} |
| 29 | congress_admin: |
| 30 | interface: 'admin' |
| 31 | url: ${_param:congress_service_protocol}://${_param:congress_service_host}:1789/ |
| 32 | region: ${_param:openstack_region} |