s/stackforge/openstack/

The project moved from stackforge to openstack.

Change-Id: I7271363abcdbab92c6df723ef5294db0fd5c1e24
This commit is contained in:
Everett Toews
2015-10-19 20:04:58 -05:00
parent 6eac2ef6be
commit 96962486aa
3 changed files with 8 additions and 8 deletions

View File

@@ -89,12 +89,12 @@ Getting the Source Code
review systems that we use.
The canonical Git repository is hosted on openstack.org at
http://git.openstack.org/cgit/stackforge/python-openstacksdk/, with a
mirror on GitHub at https://github.com/stackforge/python-openstacksdk.
http://git.openstack.org/cgit/openstack/python-openstacksdk/, with a
mirror on GitHub at https://github.com/openstack/python-openstacksdk.
Because of how Git works, you can create a local clone from either of those,
or your own personal fork.::
(sdk3)$ git clone git@github.com:briancurtin/python-openstacksdk.git
(sdk3)$ git clone https://git.openstack.org/openstack/python-openstacksdk.git
(sdk3)$ cd python-openstacksdk
Installing Dependencies
@@ -126,7 +126,7 @@ Building the Documentation
--------------------------
Our documentation is written in reStructured Text and is built using
Sphinx. A ``docs`` command is availble in our ``tox.ini``, allowing you
Sphinx. A ``docs`` command is available in our ``tox.ini``, allowing you
to build the documentation like you'd run tests. The ``docs`` command is
not evaluated by default.::

View File

@@ -67,6 +67,6 @@ for it to become active.
Full example: `compute resource create`_
.. _compute resource list: http://git.openstack.org/cgit/stackforge/python-openstacksdk/tree/examples/compute/list.py
.. _network resource list: http://git.openstack.org/cgit/stackforge/python-openstacksdk/tree/examples/network/list.py
.. _compute resource create: http://git.openstack.org/cgit/stackforge/python-openstacksdk/tree/examples/compute/create.py
.. _compute resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/compute/list.py
.. _network resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/network/list.py
.. _compute resource create: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/compute/create.py

View File

@@ -31,7 +31,7 @@ to an OpenStack cloud. You will primarily use it to set the
``auth_args`` parameter. You can also set the ``user_agent`` to something that
describes your application (e.g. ``my-web-app/1.3.4``).
Full example at `connect.py <http://git.openstack.org/cgit/stackforge/python-openstacksdk/tree/examples/connect.py>`_
Full example at `connect.py <http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/connect.py>`_
.. note:: To enable logging, see the :doc:`logging` user guide.