Fix the depends cookbook version issue in metadata.rb
The depends condition should be ether of below: depends 'cookbook-name', '>=x.y.z' depends 'cookbook-name', '~>x.y' Change-Id: I1e60d3c2e5e7fadd45af6e75a74719992b4e4971 Closes-bug: 1300524
This commit is contained in:
@@ -16,7 +16,7 @@ recipe 'openstack-object-storage::setup', 'Does initial setup of a sw
|
||||
supports os
|
||||
end
|
||||
|
||||
depends 'memcached', '~> 1.7.2'
|
||||
depends 'statsd', '~> 0.1.5'
|
||||
depends 'apt', '~> 2.3.8'
|
||||
depends 'memcached', '>= 1.7.2'
|
||||
depends 'statsd', '>= 0.1.5'
|
||||
depends 'apt', '>= 2.3.8'
|
||||
depends 'openstack-common', '~> 9.0'
|
||||
|
||||
Reference in New Issue
Block a user