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 <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-07-13 17:16:01 -07:00
parent d5ea08e31a
commit bd5d493b45
1 changed files with 1 additions and 1 deletions

View File

@ -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'