From ade37fb8af91d7bda44e3c2b3ae4246b4e59f62f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 31 Mar 2021 17:28:27 +0900 Subject: [PATCH] Add missing openstacklib to dependencies The vswitch::params class includes the openstacklib::defaults class, thus puppet-openstacklib should be included in dependencies. Closes-Bug: #1922026 Change-Id: I3000400e380537f0979c19009dc6c354639c2394 (cherry picked from commit 675cdecba21fe16394b7eccf5188f3958afa3fe9) --- metadata.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata.json b/metadata.json index f4455c69..bb06a968 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,10 @@ { "name": "camptocamp/kmod", "version_requirement": ">= 0.0.1" + }, + { + "name": "openstack/openstacklib", + "version_requirement": ">=18.4.0 <19.0.0" } ], "issues_url": "https://bugs.launchpad.net/puppet-vswitch",