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