Chef 16 updates

Depends-On: https://review.opendev.org/749819
Change-Id: Icaab7faac8c27a6d16c1680ea835c9cc19f52244
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-08-22 21:07:14 -07:00
parent 95214148f3
commit f52213d03d
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ Requirements
============
- Chef 15 or higher
- Chef Workstation 0.15.18 for testing (also includes Berkshelf for cookbook
- Chef Workstation 20.8.111 for testing (also includes Berkshelf for cookbook
dependency resolution)
Platforms

View File

@ -3,7 +3,7 @@ maintainer 'openstack-chef'
maintainer_email 'openstack-discuss@lists.openstack.org'
license 'Apache-2.0'
description 'Provides the shared database configuration for OpenStack'
version '19.0.1'
version '19.1.0'
%w(ubuntu redhat centos).each do |os|
supports os

View File

@ -33,7 +33,7 @@ node['openstack']['common']['services'].each do |service, project|
user username
pass password
end
rescue Net::HTTPServerException, ChefVault::Exceptions::KeysNotFound
log "No databag item containing the database password for #{project} was found, so no database was created"
rescue Net::HTTPClientException, ChefVault::Exceptions::KeysNotFound
Chef::Log.warn("No databag item containing the database password for #{project} was found, so no database was created")
end
end