Fix fauxhai platform versions for suse and redhat
Change-Id: If4c74214bc64c6fc60e13dc7036efb6408974c87 Partial-Bug: #1344199
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user