Allow keystone under apache

In order for keystone to get working under apache, we need a
later level of the apache cookbook, 3.1, which contains many
fixes.

Change-Id: I9493f048f6ccf2e385ce6b62195582370e2842d7
Implements: blueprint keystone-apache
This commit is contained in:
Mark Vanderwiel 2015-06-19 14:36:15 -05:00
parent 63d0246f02
commit 3fbdf1d0fc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ source 'https://supermarket.chef.io'
end
cookbook "openstack_client", github: "openstack/cookbook-openstack-client", branch: 'master'
cookbook 'apache2', '3.0.0'
cookbook 'apache2', '3.1.0'
cookbook 'apt', '2.6.1'
cookbook 'aws', '2.1.1'
cookbook 'build-essential', '2.1.3'