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: I19da3decec3c6867ed817c66c2d600b501e769d3
This commit is contained in:
parent
3a57c15d37
commit
659c9b792f
@ -55,10 +55,6 @@
|
|||||||
],
|
],
|
||||||
"project_page": "https://launchpad.net/puppet-aodh",
|
"project_page": "https://launchpad.net/puppet-aodh",
|
||||||
"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-aodh.git",
|
"source": "git://github.com/openstack/puppet-aodh.git",
|
||||||
"summary": "Puppet module for OpenStack Aodh",
|
"summary": "Puppet module for OpenStack Aodh",
|
||||||
"version": "13.3.0"
|
"version": "13.3.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user