rally/doc/source/deploy.rst
Ilya Kharin ac234be543 Add support to build docs by Sphinx
The patch introduce configuration files for building documentations by
Sphinx. Also added a simple tree of static documents for test ability of
autobuilding documentation from source code.

bp rally-sphinx-docs

Change-Id: I2a225b1bdb4ae0640428b438a0c9779e28586546
2014-01-15 19:11:11 +04:00

1.5 KiB

The Deployment Layer

Represents a set of deployment engines. An each deployment engine provide some kind of technique of installation of OpenStack. Alse there is an abstract base class of deployment engine.

The rally.deploy.engine Module

rally.deploy.engine

The DevStack Engine

The rally.deploy.engines.devstack Module

rally.deploy.engines.devstack

The Dummy Engine

The rally.deploy.engines.dummy Module

rally.deploy.engines.dummy