Move to rhel 7.1

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

Change-Id: Id62385b1a8d066ddb96e70634b936dd3a0e6639c
Related-Bug: #1438878
This commit is contained in:
Mark Vanderwiel 2015-03-31 15:19:03 -05:00
parent fcea1378f0
commit 95b7381124
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ChefSpec::Coverage.start! { add_filter 'openstack-ops-messaging' }
LOG_LEVEL = :fatal
REDHAT_OPTS = {
platform: 'redhat',
version: '7.0',
version: '7.1',
log_level: LOG_LEVEL
}
UBUNTU_OPTS = {