Move to rhel 7.1

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

Change-Id: I71d6824d5c5ee5a0d9d712d269d38c1d38c8aa1b
Related-Bug: #1438878
This commit is contained in:
Mark Vanderwiel 2015-03-31 15:18:50 -05:00
parent 566a228da4
commit 4574ad0c4b

View File

@ -12,7 +12,7 @@ UBUNTU_OPTS = {
}
REDHAT_OPTS = {
platform: 'redhat',
version: '7.0',
version: '7.1',
log_level: LOG_LEVEL
}
SUSE_OPTS = {