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 | cluster_public_protocol: https |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame^] | 4 | glance_service_protocol: http |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 5 | keystone: |
| 6 | client: |
| 7 | server: |
| 8 | identity: |
| 9 | project: |
| 10 | service: |
| 11 | user: |
| 12 | glance: |
| 13 | is_admin: true |
| 14 | password: ${_param:keystone_glance_password} |
| 15 | email: ${_param:admin_email} |
| 16 | service: |
| 17 | glance: |
| 18 | type: image |
| 19 | description: OpenStack Image Service |
| 20 | endpoints: |
| 21 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 22 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 23 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 24 | public_port: 9292 |
| 25 | public_path: '' |
| 26 | internal_address: ${_param:glance_service_host} |
| 27 | internal_port: 9292 |
| 28 | internal_path: '' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame^] | 29 | internal_protocol: ${_param:glance_service_protocol} |
| 30 | admin_protocol: ${_param:glance_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 31 | admin_address: ${_param:glance_service_host} |
| 32 | admin_port: 9292 |
| 33 | admin_path: '' |