275b6b7591
validation.image_ssh_user option is heavily used in CI and it's also needed in refstack. Therefor set the value automatically when image used is cirros. Change-Id: Ib823380225fda78462c727e50a0f4f82b6da4e74
128 lines
2.8 KiB
Plaintext
128 lines
2.8 KiB
Plaintext
[DEFAULT]
|
|
|
|
# Print debugging output (set logging level to DEBUG instead
|
|
# of default WARNING level). (boolean value)
|
|
debug=true
|
|
|
|
|
|
# Log output to standard error (boolean value)
|
|
use_stderr=false
|
|
|
|
# (Optional) Name of log file to output to. If no default is
|
|
# set, logging will go to stdout. (string value)
|
|
# Deprecated group/name - [DEFAULT]/logfile
|
|
log_file=tempest.log
|
|
|
|
[auth]
|
|
# Roles to assign to all users created by tempest (list value)
|
|
tempest_roles = _member_
|
|
|
|
# Administrative Username to use for Keystone API requests.
|
|
# (string value)
|
|
admin_username=admin
|
|
|
|
# Administrative Tenant name to use for Keystone API requests.
|
|
# (string value)
|
|
admin_project_name=admin
|
|
|
|
admin_domain_name=Default
|
|
|
|
[identity]
|
|
|
|
# Full URI of the OpenStack Identity API (Keystone), v3
|
|
# (string value)
|
|
#uri_v3=<None> $$$ DERIVE from uri
|
|
|
|
# Username to use for Nova API requests. (string value)
|
|
username=demo
|
|
|
|
# Tenant name to use for Nova API requests. (string value)
|
|
tenant_name=demo
|
|
|
|
# API key to use when authenticating. (string value)
|
|
password=secrete
|
|
|
|
# Username of alternate user to use for Nova API requests.
|
|
# (string value)
|
|
alt_username=alt_demo
|
|
|
|
# Alternate user's Tenant name to use for Nova API requests.
|
|
# (string value)
|
|
alt_tenant_name=alt_demo
|
|
|
|
# API key to use when authenticating as alternate user.
|
|
# (string value)
|
|
alt_password=secrete
|
|
|
|
# Administrative Username to use for Keystone API requests.
|
|
# (string value)
|
|
# Parameter moved to auth section. Would be deprecated in future
|
|
# releases
|
|
admin_username=admin
|
|
|
|
# Administrative Tenant name to use for Keystone API requests.
|
|
# (string value)
|
|
# Parameter moved to auth section as admin_project_name. Would
|
|
# be deprecated in future releases
|
|
admin_tenant_name=admin
|
|
|
|
admin_domain_name=Default
|
|
|
|
|
|
disable_ssl_certificate_validation=true
|
|
|
|
[object-storage]
|
|
|
|
# Role to add to users created for swift tests to enable
|
|
# creating containers (string value)
|
|
operator_role=SwiftOperator
|
|
|
|
# User role that has reseller admin (string value)
|
|
#reseller_admin_role=ResellerAdmin $$$ DEPLOY
|
|
|
|
[data-processing]
|
|
|
|
|
|
[orchestration]
|
|
|
|
# Name of heat-cfntools enabled image to use when launching
|
|
# test instances. (string value)
|
|
#image_ref=<None> $$$ Not sure
|
|
|
|
# Name of existing keypair to launch servers with. (string
|
|
# value)
|
|
#keypair_name=<None> $$$ Not sure
|
|
|
|
[scenario]
|
|
|
|
#
|
|
# Options defined in tempest.config
|
|
#
|
|
|
|
# Directory containing image files (string value)
|
|
img_dir=etc
|
|
|
|
[oslo_concurrency]
|
|
|
|
# Directory to use for lock files. (string value)
|
|
lock_path=/tmp
|
|
|
|
[volume-feature-enabled]
|
|
# Added in kilo
|
|
bootable=true
|
|
|
|
# It needs to be true since mitaka
|
|
# this option expected to be removed after liberty EOL
|
|
volume_services=true
|
|
|
|
[compute-feature-enabled]
|
|
# Default deployment does not use shared storage
|
|
live_migration=false
|
|
# Added in kilo
|
|
live_migrate_paused_instances=true
|
|
preserve_ports=true
|
|
|
|
[network-feature-enabled]
|
|
# Added in juno
|
|
ipv6_subnet_attributes=true
|