Add openstacklib to requirements in metadata.json

There is a constraints in (atleast) Puppet 5 that to
use new ruby api functions the module must have a requirement
for the module that serves those functions.

Testing to add it here to resolve the openstacklib unknown function
bug that was introduced.

This constraints was dropped in Puppet 6.0.0.

Change-Id: Ie0c4c719befe854422ec1893f4f2dcba36fa7777
Related-Bug: 1802083
This commit is contained in:
Tobias Urdin 2018-11-07 13:50:17 +01:00
parent d4e03df352
commit 8315b01f33
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.12.0 < 5.0.0" },
{ "name": "openstack/openstacklib", "version_requirement": ">=14.0.0 <15.0.0" },
{ "name": "sensu/sensu" },
{ "name": "yelp/uchiwa" }
]