blob: f83e6ab85d6ffbebae3359b67563a2f338de1418 [file] [log] [blame]
Petr Jediný6f169e72017-07-10 16:10:15 +02001parameters:
2 _param:
3 cluster_public_protocol: https
4 keystone:
5 client:
6 server:
7 identity:
8 project:
9 service:
10 user:
11 barbican:
12 is_admin: true
13 password: ${_param:keystone_barbican_password}
14 email: ${_param:admin_email}
15 service:
16 barbican:
17 type: key-manager
18 description: OpenStack Key-Manager 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: 9311
24 public_path: '/'
25 internal_address: ${_param:barbican_service_host}
26 internal_port: 9311
27 internal_path: '/'
28 admin_address: ${_param:barbican_service_host}
29 admin_port: 9311
30 admin_path: '/'