Added Kitchen tests and Travis
diff --git a/tests/pillar/agent_cluster.sls b/tests/pillar/agent_cluster.sls
index 9e7ae5c..a072236 100644
--- a/tests/pillar/agent_cluster.sls
+++ b/tests/pillar/agent_cluster.sls
@@ -16,8 +16,13 @@
       endpoint_type: internalURL
     message_queue:
       engine: rabbitmq
-      host: 127.0.0.1
-      port: 5672
+      members:
+      - host: 127.0.0.1
+        port: 5672
+      - host: 127.0.0.1
+        port: 5672
+      - host: 127.0.0.1
+        port: 5672
       user: openstack
       password: ${_param:rabbitmq_openstack_password}
       virtual_host: '/openstack'