From 3ddfcdbb2ebaa4c228726d1c88518df10777b155 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 17 Aug 2013 22:59:25 -0400 Subject: [PATCH] Update stackforge references to openstack Change-Id: Ibd777b5d9dbb19970aec537fe0145d97287d31f2 --- .gitreview | 2 +- README.rst | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitreview b/.gitreview index 9499140..ce93f42 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/os-collect-config.git +project=openstack/os-collect-config.git diff --git a/README.rst b/README.rst index ff302c2..aadcba0 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ When run without a command, the metadata sources are printed as a json document. # Quick Start -sudo pip install -U git+git://github.com/stackforge/os-collect-config.git +sudo pip install -U git+git://github.com/openstack/os-collect-config.git # run it on an OpenStack instance with access to ec2 metadata: os-collect-config diff --git a/setup.cfg b/setup.cfg index 23941b2..ab4b360 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org summary = Collect and cache metadata, run hooks on changes. description-file = README.rst -home-page = http://github.com/stackforge/os-collect-config +home-page = http://github.com/openstack/os-collect-config classifier = Development Status :: 4 - Beta Environment :: Console