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:
committed by
Emilien Macchi
parent
f8b20ce345
commit
5799a4e320
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user