blob: a54ce12f75cb6cd80c09512acf67ad66e275047f [file] [log] [blame]
Oleg Iurchenko68ae3552017-10-13 18:40:42 +03001glance:
2 server:
3 enabled: true
4 version: ocata
5 workers: 1
6 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 region: RegionOne
26 tenant: service
27 endpoint_type: internalURL
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 storage:
36 engine: file
37 policy:
38 publicize_image: "role:admin"
39 add_member:
40 barbican:
41 enabled: true