Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | cluster_public_protocol: https |
| 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | project: |
| 9 | service: |
| 10 | user: |
| 11 | cinder: |
| 12 | is_admin: true |
| 13 | password: ${_param:keystone_cinder_password} |
| 14 | email: ${_param:admin_email} |
| 15 | service: |
| 16 | cinderv3: |
| 17 | type: volumev3 |
| 18 | description: OpenStack Volume Service v3 |
| 19 | endpoints: |
| 20 | - region: ${_param:openstack_region} |
| 21 | public_address: ${_param:cluster_public_host} |
| 22 | public_protocol: ${_param:cluster_public_protocol} |
| 23 | public_port: 8776 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 24 | public_path: '/v3/$(project_id)s' |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 25 | internal_address: ${_param:cinder_service_host} |
| 26 | internal_port: 8776 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 27 | internal_path: '/v3/$(project_id)s' |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 28 | admin_address: ${_param:cinder_service_host} |
| 29 | admin_port: 8776 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 30 | admin_path: '/v3/$(project_id)s' |
Jakub Pavlik | 041d426 | 2017-04-07 13:28:52 +0200 | [diff] [blame] | 31 | |