Increment Ubuntu release to 16.04

This is a cosmetic change that only affects unit tests.

Change-Id: I7b4c99e3e078b3be71077a13b0daa11686976a34
Implements: blueprint newton-xenial
This commit is contained in:
Samuel Cassiba 2016-07-27 11:19:06 -07:00
parent 648da86777
commit 0aa839e794
1 changed files with 1 additions and 1 deletions

View File

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