Update cookbooks and roles

Change-Id: I832c3edd2114c6346c8f6f319b9c522662e0d158
This commit is contained in:
SamSu
2014-02-21 20:27:43 -08:00
parent 6b2c6862b0
commit 46169eefe0
72 changed files with 3129 additions and 126 deletions

View File

@@ -9,7 +9,11 @@
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R]
</VirtualHost>
WSGISocketPrefix run/wsgi
<% if %w{debian ubuntu}.include?(node["platform"]) -%>
WSGISocketPrefix /var/run/apache2/wsgi
<% else -%>
WSGISocketPrefix run/wsgi
<% end -%>
<VirtualHost *:443>
<% if node["openstack"]["dashboard"]["server_hostname"] -%>