| parameters: | |
| _param: | |
| cluster_public_protocol: https | |
| radosgw_swift_cluster_port: 8081 | |
| radosgw_service_protocol: http | |
| keystone: | |
| client: | |
| resources: | |
| v3: | |
| users: | |
| swift: | |
| password: ${_param:keystone_swift_password} | |
| email: ${_param:admin_email} | |
| roles: | |
| service_admin: | |
| name: admin | |
| project_id: service | |
| services: | |
| radosgw-swift: | |
| type: object-store | |
| description: Swift Service (radosgw) | |
| endpoints: | |
| radosgw-swift_public: | |
| interface: 'public' | |
| url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_swift_cluster_port}/swift/v1 | |
| region: ${_param:openstack_region} | |
| radosgw-swift_internal: | |
| interface: 'internal' | |
| url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1 | |
| region: ${_param:openstack_region} | |
| radosgw-swift_admin: | |
| interface: 'admin' | |
| url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1 | |
| region: ${_param:openstack_region} |