initial commit for the newton development cycle

Change-Id: I6029c66f54f9e0491d5f1b327665e598b0400233
This commit is contained in:
Jan Klare 2016-05-31 10:29:34 +02:00
parent 99ef0ca301
commit e515bf84e1
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Installs/Configures the OpenStack Dashboard (Horizon)'
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|
supports os
end
depends 'apache2', '~> 3.1'
depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'