initial commit for the newton development cycle

Change-Id: I4594c66bba8bde96562d838b1fbc1f05d7961ab0
This commit is contained in:
Jan Klare 2016-06-23 17:00:38 +02:00
parent faceb7e6e0
commit ddbab534e0
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'The OpenStack Metering service Ceilometer.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '13.0.0'
version '14.0.0'
recipe 'openstack-telemetry::agent-central', 'Installs agent central service.'
recipe 'openstack-telemetry::agent-compute', 'Installs agent compute service.'
@ -21,5 +21,5 @@ recipe 'openstack-telemetry::identity_registration', 'Registers the endpoints, t
supports os
end
depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'