Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.cinder3 |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 3 | parameters: |
| 4 | _param: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 5 | cinder_service_protocol: http |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 6 | keystone: |
| 7 | client: |
| 8 | server: |
| 9 | identity: |
| 10 | project: |
| 11 | service: |
| 12 | user: |
| 13 | cinder: |
| 14 | is_admin: true |
| 15 | password: ${_param:keystone_cinder_password} |
| 16 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 17 | options: ${_param:openstack_service_user_options} |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 18 | service: |
| 19 | cinderv3: |
| 20 | type: volumev3 |
| 21 | description: OpenStack Volume Service v3 |
| 22 | endpoints: |
| 23 | - region: ${_param:openstack_region} |
| 24 | public_address: ${_param:cluster_public_host} |
| 25 | public_protocol: ${_param:cluster_public_protocol} |
| 26 | public_port: 8776 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 27 | public_path: '/v3/$(project_id)s' |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 28 | internal_address: ${_param:cinder_service_host} |
| 29 | internal_port: 8776 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 30 | internal_path: '/v3/$(project_id)s' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 31 | internal_protocol: ${_param:cinder_service_protocol} |
| 32 | admin_protocol: ${_param:cinder_service_protocol} |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 33 | admin_address: ${_param:cinder_service_host} |
| 34 | admin_port: 8776 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 35 | admin_path: '/v3/$(project_id)s' |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 36 | |