Fix stdlib version in metadata

puppetlabs-stdlib is now using the 8.0.0 version, so we should fix the
stdlib version in metadata.

Change-Id: I802f7e5ed1c631c6abfe225532ad3a5aefe8e1ea
This commit is contained in:
ZhongShengping 2021-09-23 19:44:23 +08:00
parent 5d8522712d
commit 306d67b047
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <7.0.0"
"version_requirement": ">=5.0.0 <9.0.0"
},
{
"name": "openstack/keystone",