Jakub Pavlik | fe0960c | 2016-01-25 21:35:39 +0100 | [diff] [blame] | 1 | glance: |
| 2 | server: |
| 3 | enabled: true |
Jakub Pavlik | 0dc50b7 | 2017-04-03 21:34:33 +0200 | [diff] [blame] | 4 | version: newton |
Alena Holanova | c1e5131 | 2016-03-22 14:08:44 +0100 | [diff] [blame] | 5 | workers: 1 |
Jakub Pavlik | fe0960c | 2016-01-25 21:35:39 +0100 | [diff] [blame] | 6 | database: |
| 7 | engine: mysql |
| 8 | host: localhost |
| 9 | port: 3306 |
| 10 | name: glance |
| 11 | user: glance |
| 12 | password: password |
| 13 | registry: |
| 14 | host: 127.0.0.1 |
| 15 | port: 9191 |
| 16 | bind: |
| 17 | address: 127.0.0.1 |
| 18 | port: 9292 |
| 19 | identity: |
| 20 | engine: keystone |
| 21 | host: 127.0.0.1 |
| 22 | port: 35357 |
| 23 | user: glance |
| 24 | password: password |
vmikes | 0faa853 | 2016-10-19 09:57:14 +0200 | [diff] [blame] | 25 | region: RegionOne |
Jakub Pavlik | fe0960c | 2016-01-25 21:35:39 +0100 | [diff] [blame] | 26 | tenant: service |
Jiri Broulik | c719446 | 2017-03-15 18:49:08 +0100 | [diff] [blame] | 27 | endpoint_type: internalURL |
vgusev | afad0c6 | 2018-02-16 17:03:25 +0400 | [diff] [blame] | 28 | logging: |
| 29 | log_appender: false |
| 30 | log_handlers: |
| 31 | watchedfile: |
| 32 | enabled: true |
| 33 | fluentd: |
| 34 | enabled: false |
| 35 | ossyslog: |
| 36 | enabled: false |
Jakub Pavlik | fe0960c | 2016-01-25 21:35:39 +0100 | [diff] [blame] | 37 | message_queue: |
| 38 | engine: rabbitmq |
| 39 | host: 127.0.0.1 |
| 40 | port: 5672 |
| 41 | user: openstack |
| 42 | password: password |
| 43 | virtual_host: '/openstack' |
| 44 | storage: |
Alena Holanova | c1e5131 | 2016-03-22 14:08:44 +0100 | [diff] [blame] | 45 | engine: file |
Dmitry Ukov | 0a228ad | 2017-05-15 13:35:43 +0400 | [diff] [blame] | 46 | policy: |
| 47 | publicize_image: "role:admin" |
| 48 | add_member: |
stelucz | df5176a | 2018-01-17 14:42:11 +0100 | [diff] [blame] | 49 | quota: |
| 50 | image_member: -1 |
| 51 | image_property: 256 |
| 52 | image_tag: 256 |
| 53 | image_location: 15 |
| 54 | user_storage: 0 |