blob: 9855e0add90fea23351b667ba44396cc3b177686 [file] [log] [blame]
Kirill Bespalovc9e9bf32017-08-06 16:44:27 +03001# Description:
2# test of SSL enabling for the following communication paths:
3# - messaging (rabbitmq)
4
5include:
6 - .api_single
7 - .conductor_single
8
9ironic:
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