Luigi Toscano 9b2c8127b1 Remove references to live_migrate_migrate_instance
The option was removed long ago in tempest 10.0.0:

https://review.opendev.org/c/openstack/tempest/+/277834

Change-Id: I1f8e9fabf7465479e1eee7fc466e39be1e67a8f8
2022-01-04 12:17:00 +01:00

1.2 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 in the system, python-tempestconf
; looks for member role and if the member is also 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
live_migration = false
preserve_ports = true

[network-feature-enabled]
ipv6_subnet_attributes = true