From 91e0220e20bea1477dd16fcc855d77b30467a964 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Tue, 31 May 2016 10:39:40 +0200 Subject: [PATCH] initial commit for the newton development cycle Change-Id: I944f010b065c8d9756ed351e355085c2900e37ce --- metadata.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.rb b/metadata.rb index cb224a34..fdff01c0 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,11 +5,11 @@ maintainer_email 'openstack-dev@lists.openstack.org' license 'Apache 2.0' 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')) -version '13.0.0' +version '14.0.0' %w(ubuntu redhat centos).each do |os| 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'