Move to rhel 7.1

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

Change-Id: I0c76da3db3273bf9e98dc3ce73b6c38db1f21077
Related-Bug: #1438878
This commit is contained in:
Mark Vanderwiel 2015-03-31 15:19:01 -05:00
parent 3d96ab85a4
commit c340aa6a81
1 changed files with 1 additions and 1 deletions

View File

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