Move to rhel 7.1

rhel 7.0 is not EUS/LTS, need to switch to 7.1.

Change-Id: I2037c580386071d228c70393238dbe4cda08a8d8
Related-Bug: #1438878
This commit is contained in:
Mark Vanderwiel 2015-03-31 15:18:53 -05:00
parent 957e7f8644
commit 66993667e5
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ SUSE_OPTS = {
}
REDHAT_OPTS = {
platform: 'redhat',
version: '6.5',
version: '7.1',
log_level: ::LOG_LEVEL
}
UBUNTU_OPTS = {
platform: 'ubuntu',
version: '12.04',
version: '14.04',
log_level: ::LOG_LEVEL
}