Update stackforge to openstack

Found the issue while configuring devstack,
the libs were having stackforge location.

Change-Id: Ibd93eccb7d89cb6b06a1e8cc1d7d6f65ce52f352
This commit is contained in:
Swapnil Kulkarni 2015-04-20 13:59:43 +05:30
parent dc6679af1d
commit 09c01e755e
6 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ Several Linux distributions (notably Fedora 16 and Ubuntu 12.04) are also starti
.. code-block:: none
git clone git@github.com:stackforge/rally.git
git clone git@github.com:openstack/rally.git
6. Checkout a new branch to hack on:

View File

@ -67,7 +67,7 @@ https://review.openstack.org/#/c/96300/
**Deployment**
Rally was deployed for cluster using `ExistingCloud <https://github.com/stackforge/rally/blob/master/samples/deployments/existing.json>`_ type of deployment.
Rally was deployed for cluster using `ExistingCloud <https://github.com/openstack/rally/blob/master/samples/deployments/existing.json>`_ type of deployment.
**Server flavor** ::

View File

@ -37,4 +37,4 @@ Useful links
* About plugins: https://rally.readthedocs.org/en/latest/plugins.html
* Plugin samples: https://github.com/stackforge/rally/tree/master/samples/plugins
* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins

View File

@ -69,22 +69,22 @@ ScanarioClass should be a subclass of the base Scenario class
and scenario_method specifies what benchmark task should be run. Section
"args" is also related to scenario. To learn more about scenarios
configuration, see samples in `samples/tasks/scenarios
<https://github.com/stackforge/rally/tree/master/samples/tasks/scenarios>`_.
<https://github.com/openstack/rally/tree/master/samples/tasks/scenarios>`_.
Section "runners" specifies the way, how task should be run. To learn
more about runners configurations, see samples in `samples/tasks/runners
<https://github.com/stackforge/rally/tree/master/samples/tasks/runners>`_.
<https://github.com/openstack/rally/tree/master/samples/tasks/runners>`_.
Section "context" defines different types of environments in which task can
be launched. Look at `samples/tasks/contexts
<https://github.com/stackforge/rally/tree/master/samples/tasks/contexts>`_
<https://github.com/openstack/rally/tree/master/samples/tasks/contexts>`_
for samples.
Section "sla" defines details for determining compliance with contracted values
such as maximum error rate or minimum response time.
Look at `samples/tasks/sla
<https://github.com/stackforge/rally/tree/master/samples/tasks/sla>`_ for
<https://github.com/openstack/rally/tree/master/samples/tasks/sla>`_ for
samples.
See a `detailed description of benchmark scenarios, contexts & runners
<https://github.com/stackforge/rally/tree/master/source/concepts.rst>`_.
<https://github.com/openstack/rally/tree/master/source/concepts.rst>`_.

View File

@ -5,5 +5,5 @@ This directory contains task runners conficuration samples.
Samples here are presented with methods of Dummy scenario. To see samples
of usage other scenarios, go to `samples/tasks/scenarios
<https://github.com/stackforge/rally/tree/master/samples/tasks/scenarios>`_.
<https://github.com/openstack/rally/tree/master/samples/tasks/scenarios>`_.

View File

@ -7,5 +7,5 @@ from "args" section to actual values for your deployment.
Samples here are presented with constant runner. To see samples of using
other runners, go to `samples/tasks/runners
<https://github.com/stackforge/rally/tree/master/samples/tasks/runners>`_.
<https://github.com/openstack/rally/tree/master/samples/tasks/runners>`_.