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: I0d71170dfc0346ead5bd0d1ecdb2a9d0e81e7e80
(cherry picked from commit 0a12b49bb1)
This commit is contained in:
Tobias Urdin 2018-08-16 23:58:26 +02:00
parent fee69de01a
commit d71d02b7bf
1 changed files with 1 additions and 5 deletions

View File

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