Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | 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} |
| 12 | roles: |
| 13 | service_admin: |
| 14 | name: admin |
| 15 | project_id: service |
| 16 | services: |
| 17 | neutron: |
| 18 | type: network |
| 19 | description: OpenStack Networking Service |
| 20 | endpoints: |
| 21 | neutron_public: |
| 22 | interface: 'public' |
| 23 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:9696/ |
| 24 | region: ${_param:openstack_region} |
Ann Kamyshnikova | 3475fd6 | 2019-02-01 12:46:11 +0400 | [diff] [blame] | 25 | neutron_internal: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 26 | interface: 'internal' |
| 27 | url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696/ |
| 28 | region: ${_param:openstack_region} |
| 29 | neutron_admin: |
| 30 | interface: 'admin' |
| 31 | url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696/ |
| 32 | region: ${_param:openstack_region} |