From ad19d47fe7d89f590b6204901873552c219952e6 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 16 Aug 2018 23:25:30 +0200 Subject: [PATCH] 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: I2389dff55458b8495010c1006d0b5673076d240a (cherry picked from commit b49bf11512899cd82aac6220455d17145251bc0e) --- metadata.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index a1d9c9e..a959e2d 100644 --- a/metadata.json +++ b/metadata.json @@ -38,10 +38,6 @@ ], "project_page": "https://launchpad.net/puppet-ovn", "requirements": [ - { - "name": "pe", - "version_requirement": "4.x" - }, { "name": "puppet", "version_requirement": "4.x" @@ -50,4 +46,4 @@ "source": "git://github.com/openstack/puppet-ovn.git", "summary": "Modules to setup ovn-northd and ovn-controller", "version": "13.3.0" -} \ No newline at end of file +}