Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 2 | _param: |
| 3 | neutron_public_protocol: https |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | project: |
| 9 | service: |
| 10 | user: |
| 11 | neutron: |
| 12 | is_admin: true |
| 13 | password: ${_param:keystone_neutron_password} |
| 14 | email: ${_param:admin_email} |
| 15 | service: |
| 16 | neutron: |
| 17 | type: network |
| 18 | description: OpenStack Networking Service |
| 19 | endpoints: |
| 20 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 21 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 22 | public_protocol: ${_param:neutron_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 23 | public_port: 9696 |
| 24 | public_path: '/' |
| 25 | internal_address: ${_param:neutron_service_host} |
| 26 | internal_port: 9696 |
| 27 | internal_path: '/' |
| 28 | admin_address: ${_param:neutron_service_host} |
| 29 | admin_port: 9696 |
| 30 | admin_path: '/' |