blob: a383db37cf164f45b0309f16e37edae4150a0400 [file] [log] [blame]
Jakub Pavlikfe0960c2016-01-25 21:35:39 +01001glance:
2 server:
3 enabled: true
4 version: liberty
Petr Michalecbec6cf62016-07-27 09:45:46 +02005 workers: 1
Jakub Pavlikfe0960c2016-01-25 21:35:39 +01006 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
vmikes0faa8532016-10-19 09:57:14 +020025 region: RegionOne
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010026 tenant: service
Jiri Broulikc7194462017-03-15 18:49:08 +010027 endpoint_type: internalURL
vgusevafad0c62018-02-16 17:03:25 +040028 logging:
29 log_appender: false
30 log_handlers:
31 watchedfile:
32 enabled: true
33 fluentd:
34 enabled: false
35 ossyslog:
36 enabled: false
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010037 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:
45 engine: rbd
46 user: glance
47 pool: glance-images
48 chunk_size: 8
Petr Michalecbec6cf62016-07-27 09:45:46 +020049 client_glance_key: AQAqcXhWk+3UARAAGmV4USB6I7wLJ/W+dVbUWw==