Support Puppet 7

Puppet 7 has been tested in CI for a while but we haven't seen any
issue with it. Let's officially support the version.

Change-Id: I3a7d9d35dd714061ec1ecb1786226cabee475503
This commit is contained in:
Takashi Kajinami 2021-08-16 17:57:58 +09:00
parent ace278ff33
commit 8ad8dba5ea
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-cinder.git",