Merge "Move to rhel 7.1"

This commit is contained in:
Jenkins 2015-04-18 03:06:46 +00:00 committed by Gerrit Code Review
commit 72e7c2e6f5
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
}