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: I67344556a521f8669c322fdeb1fee1ddd143a2ed
(cherry picked from commit daf881e09c)
(cherry picked from commit 7172991acb)
This commit is contained in:
Tobias Urdin 2018-08-16 23:24:42 +02:00 committed by Takashi Kajinami
parent 6645ca3e30
commit ba8f6a95b9
1 changed files with 1 additions and 5 deletions

View File

@ -58,10 +58,6 @@
],
"project_page": "https://launchpad.net/puppet-openstacklib",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -70,4 +66,4 @@
"source": "git://github.com/openstack/puppet-openstacklib.git",
"summary": "Puppet OpenStack Libraries",
"version": "12.4.0"
}
}