rally/doc
Yaroslav Lobankov 435401e008 [Verify] Refactoring of Tempest verifier plugin
The main goal of this patch is to move Tempest context related code
from the rally/plugins/openstack/verification/tempest/config.py file
to the separate rally/plugins/openstack/verification/tempest/context.py
file.

Also,

1. Functions such as 'add_extra_options' and 'extend_configfile' were
   moved from the rally/plugins/openstack/verification/tempest/config.py
   file to rally/verification/utils.py because these functions can be
   used by other verifier plugins in the future.

2. Now Tempest log, test image and lock files are stored in the
   corresponding deployment directory.

3. Now the 'floating_network_name' option from the 'network' section is
   configured as well.

4. A small cleanup was done.

Change-Id: I12c7918400c736b71c5a8044bb1aa53122fb96f1
2017-02-06 23:41:53 +04:00
..
ext [docs] Improve plugins and cli references 2017-02-02 14:43:07 +00:00
feature_request [docs][7] Re-design docs to cover all user-groups 2017-01-10 11:25:32 -08:00
release_notes Release 0.8.1 2017-01-28 10:46:19 +00:00
source [Verify] Refactoring of Tempest verifier plugin 2017-02-06 23:41:53 +04:00
specs Typo fix: splitted => split 2017-02-06 13:49:27 +07:00
user_stories [docs][1] Re-design docs to cover all user-groups 2016-11-16 14:42:57 -08:00
README.rst Change deployment model schema 2016-03-28 17:20:46 +03:00

Content of doc directory

This directory contains everything that is related to documentation and bureaucracy. You can find here 4 subdirectories:

feature_request

If some use case is not covered by Rally, it is the right place to request it. To request new feature you should just explain use case on high level. Technical details and writing code are not required at all.

source

Source of documentation. Latest version of documentation.

specs

Specs are detailed description of proposed changes in project. Usually they answer on what, why, how to change in project and who is going to work on change.

user_stories

Place where you can share any of Rally user experience. E.g. fixing some bugs, measuring performance of different architectures or comparing different hardware and so on..

release_notes

The latest.rst contains new features and API changes of Rally's latest release. And you could find all old releases in archive.