Add template for cinder wsgi
This patch adds template for cinder wsgi app.
Fixed actually passing SSL settings to the following sites:
* gnochi
* manila
* panko
Change-Id: I4903b2e63e8c729beee5248441d8ad4ee8f3a2da
diff --git a/apache/server/site/gnocchi.yml b/apache/server/site/gnocchi.yml
index f9f6cc8..a3d6def 100644
--- a/apache/server/site/gnocchi.yml
+++ b/apache/server/site/gnocchi.yml
@@ -14,6 +14,7 @@
available: true
type: wsgi
name: gnocchi
+ ssl: ${_param:apache_gnocchi_ssl}
host:
name: ${_param:apache_gnocchi_api_host}
address: ${_param:apache_gnocchi_api_address}