blob: c37a67b61dc0f4f09c0d84ee6d1b5a61963b17fa [file] [log] [blame]
Petr Michalecbf38a0c2017-02-01 16:24:40 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 project:
7 service:
8 user:
9 sahara:
10 is_admin: true
11 password: ${_param:keystone_sahara_password}
12 email: ${_param:admin_email}
13 service:
14 swift:
15 type: data-processing
16 description: Sahara Data Processing
17 endpoints:
18 - region: ${_param:openstack_region}
19 public_address: ${_param:cluster_public_host}
20 public_protocol: https
21 public_port: 8386
22 public_path: '/v1.1/%(tenant_id)s'
23 internal_address: ${_param:sahara_service_host}
24 internal_port: 8386
25 internal_path: '/v1.1/%(tenant_id)s'
26 admin_address: ${_param:sahara_service_host}
27 admin_port: 8386
28 admin_path: '/v1.1/%(tenant_id)s'