
Deprecated scenario image options are being removed from tempest, see [1]. The tempest change makes img_dir obsolete therefore CONF.scenario.img_file needs to contain the full path to the image now. CONF.scenario.img_dir will be removed entirely from tempest in the near future by [2]. [1] https://review.opendev.org/c/openstack/tempest/+/710996 [2] https://review.opendev.org/c/openstack/tempest/+/754927 Change-Id: Icf7ac92807873d0a5cd8ccaf75033003adb21c0a
50 lines
1.2 KiB
ReStructuredText
50 lines
1.2 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_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
|
|
live_migrate_paused_instances = true
|
|
preserve_ports = true
|
|
|
|
[network-feature-enabled]
|
|
ipv6_subnet_attributes = true
|
|
|