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: I3019b2836e9f9bc1183f04a358006e6aa66e1bd3
This commit is contained in:
parent
ec7748e561
commit
c70a1d1642
@ -55,10 +55,6 @@
|
|||||||
],
|
],
|
||||||
"project_page": "https://launchpad.net/puppet-keystone",
|
"project_page": "https://launchpad.net/puppet-keystone",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
{
|
|
||||||
"name": "pe",
|
|
||||||
"version_requirement": "4.x"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": "4.x"
|
"version_requirement": "4.x"
|
||||||
@ -67,4 +63,4 @@
|
|||||||
"source": "git://github.com/openstack/puppet-keystone.git",
|
"source": "git://github.com/openstack/puppet-keystone.git",
|
||||||
"summary": "Puppet module for OpenStack Keystone",
|
"summary": "Puppet module for OpenStack Keystone",
|
||||||
"version": "13.3.0"
|
"version": "13.3.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user