blob: 781fab9c6b4ac622a7a1ae56f1d5568e1b8f78ac [file] [log] [blame]
Petr Michalecbf38a0c2017-02-01 16:24:40 +01001parameters:
2 _param:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01003 cluster_public_protocol: https
Petr Michalecbf38a0c2017-02-01 16:24:40 +01004 keystone:
5 client:
6 server:
7 identity:
8 project:
9 service:
10 user:
11 swift:
12 is_admin: true
13 password: ${_param:keystone_swift_password}
14 email: ${_param:admin_email}
Petr Michalec946e5de2017-04-12 16:46:02 +020015 service:
16 swift:
17 type: object-store
18 description: Swift Service
19 endpoints:
20 - region: ${_param:openstack_region}
21 public_address: ${_param:cluster_public_host}
22 public_protocol: ${_param:cluster_public_protocol}
23 public_port: 8080
Petr Michalec2928b9a2017-04-19 11:43:26 +020024 public_path: '/v1/AUTH_%(project_id)s'
Petr Michalec946e5de2017-04-12 16:46:02 +020025 internal_address: ${_param:swift_service_host}
26 internal_port: 8080
Petr Michalec2928b9a2017-04-19 11:43:26 +020027 internal_path: '/v1/AUTH_%(project_id)s'
Petr Michalec946e5de2017-04-12 16:46:02 +020028 admin_address: ${_param:swift_service_host}
29 admin_port: 8080
30 admin_path: '/'