blob: d87b63c63310abec58d02f13820f90ebb60f5966 [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
vgusev779727c2018-02-16 18:10:54 +040031 logging:
32 log_appender: false
33 log_handlers:
34 watchedfile:
35 enabled: true
36 fluentd:
37 enabled: false
38 ossyslog:
39 enabled: false
Petr Michalece9a6c2a2017-03-05 20:14:34 +010040# CI related dependencies
41mysql:
42 client:
43 enabled: false
44 version: '5.7'
45 admin:
46 host: localhost
47 port: 3306
48 user: admin
49 password: password
50 encoding: utf8
51 server:
52 enabled: true
53 version: "5.7"
54 force_encoding: utf8
55 bind:
56 address: 0.0.0.0
57 port: 3306
58 protocol: tcp
59 database:
60 keystone:
61 encoding: utf8
62 users:
63 - host: '%'
64 name: keystone
65 password: passw0rd
66 rights: all
67 - host: 127.0.0.1
68 name: keystone
69 password: passw0rd
70 rights: all