Remove bind cookbook from Berksfile and fix version pin

The bind cookbook has been migrated to the Sous Chefs and a new release has
finally been done which removes the need to have this in the pointer (which is
now broken).

Depends-On: https://review.opendev.org/813719
Change-Id: Id537867e47ed54c7028abf7037b251077e57de64
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-10-12 18:13:34 -07:00
parent bd5d493b45
commit 11773c42f2
2 changed files with 1 additions and 5 deletions

View File

@ -20,8 +20,4 @@ solver :ruby, :required
end
end
# TODO(ramereth): Remove after this PR is released
# https://github.com/joyofhex/cookbook-bind/pull/60
cookbook 'bind', github: 'joyofhex/cookbook-bind'
metadata

View File

@ -9,7 +9,7 @@ version '20.0.0'
supports os
end
depends 'bind', '~> 3.1.0'
depends 'bind', '~> 3.0.0'
depends 'openstackclient'
depends 'openstack-common', '>= 20.0.0'
depends 'openstack-dns', '>= 20.0.0'