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: I0612c247db0ae6943063e702b904059a42ba6baa
(cherry picked from commit 707af57259)
(cherry picked from commit a9bd604c15)
This commit is contained in:
Tobias Urdin 2018-08-16 23:19:58 +02:00 committed by Takashi Kajinami
parent 62286d200a
commit f3eba3423a
1 changed files with 1 additions and 5 deletions

View File

@ -66,10 +66,6 @@
],
"project_page": "https://launchpad.net/puppet-ironic",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
@ -78,4 +74,4 @@
"source": "git://github.com/openstack/puppet-ironic.git",
"summary": "Puppet module for OpenStack Ironic",
"version": "12.4.0"
}
}