Merge "initial commit for the newton development cycle"

This commit is contained in:
Jenkins 2016-06-14 21:05:57 +00:00 committed by Gerrit Code Review
commit 654c94370f
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0' license 'Apache 2.0'
description 'Installs and configures the OpenStack Network API Service and various agents and plugins' description 'Installs and configures the OpenStack Network API Service and various agents and plugins'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '13.0.0' version '14.0.0'
%w(ubuntu redhat centos).each do |os| %w(ubuntu redhat centos).each do |os|
supports os supports os
end end
depends 'openstack-common', '>= 13.0.0' depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 13.0.0' depends 'openstack-identity', '>= 14.0.0'