Add Kitchen and Travis
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 2ff2bd6..61a80d2 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -25,6 +25,7 @@
       host: 127.0.0.1
       port: 5000
       api_version: 2
+      encryption: ssl
     websso:
       login_url: "WEBROOT + 'auth/login/'"
       logout_url: "WEBROOT + 'auth/logout/'"
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index f99cc0b..bbb2360 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -22,7 +22,7 @@
       engine: keystone
       port: 5000
       host: 127.0.0.1
-      encryption: encryption
+      encryption: ssl
       api_version: 2
     websso:
       login_url: "WEBROOT + 'auth/login/'"