From 67f501f76e62e29efceb23973dc51a5b4571a2db Mon Sep 17 00:00:00 2001 From: Jaume Devesa <devvesa@gmail.com> Date: Tue, 12 Jan 2016 17:06:14 +0100 Subject: [PATCH] Update metadata to OpenStack infrastructure Some metadata attributes must be updated according to the new repository namespace. Change-Id: I5100ce79ee96ef3073086b0281929af0a586d575 --- metadata.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index f8a6d97..1fcf8b8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { - "name": "midonet-midonet", - "version": "2015.6.0", + "name": "openstack-midonet", + "version": "1.0.0", "author": "MidoNet", "summary": "Configure and install MidoNet components", "license": "Apache-2.0", - "source": "https://github.com/midonet/puppet-midonet", - "project_page": "https://github.com/midonet/puppet-midonet", - "issues_url": "https://midonet.atlassian.net/projects/PUP", + "source": "git://github.com/openstack/puppet-midonet", + "project_page": "https://launchpad.net/puppet-midonet", + "issues_url": "https://bugs.launchpad.net/puppet-midonet", "dependencies": [ { "name":"puppetlabs-inifile", "version_requirement": ">=1.0.0 <2.0.0" }, { "name":"puppetlabs-apt","version_requirement":">=1.7.0 <2.0.0" },