starting pike development patch

Change-Id: I3db326b33dcc3f2149eb5506582683011f2345e5
This commit is contained in:
Jan Klare 2017-08-17 14:19:59 +02:00
parent 76ee6952af
commit 516a5e7a62
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-08-02 02:00:35 -0400 using RuboCop version 0.47.1.
# on 2017-08-17 14:16:22 +0200 using RuboCop version 0.47.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new

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 '15.0.0'
version '16.0.0'
recipe 'openstack-telemetry::agent-central', 'Installs agent central service.'
recipe 'openstack-telemetry::agent-compute', 'Installs agent compute service.'
@ -21,8 +21,8 @@ recipe 'openstack-telemetry::identity_registration', 'Registers the endpoints, t
supports os
end
depends 'openstack-common', '>= 15.0.0'
depends 'openstack-identity', '>= 15.0.0'
depends 'openstack-common', '>= 16.0.0'
depends 'openstack-identity', '>= 16.0.0'
depends 'openstackclient'
depends 'apache2', '~> 3.2'