Increment Ubuntu release to 16.04

This is a cosmetic change that only affects unit tests.

Change-Id: Iff1654d1669b27e55d252245c299aa80f71179c6
Implements: blueprint newton-xenial
This commit is contained in:
Samuel Cassiba 2016-07-27 11:28:25 -07:00
parent a08aecef1d
commit 8be768ab2e
1 changed files with 1 additions and 1 deletions

View File

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