| parameters: | |
| _param: | |
| cluster_public_protocol: https | |
| cinder_service_protocol: http | |
| keystone: | |
| client: | |
| resources: | |
| v3: | |
| users: | |
| cinder: | |
| password: ${_param:keystone_cinder_password} | |
| email: ${_param:admin_email} | |
| roles: | |
| service_admin: | |
| name: admin | |
| project_id: service | |
| services: | |
| cinder: | |
| type: volume | |
| description: OpenStack Volume Service | |
| endpoints: | |
| cinder_public_v1: | |
| interface: 'public' | |
| url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8776/v1/$(project_id)s | |
| region: ${_param:openstack_region} | |
| cinder_internal_v1: | |
| interface: 'internal' | |
| url: ${_param:cinder_service_protocol}://${_param:cinder_service_host}:8776/v1/$(project_id)s | |
| region: ${_param:openstack_region} | |
| cinder_admin_v1: | |
| interface: 'admin' | |
| url: ${_param:cinder_service_protocol}://${_param:cinder_service_host}:8776/v1/$(project_id)s | |
| region: ${_param:openstack_region} |