blob: 90c0dc1e5ea59f5f8fd9e6cf810b74a58b25ffa3 [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
Petr Michalece9a6c2a2017-03-05 20:14:34 +01009 admin_password: passw0rd
Jakub Pavlik874d9d32016-01-25 22:19:15 +010010 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
Petr Michalece9a6c2a2017-03-05 20:14:34 +010020 host: localhost
21 name: keystone
22 password: passw0rd
23 user: keystone
Jakub Pavlik874d9d32016-01-25 22:19:15 +010024 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
Petr Michalece9a6c2a2017-03-05 20:14:34 +010029 notification: false
30 notification_format: cadf
31# CI related dependencies
32mysql:
33 client:
34 enabled: false
35 version: '5.7'
36 admin:
37 host: localhost
38 port: 3306
39 user: admin
40 password: password
41 encoding: utf8
42 server:
43 enabled: true
44 version: "5.7"
45 force_encoding: utf8
46 bind:
47 address: 0.0.0.0
48 port: 3306
49 protocol: tcp
50 database:
51 keystone:
52 encoding: utf8
53 users:
54 - host: '%'
55 name: keystone
56 password: passw0rd
57 rights: all
58 - host: 127.0.0.1
59 name: keystone
60 password: passw0rd
61 rights: all