From bd5d493b4549474f293f53ebf285d103c8290740 Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Tue, 13 Jul 2021 17:16:01 -0700 Subject: [PATCH] Loosen version pin to bind cookbook They still haven't released the cookbook however they've updated the release to 3.1.0 which is breaking tests globally. This should resolve the issue. Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/800815 Change-Id: Ie196f920b9431392e3c0d44eb97ee6e6685719db Signed-off-by: Lance Albertson --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 5d38192..0b49cca 100644 --- a/metadata.rb +++ b/metadata.rb @@ -9,7 +9,7 @@ version '20.0.0' supports os end -depends 'bind', '~> 2.3.1' +depends 'bind', '~> 3.1.0' depends 'openstackclient' depends 'openstack-common', '>= 20.0.0' depends 'openstack-dns', '>= 20.0.0'