blob: f60e5ed602226ba8b49a728c75f663d6729f204c [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
35 message_queue:
36 engine: rabbitmq
37 host: 127.0.0.1
38 port: 5671
39 user: openstack
40 password: passw0rd
41 virtual_host: '/openstack'
42 ha_queues: true
43 ssl:
44 enabled: True
45 cache:
46 engine: memcached
47 members:
48 - host: 127.0.0.1
49 port: 11211
50 - host: 127.0.0.1
51 port: 11211
52 - host: 127.0.0.1
53 port: 11211