blob: 1d6dae8516dcd3d6a4cfcba07cf892d01f200a8b [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 neutron_service_protocol: http
4 keystone:
5 client:
6 resources:
7 v3:
8 users:
9 neutron:
sgarbuz5f58dd72019-05-20 14:10:11 +030010 name: ${_param:keystone_neutron_username}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030011 password: ${_param:keystone_neutron_password}
12 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020013 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030014 roles:
15 service_admin:
16 name: admin
17 project_id: service
18 services:
19 neutron:
20 type: network
21 description: OpenStack Networking Service
22 endpoints:
23 neutron_public:
24 interface: 'public'
25 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:9696/
26 region: ${_param:openstack_region}
Ann Kamyshnikova3475fd62019-02-01 12:46:11 +040027 neutron_internal:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030028 interface: 'internal'
29 url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696/
30 region: ${_param:openstack_region}
31 neutron_admin:
32 interface: 'admin'
33 url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696/
34 region: ${_param:openstack_region}