Update 'stackforge' references to 'openstack'

The project has moved from Stackforge to OpenStack repositories.

Change-Id: If408eaede8338e6035c85894b6f1af86e96024cf
This commit is contained in:
Jiri Stransky 2013-10-07 10:18:19 +02:00
parent c1ffc35d56
commit 1d27f33827
4 changed files with 18 additions and 18 deletions

View File

@ -4,7 +4,7 @@ Installation Guide
Tuskar source code should be pulled directly from git::
git clone https://github.com/stackforge/tuskar.git
git clone https://github.com/openstack/tuskar.git
Dependencies
@ -86,7 +86,7 @@ Next, you can run a script to populate the DB with some sample data::
This will create 2 Resource Classes and three Racks. You need to have the Tuskar
API server running. You can see more examples of using the API at our `cURL
Commands page <https://github.com/stackforge/tuskar/blob/master/docs/api/curl.rst>`_.
Commands page <https://github.com/openstack/tuskar/blob/master/docs/api/curl.rst>`_.
Running Tuskar API
@ -105,6 +105,6 @@ Contributing
------------
For additional developer information, take a look at
`CONTRIBUTING.rst <https://github.com/stackforge/tuskar/blob/master/CONTRIBUTING.rst>`_
`CONTRIBUTING.rst <https://github.com/openstack/tuskar/blob/master/CONTRIBUTING.rst>`_
and the
`Tuskar website <https://github.com/stackforge/tuskar/blob/master/docs/index.rst>`_.
`Tuskar website <https://github.com/openstack/tuskar/blob/master/docs/index.rst>`_.

View File

@ -21,20 +21,20 @@ usage metrics, aiding in capacity planning and hardware procurement
decisions.
For additional information, take a look at the `Tuskar
documentation <https://github.com/stackforge/tuskar/blob/master/docs/index.rst>`_.
documentation <https://github.com/openstack/tuskar/blob/master/docs/index.rst>`_.
Installation Information
------------------------
Please see
`INSTALL.rst <https://github.com/stackforge/tuskar/blob/master/INSTALL.rst>`_
`INSTALL.rst <https://github.com/openstack/tuskar/blob/master/INSTALL.rst>`_
for an installation guide.
Contributing
------------
Interested in contributing? Take a look at
`CONTRIBUTING.rst <https://github.com/stackforge/tuskar/blob/master/CONTRIBUTING.rst>`_
`CONTRIBUTING.rst <https://github.com/openstack/tuskar/blob/master/CONTRIBUTING.rst>`_
for details on how to do so.
Contact Us

View File

@ -27,15 +27,15 @@ demo! <https://www.youtube.com/watch?v=VEY035-Lyzo>`_
- *TODO* feature examples
- *TODO* link to high-level portion of FAQ
- `Recommended
reading <https://github.com/stackforge/tuskar/blob/master/docs/recommended-reading.rst>`_
reading <https://github.com/openstack/tuskar/blob/master/docs/recommended-reading.rst>`_
Related Projects
----------------
- `tuskar-ui <https://github.com/stackforge/tuskar-ui>`_ - Built on top
- `tuskar-ui <https://github.com/openstack/tuskar-ui>`_ - Built on top
of Horizon, tuskar-ui provides dashboard access to Tuskar
functionality.
- `python-tuskarclient <https://github.com/stackforge/python-tuskarclient>`_
- `python-tuskarclient <https://github.com/openstack/python-tuskarclient>`_
- A Python client for the Tuskar API, python-tuskarclient is utilized
by tuskar-ui.
@ -46,23 +46,23 @@ Install and Contribute
----------------------
- `Install
Guide <https://github.com/stackforge/tuskar/blob/master/INSTALL.rst>`_
Guide <https://github.com/openstack/tuskar/blob/master/INSTALL.rst>`_
- `Contributing
Guide <https://github.com/stackforge/tuskar/blob/master/CONTRIBUTING.rst>`_
Guide <https://github.com/openstack/tuskar/blob/master/CONTRIBUTING.rst>`_
- `Debugging with
iPython <https://github.com/stackforge/tuskar/blob/master/docs/debugging-with-ipython.rst>`_
iPython <https://github.com/openstack/tuskar/blob/master/docs/debugging-with-ipython.rst>`_
- `Demo Data
Script <https://github.com/stackforge/tuskar/blob/master/docs/demo-data-script.rst>`_
Script <https://github.com/openstack/tuskar/blob/master/docs/demo-data-script.rst>`_
API
---
- `API
Information <https://github.com/stackforge/tuskar/blob/master/docs/api/api.md>`_
Information <https://github.com/openstack/tuskar/blob/master/docs/api/api.md>`_
- `cURL
Commands <https://github.com/stackforge/tuskar/blob/master/docs/api/curl.rst>`_
Commands <https://github.com/openstack/tuskar/blob/master/docs/api/curl.rst>`_
- `Resource Class Demo
Script <https://github.com/stackforge/tuskar/blob/master/docs/resource-class-demo-script.rst>`_
Script <https://github.com/openstack/tuskar/blob/master/docs/resource-class-demo-script.rst>`_
(uses cURL)
HEAT Integration

View File

@ -6,7 +6,7 @@ description-file =
README.rst
author = Mark McLoughlin
author-email = markmc@redhat.com
home-page = https://github.com/stackforge/tuskar
home-page = https://github.com/openstack/tuskar
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology