blob: 3547cee14bbbc38ef2cca0ff50679684838935a2 [file] [log] [blame]
Petr Michalecbf38a0c2017-02-01 16:24:40 +01001
2parameters:
3 keystone:
4 client:
5 server:
6 identity:
7 project:
8 service:
9 user:
10 murano:
11 is_admin: true
12 password: ${_param:keystone_murano_password}
13 email: ${_param:admin_email}
14 service:
15 murano:
16 type: application-catalog
17 description: Application Catalog for OpenStack
18 endpoints:
19 - region: ${_param:openstack_region}
20 public_address: ${_param:cluster_public_host}
21 public_protocol: https
22 public_port: 8082
23 public_path: ''
24 internal_address: ${_param:murano_service_host}
25 internal_port: 8082
26 internal_path: ''
27 admin_address: ${_param:murano_service_host}
28 admin_port: 8082
29 admin_path: ''