blob: e4e9791d7efa173e8e7f31f98800b248f104798d [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
24 tenant: service
25 message_queue:
26 engine: rabbitmq
27 host: 127.0.0.1
28 port: 5672
29 user: openstack
30 password: password
31 virtual_host: '/openstack'
32 storage:
33 engine: rbd
34 user: glance
35 pool: glance-images
36 chunk_size: 8
37 client_glance_key: AQAqcXhWk+3UARAAGmV4USB6I7wLJ/W+dVbUWw==