Chef 16 updates

Depends-On: https://review.opendev.org/740342
Change-Id: Ic6385a7cb14d1f036b0cf1a6d92ecf5930f271fb
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-08-22 21:07:14 -07:00
parent 75e4ccfae2
commit 0b08fc6142
2 changed files with 2 additions and 2 deletions

View File

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

View File

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