blob: 97a2d61157a599a381df1d38241b24e667762c2d [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
Jiri Konecny0456cfa2016-04-20 16:47:25 +020030 members:
31 - host: 127.0.0.1
32 - host: 127.0.1.1
33 - host: 127.0.2.1
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010034 user: openstack
35 password: password
36 virtual_host: '/openstack'
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010037 storage:
Alena Holanovac1e51312016-03-22 14:08:44 +010038 engine: file