From 616379790acccadda5c3a7220f5412e8ecb38448 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Wed, 11 Mar 2015 08:42:53 -0500 Subject: [PATCH] Fix version constraint in metadata dont use the optomistic version constraint for base cookbooks. Change-Id: I7ae470588d307833b711a502a7691eb0af82107b Partial-Bug: #1430808 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index c2ffffa..72c6f95 100644 --- a/metadata.rb +++ b/metadata.rb @@ -12,4 +12,4 @@ recipe 'openstack-bare-metal::default', 'Temp workaround to create iro recipe 'openstack-bare-metal::identity_registration', 'Registers ironic service/user/endpoints in keystone' recipe 'openstack-bare-metal::ironic-common', 'Defines the common pieces of repeated code from the other recipes' -depends 'openstack-common', '~> 11.0.0' +depends 'openstack-common', '>= 11.0.0'