Remove PE requirement from metadata.json

The PE requirement in metadata.json is not
supported anymore and puppet-lint will throw:

The 'pe' requirement is no longer supported by the Forge.

Change-Id: I9a124026420ea1add25d765b4c17cbb859476434
This commit is contained in:
Tobias Urdin 2018-08-16 23:14:08 +02:00
parent 6394ccb22f
commit 08a45ce8f0
1 changed files with 1 additions and 5 deletions

View File

@ -63,10 +63,6 @@
],
"project_page": "https://launchpad.net/puppet-cinder",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -75,4 +71,4 @@
"source": "git://github.com/openstack/puppet-cinder.git",
"summary": "Puppet module for OpenStack Cinder",
"version": "13.3.0"
}
}