Mitaka release configuration files support with lvm driver

Change-Id: I21b382373b2b6c6bc7ed6c7039ab2035aa4134d0
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
index 0f2ea95..b8c1dfb 100644
--- a/tests/pillar/control_cluster.sls
+++ b/tests/pillar/control_cluster.sls
@@ -29,4 +29,13 @@
       user: openstack
       password: password
       virtual_host: '/openstack'
-      ha_queues: true
\ No newline at end of file
+      ha_queues: true
+    cache:
+      engine: memcached
+      members:
+      - host: 127.0.0.1
+        port: 11211
+      - host: 127.0.0.1
+        port: 11211
+      - host: 127.0.0.1
+        port: 11211
\ No newline at end of file