tobiko/doc/source/user/config.rst
Omer 6a5c39c257 Refactor Tobiko configuration guide
So far, the Tobiko docs were duplicated in some places, different
(although duplicated), and some fragments were not relevant (or
outdated).

This patch refactors the Tobiko configuration guide by modularizing
the fragments ("spilling" fragments instead of coping them),
correcting typos, and deleting/updating irrelevant information.

Change-Id: I2b01c5ef43ba7156fbd2369fa2134a5eb5e7aadf
2022-06-24 12:52:28 +02:00

1.5 KiB

Configuration

This document describes how to configure Tobiko.

See also

For a quick and simpler start you can jump to the tobiko-quick-start-guide.

To install Tobiko inside a virutalenv please read tobiko-installation-guide.

To run Tobiko scenario test cases please look at tobiko-test-case-execution-guide.

Configure Tobiko Framework

In order to make sure Tobiko tools can connect to OpenStack services via Rest API configuration parameters can be passed either via environment variables or via an INI configuration file (referred here as tobiko-conf). Please look at authentication-methods for more details.

tobiko.conf

Configure Logging

Authentication Methods

Tobiko uses OpenStack client to connect to OpenStack services.

Skipping resources creation

What's Next

To know how to run Tobiko scenario test cases you can look at tobiko-test-case-execution-guide