From 791436e7ac4609c7b6a7bf4b49079d4b7c46aa11 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/+/800841 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 03be561..72823bb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -9,7 +9,7 @@ version '19.0.0' supports os end -depends 'bind', '~> 2.3.1' +depends 'bind', '~> 3.1.0' depends 'openstackclient' depends 'openstack-common', '>= 19.0.0' depends 'openstack-dns', '>= 19.0.0'