Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | cluster_public_protocol: https |
| 4 | radosgw_swift_cluster_port: 8081 |
| 5 | radosgw_service_protocol: http |
| 6 | keystone: |
| 7 | client: |
| 8 | resources: |
| 9 | v3: |
| 10 | users: |
| 11 | swift: |
| 12 | password: ${_param:keystone_swift_password} |
| 13 | email: ${_param:admin_email} |
| 14 | roles: |
| 15 | service_admin: |
| 16 | name: admin |
| 17 | project_id: service |
Vasyl Saienko | 20e1050 | 2018-09-28 13:38:38 +0300 | [diff] [blame^] | 18 | services: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 19 | radosgw-swift: |
| 20 | type: object-store |
| 21 | description: Swift Service (radosgw) |
| 22 | endpoints: |
| 23 | radosgw-swift_public: |
| 24 | interface: 'public' |
| 25 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_swift_cluster_port}/swift/v1 |
| 26 | region: ${_param:openstack_region} |
| 27 | radosgw-swift_internal: |
| 28 | interface: 'internal' |
| 29 | url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1 |
| 30 | region: ${_param:openstack_region} |
| 31 | radosgw-swift_admin: |
| 32 | interface: 'admin' |
| 33 | url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1 |
| 34 | region: ${_param:openstack_region} |