blob: 3bb54492748e43bfc4e65ed56322e46256177c17 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 service:
7 heat-cfn:
8 type: cloudformation
9 description: OpenStack CloudFormation Service
10 endpoints:
11 - region: ${_param:openstack_region}
12 public_address: ${_param:heat_service_host}
13 public_port: 8000
14 public_path: '/v1'
15 internal_address: ${_param:heat_service_host}
16 internal_port: 8000
17 internal_path: '/v1'
18 admin_address: ${_param:heat_service_host}
19 admin_port: 8000
20 admin_path: '/v1'