blob: 7694ab334946b3e71226c88ee916235f0344c740 [file] [log] [blame]
Jakub Pavlikfe0960c2016-01-25 21:35:39 +01001glance:
2 server:
3 enabled: true
4 version: liberty
Petr Michalecdc44ed02016-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
25 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
Petr Michalecdc44ed02016-07-27 09:45:46 +020038 client_glance_key: AQAqcXhWk+3UARAAGmV4USB6I7wLJ/W+dVbUWw==