blob: 8bec7f28b12e9d95412f1d5c171d4511b1a67ef8 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01002 _param:
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +01003 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02004 neutron_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01005 keystone:
6 client:
7 server:
8 identity:
9 project:
10 service:
11 user:
12 neutron:
13 is_admin: true
14 password: ${_param:keystone_neutron_password}
15 email: ${_param:admin_email}
16 service:
17 neutron:
18 type: network
19 description: OpenStack Networking Service
20 endpoints:
21 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010022 public_address: ${_param:cluster_public_host}
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010023 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010024 public_port: 9696
25 public_path: '/'
26 internal_address: ${_param:neutron_service_host}
27 internal_port: 9696
28 internal_path: '/'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020029 internal_protocol: ${_param:neutron_service_protocol}
30 admin_protocol: ${_param:neutron_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010031 admin_address: ${_param:neutron_service_host}
32 admin_port: 9696
33 admin_path: '/'