blob: 65eaa13d966a21eb22163f143edeba5846820e95 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 project:
7 service:
8 user:
9 neutron:
10 is_admin: true
11 password: ${_param:keystone_neutron_password}
12 email: ${_param:admin_email}
13 service:
14 neutron:
15 type: network
16 description: OpenStack Networking Service
17 endpoints:
18 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010019 public_address: ${_param:cluster_public_host}
20 public_protocol: https
Ondrej Smola03ff34e2016-12-01 01:30:33 +010021 public_port: 9696
22 public_path: '/'
23 internal_address: ${_param:neutron_service_host}
24 internal_port: 9696
25 internal_path: '/'
26 admin_address: ${_param:neutron_service_host}
27 admin_port: 9696
28 admin_path: '/'