From d0d34b02c1985292f0287163de43d1acb7f4427e Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Mon, 7 Oct 2013 10:07:21 +0200 Subject: [PATCH] Update 'stackforge' references to 'openstack' The project has moved from Stackforge to OpenStack repositories. Change-Id: I57dc1056431672865491965706081d31a43ffd58 --- .gitreview | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitreview b/.gitreview index 1a80dd9..37fe0b9 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/python-tuskarclient.git +project=openstack/python-tuskarclient.git diff --git a/README.rst b/README.rst index 7431fd8..c2dc99b 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ python-tuskarclient =================== python-tuskarclient is a Python client and a command-line interface -for `Tuskar `_. +for `Tuskar `_. Getting Started @@ -11,7 +11,7 @@ Getting Started Clone the repo:: - $ git clone https://github.com/stackforge/python-tuskarclient.git + $ git clone https://github.com/openstack/python-tuskarclient.git Then, use ``tox`` to set up a virtual environment and run tests::