blob: 68872b39daee80e448c198640b4237934669860a [file] [log] [blame]
Filip Pytloun54c45662017-09-07 16:43:54 +02001keystone:
2# Server state
3 server:
4 enabled: true
5 version: liberty
6 service_token: RANDOMSTRINGTOKEN
7 service_tenant: service
8 admin_tenant: admin
9 admin_name: admin
10 admin_password: passw0rd
11 admin_email: root@localhost
12 bind:
13 address: 0.0.0.0
14 private_address: 127.0.0.1
15 private_port: 35357
16 public_address: 127.0.0.1
17 public_port: 5000
18 region: RegionOne
19 database:
20 engine: mysql
21 host: localhost
22 name: keystone
23 password: passw0rd
24 user: keystone
25 tokens:
26 engine: cache
27 expiration: 86400
28 location: /etc/keystone/fernet-keys/
29 notification: false
30 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
Filip Pytloun54c45662017-09-07 16:43:54 +020040 domain:
41 testing:
42 description: "Testing domain"
43 backend: ldap
44 assignment:
45 backend: sql
46 ldap:
47 url: "ldaps://idm.domain.com"
48 suffix: "dc=cloud,dc=domain,dc=com"
49 uid: keystone
50 password: password
51# CI related dependencies
52mysql:
53 client:
54 enabled: true
55 version: '5.7'
56 admin:
57 host: localhost
58 port: 3306
59 user: admin
60 password: password
61 encoding: utf8
62 server:
63 enabled: true
64 version: "5.7"
65 force_encoding: utf8
66 bind:
67 address: 0.0.0.0
68 port: 3306
69 protocol: tcp
70 database:
71 keystone:
72 encoding: utf8
73 users:
74 - host: '%'
75 name: keystone
76 password: passw0rd
77 rights: all
78 - host: 127.0.0.1
79 name: keystone
80 password: passw0rd
81 rights: all