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
This commit is contained in:
Samuel Cassiba 2016-07-26 21:30:08 -07:00
parent 67149f00ff
commit ddad81bf9b
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -17,7 +17,7 @@ REDHAT_OPTS = {
}.freeze
UBUNTU_OPTS = {
platform: 'ubuntu',
version: '14.04',
version: '16.04',
log_level: LOG_LEVEL
}.freeze