Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.glance |
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 | glance_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 | glance: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 14 | name: ${_param:keystone_glance_username} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 15 | is_admin: true |
| 16 | password: ${_param:keystone_glance_password} |
| 17 | email: ${_param:admin_email} |
Oleksandr Shyshko | a338450 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 18 | options: ${_param:openstack_service_user_options} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 19 | service: |
| 20 | glance: |
| 21 | type: image |
| 22 | description: OpenStack Image Service |
| 23 | endpoints: |
| 24 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 25 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 26 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 27 | public_port: 9292 |
| 28 | public_path: '' |
| 29 | internal_address: ${_param:glance_service_host} |
| 30 | internal_port: 9292 |
| 31 | internal_path: '' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 32 | internal_protocol: ${_param:glance_service_protocol} |
| 33 | admin_protocol: ${_param:glance_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 34 | admin_address: ${_param:glance_service_host} |
| 35 | admin_port: 9292 |
| 36 | admin_path: '' |