test for neutron
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
new file mode 100644
index 0000000..7262a1a
--- /dev/null
+++ b/tests/pillar/control_cluster.sls
@@ -0,0 +1,37 @@
+neutron:
+  server:
+    enabled: true
+    fwaas: false
+    dns_domain: novalocal
+    tunnel_type: vxlan
+    version: liberty
+    bind:
+      address: 127.0.0.1
+      port: 9696
+    database:
+      engine: mysql
+      host: 127.0.0.1
+      port: 3306
+      name: neutron
+      user: neutron
+      password: password
+    identity:
+      engine: keystone
+      host: 127.0.0.1
+      port: 35357
+      user: neutron
+      password: password
+      tenant: service
+    message_queue:
+      engine: rabbitmq
+      host: 127.0.0.1
+      port: 5672
+      user: openstack
+      password: password
+      virtual_host: '/openstack'
+      ha_queues: true
+    compute:
+      host: 127.0.0.1
+      user: nova
+      password: password
+      tenant: service