blob: 30d4694aeff1fad517673b5efd2c298eb9cda133 [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
10 admin_email: root@localhost
Jakub Pavlik874d9d32016-01-25 22:19:15 +010011 bind:
Petr Michalece9a6c2a2017-03-05 20:14:34 +010012 address: 0.0.0.0
Jakub Pavlik874d9d32016-01-25 22:19:15 +010013 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
Petr Michalece9a6c2a2017-03-05 20:14:34 +010022 password: passw0rd
Jakub Pavlik874d9d32016-01-25 22:19:15 +010023 user: keystone
24 tokens:
25 engine: cache
26 expiration: 86400
Oleksandr Bryndziifae616c2019-02-26 15:38:54 +020027 allow_expired_window: 86400
Jakub Pavlik874d9d32016-01-25 22:19:15 +010028 location: /etc/keystone/fernet-keys/
Petr Michalece9a6c2a2017-03-05 20:14:34 +010029 notification: false
Petr Michalec45a9af42016-11-29 16:40:00 +010030 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
Jakub Pavlik72e31d62016-04-08 16:26:57 +020040 message_queue:
41 engine: rabbitmq
42 host: 127.0.0.1
43 port: 5672
44 user: openstack
Petr Michalece9a6c2a2017-03-05 20:14:34 +010045 password: passw0rd
Jakub Pavlik72e31d62016-04-08 16:26:57 +020046 virtual_host: '/openstack'
47 ha_queues: true
Jakub Pavlik874d9d32016-01-25 22:19:15 +010048 cache:
49 engine: memcached
Alexander Noskov78b81e02016-12-05 16:20:50 +040050 members:
Jakub Pavlik874d9d32016-01-25 22:19:15 +010051 - host: 127.0.0.1
52 port: 11211
53 - host: 127.0.0.1
54 port: 11211
55 - host: 127.0.0.1
Petr Michalec45a9af42016-11-29 16:40:00 +010056 port: 11211
Vladimir Blokhin1b2a2652017-08-10 19:28:02 +030057 domain:
58 test:
59 description: "Test domain"
60 identity:
61 list_limit: 20
Dmitry Ukov70256222017-11-20 19:26:38 +040062 extra_config:
63 federation:
64 cache_group_membership_in_db: true