blob: 70b605463b4557aa2639e13821380d69ef55f67e [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:
Petr Jediný9d934b82017-08-10 23:27:30 +02008 roles:
9 - creator
Petr Jediný6f169e72017-07-10 16:10:15 +020010 project:
11 service:
12 user:
13 barbican:
Petr Jediný6f169e72017-07-10 16:10:15 +020014 password: ${_param:keystone_barbican_password}
15 email: ${_param:admin_email}
Petr Jediný9d934b82017-08-10 23:27:30 +020016 roles:
17 - admin
18 - creator
Petr Jediný6f169e72017-07-10 16:10:15 +020019 service:
20 barbican:
21 type: key-manager
22 description: OpenStack Key-Manager Service
23 endpoints:
24 - region: ${_param:openstack_region}
25 public_address: ${_param:cluster_public_host}
26 public_protocol: ${_param:cluster_public_protocol}
27 public_port: 9311
28 public_path: '/'
29 internal_address: ${_param:barbican_service_host}
30 internal_port: 9311
31 internal_path: '/'
32 admin_address: ${_param:barbican_service_host}
33 admin_port: 9311
34 admin_path: '/'