Missed bumping Common version

Change-Id: Icf83059f8fdb465c2c72e0233777c9844d530f32
Related-Bug: #1412919
This commit is contained in:
Mark Vanderwiel 2015-02-09 12:03:19 -06:00
parent 013f010d55
commit 3df092ef04
1 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,6 @@ recipe 'openstack-telemetry::identity_registration', 'Registers the endpoints, t
supports os
end
depends 'openstack-common', '~> 10.0'
depends 'openstack-identity', '~> 10.0'
depends 'openstack-compute', '~> 10.0'
depends 'openstack-common', '>= 10.2.0'
depends 'openstack-identity', '>= 10.0.0'
depends 'openstack-compute', '>= 10.0.0'