Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | swift_service_host_public: ${_param:cluster_public_host} |
| 4 | swift_public_protocol: https |
| 5 | keystone: |
| 6 | client: |
| 7 | server: |
| 8 | identity: |
| 9 | project: |
| 10 | service: |
| 11 | user: |
| 12 | swift: |
| 13 | is_admin: true |
| 14 | password: ${_param:keystone_swift_password} |
| 15 | email: ${_param:admin_email} |
| 16 | service: |
| 17 | swift: |
| 18 | type: object-store |
| 19 | description: Swift Service |
| 20 | endpoints: |
| 21 | - region: ${_param:openstack_region} |
| 22 | public_address: ${_param:swift_service_host_public} |
| 23 | public_protocol: ${_param:swift_public_protocol} |
| 24 | public_port: 8080 |
| 25 | public_path: '/v1/AUTH_%(tenant_id)s' |
| 26 | internal_address: ${_param:swift_service_host} |
| 27 | internal_port: 8080 |
| 28 | internal_path: '/v1/AUTH_%(tenant_id)s' |
| 29 | admin_address: ${_param:swift_service_host} |
| 30 | admin_port: 8080 |
| 31 | admin_path: '/' |