Update dependency for apache2 cookbook

Version 3.2.0 of the apache2 cookbook was released, update our
dependency so that we are compatible with the other openstack
cookbooks and berkshelf resolution can succeed. Drop the reference to
the github version.

Change-Id: I55110726ee846f579849ea039a759ef1a0ad9bff
This commit is contained in:
Jens Rosenboom 2016-03-29 12:38:13 +02:00
parent 340e9f2f48
commit dbea65b625
2 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,3 @@ metadata
cookbook "openstack-common",
github: "openstack/cookbook-openstack-common"
# use the current master branch until the new apache listen logic has been
# released
cookbook 'apache2',
github: "svanzoest-cookbooks/apache2"

View File

@ -15,5 +15,5 @@ recipe 'openstack-identity::openrc', 'Creates openrc file'
supports os
end
depends 'apache2', '~> 3.1.0'
depends 'apache2', '~> 3.1'
depends 'openstack-common', '>= 13.0.0'