Add midonet support for neutron.

Change-Id: Id0f071d8985dfd2680e26aeebff4caec8ac20a2c
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
index 41f8cd8..910265b 100644
--- a/tests/pillar/control_cluster.sls
+++ b/tests/pillar/control_cluster.sls
@@ -1,11 +1,12 @@
 neutron:
   server:
     enabled: true
-    plugin: opencontrail
     fwaas: false
     dns_domain: novalocal
     tunnel_type: vxlan
     version: liberty
+    backend:
+      engine: contrail
     bind:
       address: 127.0.0.1
       port: 9696
@@ -38,4 +39,4 @@
       region: RegionOne
       user: nova
       password: password
-      tenant: service
+      tenant: service
\ No newline at end of file
diff --git a/tests/pillar/control_single.sls b/tests/pillar/control_single.sls
index 0817493..15f7a8c 100644
--- a/tests/pillar/control_single.sls
+++ b/tests/pillar/control_single.sls
@@ -1,7 +1,8 @@
 neutron:
   server:
     enabled: true
-    plugin: ml2
+    backend:
+      engine: contrail
     fwaas: false
     dns_domain: novalocal
     tunnel_type: vxlan
@@ -36,4 +37,4 @@
       region: RegionOne
       user: nova
       password: password
-      tenant: service
+      tenant: service
\ No newline at end of file