Kirill Bespalov | 0098445 | 2017-08-01 17:44:11 +0300 | [diff] [blame] | 1 | # Test case with enabled SSL of the following communication paths: |
| 2 | # - messaging (rabbitmq) |
| 3 | |
| 4 | keystone: |
| 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 |
vgusev | 779727c | 2018-02-16 18:10:54 +0400 | [diff] [blame] | 35 | logging: |
| 36 | log_appender: false |
| 37 | log_handlers: |
| 38 | watchedfile: |
| 39 | enabled: true |
| 40 | fluentd: |
| 41 | enabled: false |
| 42 | ossyslog: |
| 43 | enabled: false |
Kirill Bespalov | 0098445 | 2017-08-01 17:44:11 +0300 | [diff] [blame] | 44 | 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 |