blob: 67a8d1e4bcb9054d196f84592e706a8fdf4a50cf [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
Oleksandr Shyshko75dcd682019-04-19 11:50:49 +030033 lockout_failure_attempts: 60
Oleksandr Shyshko70341eb2019-02-21 12:51:25 +000034 lockout_duration: 600
Oleksandr Shyshko75dcd682019-04-19 11:50:49 +030035 password_expires_days: 730
36 unique_last_password_count: 5
Oleksandr Shyshko70341eb2019-02-21 12:51:25 +000037 minimum_password_age: 0
Oleksandr Shyshko75dcd682019-04-19 11:50:49 +030038 password_regex: '^[a-zA-Z0-9]{32,}$$'
39 password_regex_description: |
40 Your password could contains capital letters, lowercase letters, digits and have a minimum length of 32 characters
41 change_password_upon_first_use: False
vgusev779727c2018-02-16 18:10:54 +040042 logging:
43 log_appender: false
44 log_handlers:
45 watchedfile:
46 enabled: true
47 fluentd:
48 enabled: false
49 ossyslog:
50 enabled: false
Jakub Pavlik72e31d62016-04-08 16:26:57 +020051 message_queue:
52 engine: rabbitmq
53 host: 127.0.0.1
54 port: 5672
55 user: openstack
Petr Michalece9a6c2a2017-03-05 20:14:34 +010056 password: passw0rd
Jakub Pavlik72e31d62016-04-08 16:26:57 +020057 virtual_host: '/openstack'
58 ha_queues: true
Jakub Pavlik874d9d32016-01-25 22:19:15 +010059 cache:
60 engine: memcached
Dmitry Ukov3274e7d2019-02-05 16:50:57 +040061 expiration_time: 600
62 backend_argument:
63 memcached_expire_time:
64 value: 660
Alexander Noskov78b81e02016-12-05 16:20:50 +040065 members:
Jakub Pavlik874d9d32016-01-25 22:19:15 +010066 - host: 127.0.0.1
67 port: 11211
68 - host: 127.0.0.1
69 port: 11211
70 - host: 127.0.0.1
Petr Michalec45a9af42016-11-29 16:40:00 +010071 port: 11211
Vladimir Blokhin1b2a2652017-08-10 19:28:02 +030072 domain:
73 test:
74 description: "Test domain"
75 identity:
76 list_limit: 20
Dmitry Ukov70256222017-11-20 19:26:38 +040077 extra_config:
78 federation:
79 cache_group_membership_in_db: true
Oleksandr Bryndziic1b11f02019-05-02 15:40:31 +030080 configmap:
81 DEFAULT:
82 debug: true
83 rate_limit_except_level: debug
84 auth:
85 methods: 'external,password,token'
86 tokenless_auth:
87 trusted_issuer:
88 type: 'MultiOpt'
89 values:
90 value1: 'O=Mirantis,L=Prague,CN=Salt Master CA,C=cz'
91 value2: 'O=Mirantis,L=Kharkiv,CN=Salt Master CA2,C=ua'