Deprecate informula wsgi script

All openstack services uses 99% persent same wsgi apache config.
This patch adds functionality to configure barbican apache wsgi config
from the pillar. To do this on cluster level the following file
should be included:
 - system.apache.server.site.barbican

The intree wsgi template will be removed when we switch all model
and cookiecutter to use apache template.

Change-Id: Ic0170c14027446c2bf15578f65744bd5ddc07adc
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
index b5fc183..938a5bd 100644
--- a/tests/pillar/control_cluster.sls
+++ b/tests/pillar/control_cluster.sls
@@ -88,4 +88,15 @@
 apache:
   server:
     enabled: true
-    default_mpm: event
\ No newline at end of file
+    default_mpm: event
+    mpm:
+      prefork:
+        enabled: true
+        servers:
+          start: 5
+          spare:
+            min: 2
+            max: 10
+        max_requests: 0
+        max_clients: 20
+        limit: 20