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: I89cc4ad07852e235878db0004baf9de2329f4323
(cherry picked from commit 3296b0f5d5)
(cherry picked from commit 61b0c68819)
This commit is contained in:
Tobias Urdin 2018-08-16 23:23:40 +02:00 committed by Takashi Kajinami
parent f01d673ffe
commit 8816c5b79d
1 changed files with 1 additions and 5 deletions

View File

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