blob: 3e0e6656f802e8d0f4c3d91fb20ee68f4c5403bb [file] [log] [blame]
Jakub Pavlikfe0960c2016-01-25 21:35:39 +01001glance:
2 server:
3 enabled: true
4 version: liberty
Alena Holanovac1e51312016-03-22 14:08:44 +01005 workers: 8
Jakub Pavlikfe0960c2016-01-25 21:35:39 +01006 database:
7 engine: mysql
8 host: 127.0.0.1
9 port: 3306
10 name: glance
11 user: glance
12 password: password
13 rabbit:
14 host: 127.0.0.1
15 registry:
16 host: 127.0.0.1
17 port: 9191
18 bind:
19 address: 127.0.0.1
20 port: 9292
21 identity:
22 engine: keystone
23 host: 127.0.0.1
24 port: 35357
25 user: glance
26 password: password
27 tenant: service
28 message_queue:
29 engine: rabbitmq
30 host: 127.0.0.1
31 port: 5672
32 user: openstack
33 password: password
34 virtual_host: '/openstack'
35 ha_queues: true
36 storage:
Alena Holanovac1e51312016-03-22 14:08:44 +010037 engine: file