blob: fef0501ccdd1dbe6a144ea2237f01b802d9499c3 [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
vmikes0faa8532016-10-19 09:57:14 +020027 region: RegionOne
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010028 tenant: service
29 message_queue:
30 engine: rabbitmq
Jiri Konecny0456cfa2016-04-20 16:47:25 +020031 members:
32 - host: 127.0.0.1
33 - host: 127.0.1.1
34 - host: 127.0.2.1
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010035 user: openstack
36 password: password
37 virtual_host: '/openstack'
Jakub Pavlikfe0960c2016-01-25 21:35:39 +010038 storage:
Alena Holanovac1e51312016-03-22 14:08:44 +010039 engine: file