blob: 06690cec8100b7ffa8383169c4df179655e6c105 [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:
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +01005 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02006 neutron_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01007 keystone:
8 client:
9 server:
10 identity:
11 project:
12 service:
13 user:
14 neutron:
15 is_admin: true
16 password: ${_param:keystone_neutron_password}
17 email: ${_param:admin_email}
18 service:
19 neutron:
20 type: network
21 description: OpenStack Networking Service
22 endpoints:
23 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010024 public_address: ${_param:cluster_public_host}
Pavel Cizinsky3f8377d2017-03-02 15:17:23 +010025 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 public_port: 9696
27 public_path: '/'
28 internal_address: ${_param:neutron_service_host}
29 internal_port: 9696
30 internal_path: '/'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020031 internal_protocol: ${_param:neutron_service_protocol}
32 admin_protocol: ${_param:neutron_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010033 admin_address: ${_param:neutron_service_host}
34 admin_port: 9696
35 admin_path: '/'