blob: 1290fc0c57759595b0fb04701a418fa4f0f07387 [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
27 location: /etc/keystone/fernet-keys/
Petr Michalece9a6c2a2017-03-05 20:14:34 +010028 notification: false
Petr Michalec45a9af42016-11-29 16:40:00 +010029 notification_format: cadf
vgusev779727c2018-02-16 18:10:54 +040030 logging:
31 log_appender: false
32 log_handlers:
33 watchedfile:
34 enabled: true
35 fluentd:
36 enabled: false
37 ossyslog:
38 enabled: false
Jakub Pavlik72e31d62016-04-08 16:26:57 +020039 message_queue:
40 engine: rabbitmq
41 host: 127.0.0.1
42 port: 5672
43 user: openstack
Petr Michalece9a6c2a2017-03-05 20:14:34 +010044 password: passw0rd
Jakub Pavlik72e31d62016-04-08 16:26:57 +020045 virtual_host: '/openstack'
46 ha_queues: true
Jakub Pavlik874d9d32016-01-25 22:19:15 +010047 cache:
48 engine: memcached
Alexander Noskov78b81e02016-12-05 16:20:50 +040049 members:
Jakub Pavlik874d9d32016-01-25 22:19:15 +010050 - host: 127.0.0.1
51 port: 11211
52 - host: 127.0.0.1
53 port: 11211
54 - host: 127.0.0.1
Petr Michalec45a9af42016-11-29 16:40:00 +010055 port: 11211
Vladimir Blokhin1b2a2652017-08-10 19:28:02 +030056 domain:
57 test:
58 description: "Test domain"
59 identity:
60 list_limit: 20
Dmitry Ukov70256222017-11-20 19:26:38 +040061 extra_config:
62 federation:
63 cache_group_membership_in_db: true