Fix fauxhai platform versions for suse and redhat

Change-Id: If4c74214bc64c6fc60e13dc7036efb6408974c87
Partial-Bug: #1344199
This commit is contained in:
Mark Vanderwiel
2014-07-18 12:36:48 -05:00
parent ff5c57b7ae
commit a4e0000fab
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ This file is used to list changes made in each version of the openstack-block-st
the -common cookbook the -common cookbook
* bump berkshelf to 2.0.18 to allow Supermarket support * bump berkshelf to 2.0.18 to allow Supermarket support
* added rootwrap.conf as a template * added rootwrap.conf as a template
* fix fauxhai version for suse and redhat
## 9.3.0 ## 9.3.0
### Blue print ### Blue print

View File

@@ -12,12 +12,12 @@ require 'chef/application'
LOG_LEVEL = :fatal LOG_LEVEL = :fatal
SUSE_OPTS = { SUSE_OPTS = {
platform: 'suse', platform: 'suse',
version: '11.03', version: '11.3',
log_level: LOG_LEVEL log_level: LOG_LEVEL
} }
REDHAT_OPTS = { REDHAT_OPTS = {
platform: 'redhat', platform: 'redhat',
version: '6.3', version: '6.5',
log_level: LOG_LEVEL log_level: LOG_LEVEL
} }
UBUNTU_OPTS = { UBUNTU_OPTS = {