Parametrized multi_tenancy to enable/disable authentication to Contrail API

Change-Id: I30ef75171a64e9212c4fb296298617316007d2a9
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 33bb380..2f8a6e2 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -17,6 +17,7 @@
   config:
     version: 2.2
     enabled: true
+    multi_tenancy: false
     network:
       engine: neutron
       host: 127.0.0.1
diff --git a/tests/pillar/control.sls b/tests/pillar/control.sls
index 37ffae9..453733f 100644
--- a/tests/pillar/control.sls
+++ b/tests/pillar/control.sls
@@ -14,6 +14,7 @@
   config:
     version: 2.2
     enabled: true
+    multi_tenancy: false
     network:
       engine: neutron
       host: 127.0.0.1
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index 0c7b9a3..51b2732 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -16,6 +16,7 @@
       port: 9696
   config:
     version: 2.2
+    multi_tenancy: false
     enabled: true
     network:
       engine: neutron