blob: 7077876a01844a7b2ba78d410995b0a5e0244c57 [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@localhost
11 bind:
12 address: 0.0.0.0
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: 'localhost'
21 name: 'keystone'
22 password: 'password'
23 user: 'keystone'
24 tokens:
25 engine: fernet
26 expiration: 86400
Jakub Pavlik143338c2016-02-16 18:57:54 +010027 location: /etc/keystone/fernet-keys/
Jakub Pavlik6b0b74a2016-09-01 10:49:14 +020028 max_active_keys: 4
Jakub Pavlik874d9d32016-01-25 22:19:15 +010029 cache:
30 engine: memcached
Alexander Noskov78b81e02016-12-05 16:20:50 +040031 members:
Jakub Pavlik874d9d32016-01-25 22:19:15 +010032 - host: localhost
Jakub Pavlik143338c2016-02-16 18:57:54 +010033 port: 11211