rally-openstack/devstack/README.rst
Chuck Short 78772a331b Fix documentation
Repository should be rally-openstack.

Change-Id: I0feb936bc79b7cead83c4220716bf261257d8f8d
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-08-13 10:41:35 -04:00

31 lines
739 B
ReStructuredText

Rally with DevStack all-in-one installation
-------------------------------------------
It is also possible to install Rally with DevStack. First, clone the
corresponding repositories:
.. code-block:: bash
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://github.com/openstack/rally-openstack
Then, configure DevStack to run Rally. First, create your ``local.conf`` file:
.. code-block:: bash
cd devstack
cp samples/local.conf local.conf
Next, edit local.conf: add the following line to the ``[[local|localrc]]``
section.
.. code-block:: bash
enable_plugin rally https://github.com/openstack/rally-openstack master
Finally, run DevStack as usually:
.. code-block:: bash
./stack.sh