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: I9f5939b82a5635d7cbfb3fd29a6c6a5ba8c5fc73
(cherry picked from commit 55f4ef05cf)
(cherry picked from commit 6c16f29812)
This commit is contained in:
Tobias Urdin 2018-08-16 23:17:29 +02:00 committed by Takashi Kajinami
parent e8abc91c6d
commit c19aac1c0e
1 changed files with 1 additions and 5 deletions

View File

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