Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 3 | swift_service_protocol: http |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | project: |
| 9 | service: |
| 10 | user: |
| 11 | swift: |
sgarbuz | b2ce7cb | 2019-06-27 14:28:37 +0300 | [diff] [blame] | 12 | name: ${_param:keystone_swift_username} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 13 | is_admin: true |
| 14 | password: ${_param:keystone_swift_password} |
| 15 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 16 | options: ${_param:openstack_service_user_options} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 17 | service: |
| 18 | swift: |
| 19 | type: object-store |
| 20 | description: Swift Service |
| 21 | endpoints: |
| 22 | - region: ${_param:openstack_region} |
| 23 | public_address: ${_param:cluster_public_host} |
| 24 | public_protocol: ${_param:cluster_public_protocol} |
| 25 | public_port: 8080 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 26 | public_path: '/v1/AUTH_%(project_id)s' |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 27 | internal_address: ${_param:swift_service_host} |
| 28 | internal_port: 8080 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 29 | internal_path: '/v1/AUTH_%(project_id)s' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 30 | internal_protocol: ${_param:swift_service_protocol} |
| 31 | admin_protocol: ${_param:swift_service_protocol} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 32 | admin_address: ${_param:swift_service_host} |
| 33 | admin_port: 8080 |
| 34 | admin_path: '/' |