blob: 6af16f9f9ad42a464ed4e8d14c123586e99497bf [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:
10 password: ${_param:keystone_neutron_password}
11 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020012 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030013 roles:
14 service_admin:
15 name: admin
16 project_id: service
17 services:
18 neutron:
19 type: network
20 description: OpenStack Networking Service
21 endpoints:
22 neutron_public:
23 interface: 'public'
24 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:9696/
25 region: ${_param:openstack_region}
Ann Kamyshnikova3475fd62019-02-01 12:46:11 +040026 neutron_internal:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030027 interface: 'internal'
28 url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696/
29 region: ${_param:openstack_region}
30 neutron_admin:
31 interface: 'admin'
32 url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696/
33 region: ${_param:openstack_region}