blob: d3538b913e41ba85fa45b2fea254928fa54faf6a [file] [log] [blame]
Jakub Pavlik874d9d32016-01-25 22:19:15 +01001keystone:
2 server:
3 enabled: true
4 version: liberty
5 service_token: token
6 service_tenant: service
7 admin_tenant: admin
8 admin_name: admin
9 admin_password: password
10 admin_email: root@domain.com
11 bind:
12 address: 127.0.0.1
13 private_address: 127.0.0.1
14 private_port: 35357
15 public_address: 127.0.0.1
16 public_port: 5000
17 region: RegionOne
18 database:
19 engine: mysql
20 host: 127.0.0.1
21 name: keystone
22 password: password
23 user: keystone
24 tokens:
25 engine: cache
26 expiration: 86400
27 location: /etc/keystone/fernet-keys/
Jakub Pavlik72e31d62016-04-08 16:26:57 +020028 notification: true
Petr Michalec45a9af42016-11-29 16:40:00 +010029 notification_format: cadf
Jakub Pavlik72e31d62016-04-08 16:26:57 +020030 message_queue:
31 engine: rabbitmq
32 host: 127.0.0.1
33 port: 5672
34 user: openstack
35 password: password
36 virtual_host: '/openstack'
37 ha_queues: true
Jakub Pavlik874d9d32016-01-25 22:19:15 +010038 cache:
39 engine: memcached
Alexander Noskov78b81e02016-12-05 16:20:50 +040040 members:
Jakub Pavlik874d9d32016-01-25 22:19:15 +010041 - host: 127.0.0.1
42 port: 11211
43 - host: 127.0.0.1
44 port: 11211
45 - host: 127.0.0.1
Petr Michalec45a9af42016-11-29 16:40:00 +010046 port: 11211