metadata: Switch to OpenStack namespace and bump to Kilo

This patch fixes the puppet forge namespace, and bump min dependency to Kilo
https://wiki.openstack.org/wiki/Puppet/releases.

Change-Id: Id6e685656ca8c56e3b0ec3283ab9dd9b5dc4d03c
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2015-11-12 14:32:41 +01:00
parent 9eebe54549
commit d5aefaf6f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "puppet-barbican",
"name": "openstack-barbican",
"version": "0.0.1",
"author": "OpenStack Contributors",
"summary": "Puppet module for OpenStack Barbican",
@ -29,6 +29,6 @@
"dependencies": [
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 <5.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
{ "name": "openstack/openstacklib", "version_requirement": ">=6.0.0 <7.0.0" }
]
}