RabbitMQ TLS support

PROD-13894
Change-Id: I93ead9105820fe7462b7bd9b76d51f89ce5950c6
Releases: Newton, Ocata
diff --git a/tests/pillar/ssl.sls b/tests/pillar/ssl.sls
new file mode 100644
index 0000000..9855e0a
--- /dev/null
+++ b/tests/pillar/ssl.sls
@@ -0,0 +1,19 @@
+# Description:
+# test of SSL enabling for the following communication paths:
+# - messaging (rabbitmq)
+
+include:
+  - .api_single
+  - .conductor_single
+
+ironic:
+  api:
+    message_queue:
+      port: 5671
+      ssl:
+        enabled: True
+  conductor:
+    message_queue:
+      port: 5671
+      ssl:
+        enabled: True