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: I48f4dd577673c4cf63b5368a426e79928405ea6f
(cherry picked from commit 5cdc201399)
(cherry picked from commit ae09797c76)
This commit is contained in:
Tobias Urdin 2018-08-16 23:21:30 +02:00 committed by Takashi Kajinami
parent 24a366092a
commit df2fee2f3a
1 changed files with 1 additions and 5 deletions

View File

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