Add version_requirement for kmod in metadata.json

The Forge API requires all metadata.json module
dependencies to have a specified version_requirement
field.

If this is not the case our uploads to the Forge will
fail. [1]

[1] http://logs.openstack.org/56/56ba10b449c6bed9d468d90b12ee8046c77cbb29/release/release-openstack-puppet/fed1fe4/job-output.txt.gz#_2019-05-16_23_10_47_384070

Change-Id: Ib6c8b5b3143260a7e38d5fdd20b91c4440da22fb
(cherry picked from commit 8a96357166)
This commit is contained in:
Tobias Urdin 2019-05-21 11:52:24 +02:00 committed by Emilien Macchi
parent 0f7758f8f4
commit 24009965e0
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
"dependencies": [
{
"name": "camptocamp/kmod"
"name": "camptocamp/kmod",
"version_requirement": ">= 0.0.1"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-vswitch",