Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.neutron |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 3 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 4 | _param: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 5 | neutron_service_protocol: http |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 6 | 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} |
Oleksandr Shyshko | a338450 | 2019-02-27 13:23:06 +0200 | [diff] [blame^] | 17 | options: ${_param:openstack_service_user_options} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 18 | service: |
| 19 | neutron: |
| 20 | type: network |
| 21 | description: OpenStack Networking Service |
| 22 | endpoints: |
| 23 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 24 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | 3f8377d | 2017-03-02 15:17:23 +0100 | [diff] [blame] | 25 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 26 | public_port: 9696 |
| 27 | public_path: '/' |
| 28 | internal_address: ${_param:neutron_service_host} |
| 29 | internal_port: 9696 |
| 30 | internal_path: '/' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 31 | internal_protocol: ${_param:neutron_service_protocol} |
| 32 | admin_protocol: ${_param:neutron_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 33 | admin_address: ${_param:neutron_service_host} |
| 34 | admin_port: 9696 |
| 35 | admin_path: '/' |