python-tempestconf/doc/source/user/default.rst
afazekas fc128db3b2 Do not disable live migration by default
Live migration supposed to work in all qemu/kvm deployment.
It is expected switch to block magrate in case of no shared storage,
tempest expected to skip migration tests when there is no multiple
compute nodes and it would lead to test failure.
Also update the documentation regarding the options set by default.

Change-Id: Id9a25ad50df85f16f27a228a0075c2e073670937
2023-03-09 15:21:40 +01:00

1.0 KiB

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:

[DEFAULT]
debug = true
use_stderr = false
log_file = tempest.log

[identity]
username = demo_tempestconf
password = secrete
project_name = demo
alt_username = alt_demo_tempestconf
alt_password = secrete
alt_project_name = alt_demo

[auth]
; if member role is not present tempest_roles option is not set
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
preserve_ports = true

[network-feature-enabled]
ipv6_subnet_attributes = true