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:
parent
d4e03df352
commit
8315b01f33
@ -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" }
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user