blob: 5880487c987e17b12121333026bd5ec06e5525f4 [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-s3:
17 type: object-store
18 description: S3 Service (swift)
Petr Michalec33eb3802017-04-21 14:25:12 +020019 region: ${_param:openstack_region}
Petr Michalec946e5de2017-04-12 16:46:02 +020020 endpoints:
21 - region: ${_param:openstack_region}
22 public_address: ${_param:cluster_public_host}
23 public_protocol: ${_param:cluster_public_protocol}
24 public_port: 8080
Petr Michalec2928b9a2017-04-19 11:43:26 +020025 public_path: '/v1/AUTH_%(project_id)s'
Petr Michalec946e5de2017-04-12 16:46:02 +020026 internal_address: ${_param:swift_service_host}
27 internal_port: 8080
Petr Michalec2928b9a2017-04-19 11:43:26 +020028 internal_path: '/v1/AUTH_%(project_id)s'
Petr Michalec946e5de2017-04-12 16:46:02 +020029 admin_address: ${_param:swift_service_host}
30 admin_port: 8080
31 admin_path: '/'