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 675cdecba2)
(cherry picked from commit ade37fb8af)
This commit is contained in:
Takashi Kajinami 2021-03-31 17:28:27 +09:00 committed by Tobias Urdin
parent 14011d69c1
commit 41706a3c85
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
{
"name": "camptocamp/kmod",
"version_requirement": ">= 0.0.1"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=17.4.0 <18.0.0"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-vswitch",