blob: 8e42d8e1da6eeab2ed7322c0d5e414e17b1135e6 [file] [log] [blame]
Kirill Bespalov00984452017-08-01 17:44:11 +03001# Test case with enabled SSL of the following communication paths:
2# - messaging (rabbitmq)
3
4keystone:
5 server:
6 enabled: true
7 version: liberty
8 service_token: token
9 service_tenant: service
10 admin_tenant: admin
11 admin_name: admin
12 admin_password: passw0rd
13 admin_email: root@localhost
14 bind:
15 address: 0.0.0.0
16 private_address: 127.0.0.1
17 private_port: 35357
18 public_address: 127.0.0.1
19 public_port: 5000
20 region: RegionOne
21 database:
22 engine: mysql
23 host: 127.0.0.1
24 name: keystone
25 password: passw0rd
26 user: keystone
27 ssl:
28 enabled: True
29 tokens:
30 engine: cache
31 expiration: 86400
32 location: /etc/keystone/fernet-keys/
33 notification: true
34 notification_format: cadf
vgusev779727c2018-02-16 18:10:54 +040035 logging:
36 log_appender: false
37 log_handlers:
38 watchedfile:
39 enabled: true
40 fluentd:
41 enabled: false
42 ossyslog:
43 enabled: false
Kirill Bespalov00984452017-08-01 17:44:11 +030044 message_queue:
45 engine: rabbitmq
46 host: 127.0.0.1
47 port: 5671
48 user: openstack
49 password: passw0rd
50 virtual_host: '/openstack'
51 ha_queues: true
52 ssl:
53 enabled: True
54 cache:
55 engine: memcached
56 members:
57 - host: 127.0.0.1
58 port: 11211
59 - host: 127.0.0.1
60 port: 11211
61 - host: 127.0.0.1
62 port: 11211