Switch back to pessimistic version constraint

Change-Id: Ia2d463ada57a19fb4626339cc1d0806ab53cc318
Partial-Bug: #1425192
This commit is contained in:
Mark Vanderwiel 2015-02-24 13:35:17 -06:00
parent c1a7736d56
commit 782197b06a
1 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,5 @@ recipe 'openstack-dashboard::server', 'Sets up the Horizon dashboard a
supports os
end
depends 'apache2', '>= 3.0.0'
depends 'apache2', '< 4.0.0'
depends 'apache2', '~> 3.0.0'
depends 'openstack-common', '>= 10.2.0'