Kirill Bespalov | c9e9bf3 | 2017-08-06 16:44:27 +0300 | [diff] [blame] | 1 | # Description: |
2 | # test of SSL enabling for the following communication paths: | ||||
3 | # - messaging (rabbitmq) | ||||
4 | |||||
5 | include: | ||||
6 | - .api_single | ||||
7 | - .conductor_single | ||||
8 | |||||
9 | ironic: | ||||
10 | api: | ||||
11 | message_queue: | ||||
12 | port: 5671 | ||||
13 | ssl: | ||||
14 | enabled: True | ||||
15 | conductor: | ||||
16 | message_queue: | ||||
17 | port: 5671 | ||||
18 | ssl: | ||||
19 | enabled: True |