
As all of documenation parts were merged, this patch makes sure, that all of them uses the same style for marking commands, arguments, notes, ... Also a few typos were fixed. Change-Id: I0239e5241aa854f515fc2d72e7947dc51b3ecb56 Story: 2002703 Task: 22965
51 lines
1.1 KiB
ReStructuredText
51 lines
1.1 KiB
ReStructuredText
==============
|
|
Default values
|
|
==============
|
|
|
|
``python-tempestconf`` provides sensitive default values for many options in
|
|
order to simplify its usage, reducing the amount of options that needs to be
|
|
specified.
|
|
|
|
Here is the list of tempest options, which are set by default:
|
|
|
|
.. code-block:: ini
|
|
|
|
[DEFAULT]
|
|
debug = true
|
|
use_stderr = false
|
|
log_file = tempest.log
|
|
|
|
[identity]
|
|
username = demo
|
|
password = secrete
|
|
project_name = demo
|
|
alt_username = alt_demo
|
|
alt_password = secrete
|
|
alt_project_name = alt_demo
|
|
disable_ssl_certificate_validation = true
|
|
|
|
[scenario]
|
|
img_dir = etc
|
|
|
|
[auth]
|
|
tempest_roles = _member_
|
|
admin_username = admin
|
|
admin_project_name = admin
|
|
admin_domain_name = Default
|
|
|
|
[object-storage]
|
|
reseller_admin_role = ResellerAdmin
|
|
|
|
[oslo-concurrency]
|
|
lock_path = /tmp
|
|
|
|
[compute-feature-enabled]
|
|
# Default deployment does not use shared storage
|
|
live_migration = false
|
|
live_migrate_paused_instances = true
|
|
preserve_ports = true
|
|
|
|
[network-feature-enabled]
|
|
ipv6_subnet_attributes = true
|
|
|