Update 'stackforge' references to 'openstack'

The project has moved from Stackforge to OpenStack repositories.

Change-Id: I57dc1056431672865491965706081d31a43ffd58
This commit is contained in:
Jiri Stransky 2013-10-07 10:07:21 +02:00
parent 9a459f4319
commit d0d34b02c1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/python-tuskarclient.git
project=openstack/python-tuskarclient.git

View File

@ -3,7 +3,7 @@ python-tuskarclient
===================
python-tuskarclient is a Python client and a command-line interface
for `Tuskar <https://github.com/stackforge/tuskar>`_.
for `Tuskar <https://github.com/openstack/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::