File: README.rst

package info (click to toggle)
rally-openstack 3.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,928 kB
  • sloc: python: 53,131; sh: 262; makefile: 38
file content (30 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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