doc: rename stackforge to openstack

Change-Id: I31b0b7107742950e82473a9e776461994ab342f7
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2012-11-13 10:08:41 +01:00
parent 171b1ce449
commit 325715c01f
3 changed files with 8 additions and 8 deletions

View File

@ -22,8 +22,8 @@
:Bug tracker: http://launchpad.net/ceilometer
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[metering]`` for faster responses)
:Wiki: http://wiki.openstack.org/EfficientMetering
:Code Hosting: https://github.com/stackforge/ceilometer
:Code Review: https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z
:Code Hosting: https://github.com/openstack/ceilometer
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z
.. seealso::

View File

@ -28,12 +28,12 @@ Setting up a Development Sandbox
2. Clone the ceilometer project to the machine::
$ cd /opt/stack
$ git clone https://github.com/stackforge/ceilometer.git
$ git clone https://github.com/openstack/ceilometer.git
$ cd ./ceilometer
3. Once this is done, you need to setup the review process::
$ git remote add gerrit ssh://<username>@review.openstack.org:29418/stackforge/ceilometer.git
$ git remote add gerrit ssh://<username>@review.openstack.org:29418/openstack/ceilometer.git
4. If you are preparing a patch, create a topic branch and switch to
it before making any changes::
@ -77,4 +77,4 @@ through gerrit.
* http://wiki.openstack.org/GerritWorkflow
* `OpenStack Gerrit instance`_.
.. _OpenStack Gerrit instance: https://review.openstack.org/#/q/status:open+project:stackforge/ceilometer,n,z
.. _OpenStack Gerrit instance: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z

View File

@ -91,7 +91,7 @@ Installing the Collector
4. Clone the ceilometer git repository to the management server::
$ cd /opt/stack
$ git clone https://github.com/stackforge/ceilometer.git
$ git clone https://github.com/openstack/ceilometer.git
5. As a user with ``root`` permissions or ``sudo`` privileges, run the
ceilometer installer::
@ -159,7 +159,7 @@ Installing the Compute Agent
2. Clone the ceilometer git repository to the server::
$ cd /opt/stack
$ git clone https://github.com/stackforge/ceilometer.git
$ git clone https://github.com/openstack/ceilometer.git
4. As a user with ``root`` permissions or ``sudo`` privileges, run the
ceilometer installer::
@ -211,7 +211,7 @@ Installing the API Server
2. Clone the ceilometer git repository to the server::
$ cd /opt/stack
$ git clone https://github.com/stackforge/ceilometer.git
$ git clone https://github.com/openstack/ceilometer.git
4. As a user with ``root`` permissions or ``sudo`` privileges, run the
ceilometer installer::