Deprecate using informula wsgi config.
All openstack services uses 99% persent same wsgi apache config.
This patch adds functionality to configure cinder-wsgi.conf from
apache pillar. To do this on cluster level the following file
should be included:
- system.apache.server.site.cinder
The intree wsgi template will be removed when we switch all model
and cookiecutter to use apache template.
Change-Id: I6a3058d0fda074d2ddce9ea20d33a93cd3e18de7
diff --git a/metadata.yml b/metadata.yml
index 3a8709d..89be788 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -4,3 +4,5 @@
dependencies:
- name: keystone
source: "https://github.com/salt-formulas/salt-formula-keystone"
+ - name: apache
+ source: "https://github.com/salt-formulas/salt-formula-apache"