Fix version constraint in metadata

dont use the optomistic version constraint for base cookbooks.

Change-Id: I7ae470588d307833b711a502a7691eb0af82107b
Partial-Bug: #1430808
This commit is contained in:
Mark Vanderwiel 2015-03-11 08:42:53 -05:00
parent fca6396aca
commit 616379790a
1 changed files with 1 additions and 1 deletions

View File

@ -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'