From ddad81bf9b1a46cc71bc35c6ecd9f580caa73ec5 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Tue, 26 Jul 2016 21:30:08 -0700 Subject: [PATCH] Increment apt cookbook to 4.0 As a requirement for Ubuntu 16.04, the apt cookbook needs to be at least 4.0 Change-Id: I47416ef32af0e00acbcc366c9acdae306862a56a Depends-On: I07ad79a93642d0f0c934a864fcb9bcd7b764e35f Implements: blueprint newton-xenial --- README.md | 2 +- metadata.rb | 2 +- spec/spec_helper.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50ea950..aaf12fe 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Cookbooks The following cookbooks are dependencies: -- 'apt', '~> 2.8' +- 'apt', '~> 4.0' - 'openstack-common', '>= 13.0.0' - 'openstack-identity', '>= 13.0.0' - 'openstack-image', '>= 13.0.0' diff --git a/metadata.rb b/metadata.rb index caafa31..df1ecb3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -13,7 +13,7 @@ version '14.0.0' supports os end -depends 'apt', '~> 2.8' +depends 'apt', '~> 4.0' depends 'openstack-common', '>= 14.0.0' depends 'openstack-identity', '>= 14.0.0' depends 'openstack-image', '>= 14.0.0' diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 944a4c5..9b80925 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -17,7 +17,7 @@ REDHAT_OPTS = { }.freeze UBUNTU_OPTS = { platform: 'ubuntu', - version: '14.04', + version: '16.04', log_level: LOG_LEVEL }.freeze