blob: 5e28763da2af71bebf090f3c388cda2f977cdea9 [file] [log] [blame]
Jakub Pavlikfe0960c2016-01-25 21:35:39 +01001glance:
2 server:
3 enabled: true
4 version: liberty
5 database:
6 engine: mysql
7 host: localhost
8 port: 3306
9 name: glance
10 user: glance
11 password: password
12 registry:
13 host: 127.0.0.1
14 port: 9191
15 bind:
16 address: 127.0.0.1
17 port: 9292
18 identity:
19 engine: keystone
20 host: 127.0.0.1
21 port: 35357
22 user: glance
23 password: password
vmikes0faa8532016-10-19 09:57:14 +020024 region: RegionOne
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010025 tenant: service
26 message_queue:
27 engine: rabbitmq
28 host: 127.0.0.1
29 port: 5672
30 user: openstack
31 password: password
32 virtual_host: '/openstack'
33 storage:
34 engine: rbd
35 user: glance
36 pool: glance-images
37 chunk_size: 8
Jakub Pavlikf7611fa2016-09-20 13:54:01 +000038 client_glance_key: AQAqcXhWk+3UARAAGmV4USB6I7wLJ/W+dVbUWw==