metadata: Switch to OpenStack namespace

Change-Id: Idb3d0d8c30051a05d858182f6ebdb03449280a36
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2016-01-28 16:01:10 +01:00
parent 3ee42190ff
commit f1a10358a2
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"name": "stackforge-n1kv_vsm",
"name": "openstack-n1kv_vsm",
"version": "0.0.2",
"author": "ChingWei Chang, Marga Millet and StackForge Contributors",
"summary": "Puppet module for Cisco Nexus1000v VSM",
"license": "Apache License 2.0",
"source": "git://github.com/stackforge/puppet-n1k-vsm.git",
"source": "git://github.com/openstack/puppet-n1k-vsm.git",
"project_page": "https://launchpad.net/puppet-n1k-vsm",
"issues_url": "https://bugs.launchpad.net/puppet-n1k-vsm",
"requirements": [
@ -23,6 +23,6 @@
],
"description": "Installs and configures the Nexus1000v Virtual Supervisor module.",
"dependencies": [
{ "name": "stackforge/vswitch", "version_requirement": ">=1.0.0 <2.0.0" }
{ "name": "openstack/vswitch", "version_requirement": ">=1.0.0 <2.0.0" }
]
}