Fix fauxhai platform versions for suse

Change-Id: Iec12448498a04dae329ca661945cd976cdf8d257
Partial-Bug: #1344199
This commit is contained in:
Mark Vanderwiel 2014-07-18 13:05:40 -05:00
parent a5eb4edef4
commit 626417a9cc
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@ This file is used to list changes made in each version of cookbook-openstack-ops
### Bug
* Fix the depends cookbook version issue in metadata.rb
* bump berkshelf to 2.0.18 to allow Supermarket support
* fix fauxhai version for suse
## 9.0.0
* Upgrade to Icehouse

View File

@ -15,6 +15,11 @@ UBUNTU_OPTS = {
version: '12.04',
log_level: LOG_LEVEL
}
SUSE_OPTS = {
platform: 'suse',
version: '11.3',
log_level: ::LOG_LEVEL
}
shared_context 'ops_messaging_stubs' do
before do