blob: 33434c189a0384cc43614b527e131d0cadf2b29d [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.neutron
Ondrej Smola03ff34e2016-12-01 01:30:33 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 neutron_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 keystone:
7 client:
8 server:
9 identity:
10 project:
11 service:
12 user:
13 neutron:
14 is_admin: true
15 password: ${_param:keystone_neutron_password}
16 email: ${_param:admin_email}
17 service:
18 neutron:
19 type: network
20 description: OpenStack Networking Service
21 endpoints:
22 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010023 public_address: ${_param:cluster_public_host}
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010024 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010025 public_port: 9696
26 public_path: '/'
27 internal_address: ${_param:neutron_service_host}
28 internal_port: 9696
29 internal_path: '/'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020030 internal_protocol: ${_param:neutron_service_protocol}
31 admin_protocol: ${_param:neutron_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010032 admin_address: ${_param:neutron_service_host}
33 admin_port: 9696
34 admin_path: '/'