Add missing parts for rabbitmq ssl configuration
With this patch cacert/ssl chiphers will be configured correctly.
Change-Id: Ie69c3fd53135174f73b15fb7bc50b5a5fe189bb4
diff --git a/.kitchen.yml b/.kitchen.yml
index ab515bc..bcbff46 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -90,5 +90,16 @@
common:
version: <%= ENV['OS_VERSION'] || 'pike' %>
+ - name: server_cluster_ssl
+ provisioner:
+ pillars-from-files:
+ manila.sls: tests/pillar/server_cluster_ssl.sls
+ pillars:
+ release.sls:
+ manila:
+ common:
+ version: <%= ENV['OS_VERSION'] || 'pike' %>
+
+
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125