From 2cc977b9cc135622fcf4cf332c4aec3ea41f125e 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) (cherry picked from commit ade37fb8af91d7bda44e3c2b3ae4246b4e59f62f) (cherry picked from commit 41706a3c853ac3a3c03c5812040e4bee4b49eb9c) (cherry picked from commit 7a119c21cd215e1a0305d4d5abf06a7a6de64505) --- metadata.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata.json b/metadata.json index 29f0e72f..0a774d71 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,10 @@ { "name": "camptocamp/kmod", "version_requirement": ">= 0.0.1" + }, + { + "name": "openstack/openstacklib", + "version_requirement": ">=15.4.0 <16.0.0" } ], "issues_url": "https://bugs.launchpad.net/puppet-vswitch",