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 | cinder_service_protocol: http |
| 4 | keystone: |
| 5 | client: |
| 6 | resources: |
| 7 | v3: |
| 8 | users: |
| 9 | cinder: |
| 10 | password: ${_param:keystone_cinder_password} |
| 11 | email: ${_param:admin_email} |
| 12 | roles: |
| 13 | service_admin: |
| 14 | name: admin |
| 15 | project_id: service |
| 16 | services: |
| 17 | cinderv2: |
| 18 | type: volumev2 |
| 19 | description: OpenStack Volume Service V2 |
| 20 | endpoints: |
| 21 | cinder_public_v2: |
| 22 | interface: 'public' |
| 23 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8776/v2/$(project_id)s |
| 24 | region: ${_param:openstack_region} |
| 25 | cinder_internal_v2: |
| 26 | interface: 'internal' |
| 27 | url: ${_param:cinder_service_protocol}://${_param:cinder_service_host}:8776/v2/$(project_id)s |
| 28 | region: ${_param:openstack_region} |
| 29 | cinder_admin_v2: |
| 30 | interface: 'admin' |
| 31 | url: ${_param:cinder_service_protocol}://${_param:cinder_service_host}:8776/v2/$(project_id)s |
| 32 | region: ${_param:openstack_region} |