Trusty juno updates

* update spec platform versions

Change-Id: I9735dd3e04355bcf82c1f380325ac16baddf2ec9
Implements: blueprint trusty-juno
This commit is contained in:
Mark Vanderwiel 2015-02-02 16:34:19 -06:00
parent dadf0931c6
commit d5099d541b
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Chef 11 with Ruby 1.9.x required.
# Platforms #
* Ubuntu-12.04
* Ubuntu-14.04
# Cookbooks #

View File

@ -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 = {