blob: 9b9b18533975746ef8a5ccc03d15a690edbad26f [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 Bryndziidf239652019-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
Oleksandr Shyshko70341eb2019-02-21 12:51:25 +000031 security_compliance:
32 disable_user_account_days_inactive: 90
33 lockout_failure_attempts: 5
34 lockout_duration: 600
35 password_expires_days: 90
36 unique_last_password_count: 10
37 minimum_password_age: 0
38 password_regex: '^(?=.*\d)(?=.*[a-zA-Z]).{7,}$$'
39 password_regex_description: 'Your password must contains at least 1 letter, 1 digit, and have a minimum length of 7 characters'
40 change_password_upon_first_use: True
vgusev779727c2018-02-16 18:10:54 +040041 logging:
42 log_appender: false
43 log_handlers:
44 watchedfile:
45 enabled: true
46 fluentd:
47 enabled: false
48 ossyslog:
49 enabled: false
Jakub Pavlik72e31d62016-04-08 16:26:57 +020050 message_queue:
51 engine: rabbitmq
52 host: 127.0.0.1
53 port: 5672
54 user: openstack
Petr Michalece9a6c2a2017-03-05 20:14:34 +010055 password: passw0rd
Jakub Pavlik72e31d62016-04-08 16:26:57 +020056 virtual_host: '/openstack'
57 ha_queues: true
Jakub Pavlik874d9d32016-01-25 22:19:15 +010058 cache:
59 engine: memcached
Alexander Noskov78b81e02016-12-05 16:20:50 +040060 members:
Jakub Pavlik874d9d32016-01-25 22:19:15 +010061 - host: 127.0.0.1
62 port: 11211
63 - host: 127.0.0.1
64 port: 11211
65 - host: 127.0.0.1
Petr Michalec45a9af42016-11-29 16:40:00 +010066 port: 11211
Vladimir Blokhin1b2a2652017-08-10 19:28:02 +030067 domain:
68 test:
69 description: "Test domain"
70 identity:
71 list_limit: 20
Dmitry Ukov70256222017-11-20 19:26:38 +040072 extra_config:
73 federation:
74 cache_group_membership_in_db: true