Increment Ubuntu release to 16.04

This is a cosmetic change that only affects unit tests.

Change-Id: Ifdac5cff8c2e64741eae093737e4f4eb2a4bc202
Implements: blueprint newton-xenial
This commit is contained in:
Samuel Cassiba 2016-07-27 11:17:05 -07:00
parent c6c3537242
commit 4eac0887ff
1 changed files with 1 additions and 1 deletions

View File

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