From d5099d541b18b65856a0c6efb03f1cedcced0946 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Mon, 2 Feb 2015 16:34:19 -0600 Subject: [PATCH] Trusty juno updates * update spec platform versions Change-Id: I9735dd3e04355bcf82c1f380325ac16baddf2ec9 Implements: blueprint trusty-juno --- README.md | 2 +- spec/spec_helper.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 849d720..ca1dfcf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Chef 11 with Ruby 1.9.x required. # Platforms # -* Ubuntu-12.04 +* Ubuntu-14.04 # Cookbooks # diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 39bb9f1..8c0d132 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -7,12 +7,12 @@ ChefSpec::Coverage.start! { add_filter 'openstack-ops-messaging' } LOG_LEVEL = :fatal REDHAT_OPTS = { platform: 'redhat', - version: '6.5', + version: '7.0', log_level: LOG_LEVEL } UBUNTU_OPTS = { platform: 'ubuntu', - version: '12.04', + version: '14.04', log_level: LOG_LEVEL } SUSE_OPTS = {