blob: 024648880696b273fd62de6113654785ef715baf [file] [log] [blame]
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -04001[DEFAULT]
Attila Fazekasbfd96e12013-07-31 17:19:10 +02002
Matthew Treinish3d468112013-10-24 21:49:14 +00003#
Doug Hellmann583ce2c2015-03-11 14:55:46 +00004# From oslo.log
Matthew Treinish3d468112013-10-24 21:49:14 +00005#
6
Jon Grimm270bd7f2014-08-05 18:11:29 +00007# Print debugging output (set logging level to DEBUG instead of
8# default WARNING level). (boolean value)
9#debug = false
Matthew Treinish3d468112013-10-24 21:49:14 +000010
Jon Grimm270bd7f2014-08-05 18:11:29 +000011# Print more verbose output (set logging level to INFO instead of
12# default WARNING level). (boolean value)
13#verbose = false
Matthew Treinish3d468112013-10-24 21:49:14 +000014
Jon Grimm270bd7f2014-08-05 18:11:29 +000015# The name of a logging configuration file. This file is appended to
16# any existing logging configuration files. For details about logging
17# configuration files, see the Python logging module documentation.
Matthew Treinish3d468112013-10-24 21:49:14 +000018# (string value)
Sean Daguefc691e32014-01-03 08:51:54 -050019# Deprecated group/name - [DEFAULT]/log_config
Jon Grimm270bd7f2014-08-05 18:11:29 +000020#log_config_append = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000021
Jon Grimm270bd7f2014-08-05 18:11:29 +000022# DEPRECATED. A logging.Formatter log message format string which may
23# use any of the available logging.LogRecord attributes. This option
24# is deprecated. Please use logging_context_format_string and
25# logging_default_format_string instead. (string value)
26#log_format = <None>
Sean Dague2bbdf422014-07-11 07:58:33 -040027
Matthew Treinishc603d162015-01-05 20:03:40 -050028# Format string for %%(asctime)s in log records. Default: %(default)s
29# . (string value)
30#log_date_format = %Y-%m-%d %H:%M:%S
31
32# (Optional) Name of log file to output to. If no default is set,
33# logging will go to stdout. (string value)
34# Deprecated group/name - [DEFAULT]/logfile
35#log_file = <None>
36
37# (Optional) The base directory used for relative --log-file paths.
38# (string value)
39# Deprecated group/name - [DEFAULT]/logdir
40#log_dir = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +000041
42# Use syslog for logging. Existing syslog format is DEPRECATED during
43# I, and will change in J to honor RFC5424. (boolean value)
44#use_syslog = false
45
46# (Optional) Enables or disables syslog rfc5424 format for logging. If
47# enabled, prefixes the MSG part of the syslog message with APP-NAME
48# (RFC5424). The format without the APP-NAME is deprecated in I, and
49# will be removed in J. (boolean value)
50#use_syslog_rfc_format = false
51
Matthew Treinishc603d162015-01-05 20:03:40 -050052# Syslog facility to receive log lines. (string value)
53#syslog_log_facility = LOG_USER
54
Jon Grimm270bd7f2014-08-05 18:11:29 +000055# Log output to standard error. (boolean value)
56#use_stderr = true
57
Matthew Treinishc603d162015-01-05 20:03:40 -050058# Format string to use for log messages with context. (string value)
59#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
60
61# Format string to use for log messages without context. (string
62# value)
63#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
64
65# Data to append to log format when level is DEBUG. (string value)
66#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
67
68# Prefix each line of exception output with this format. (string
69# value)
70#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
71
Jon Grimm270bd7f2014-08-05 18:11:29 +000072# List of logger=LEVEL pairs. (list value)
Doug Hellmann583ce2c2015-03-11 14:55:46 +000073#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN
Jon Grimm270bd7f2014-08-05 18:11:29 +000074
Matthew Treinishc603d162015-01-05 20:03:40 -050075# Enables or disables publication of error events. (boolean value)
76#publish_errors = false
77
Jon Grimm270bd7f2014-08-05 18:11:29 +000078# Enables or disables fatal status of deprecations. (boolean value)
79#fatal_deprecations = false
80
81# The format for an instance that is passed with the log message.
82# (string value)
83#instance_format = "[instance: %(uuid)s] "
84
85# The format for an instance UUID that is passed with the log message.
86# (string value)
87#instance_uuid_format = "[instance: %(uuid)s] "
88
Marc Kodererb714de52013-08-08 09:21:46 +020089
Matthew Treinishc791ac42014-07-16 09:15:23 -040090[auth]
91
92#
Jon Grimm270bd7f2014-08-05 18:11:29 +000093# From tempest.config
Matthew Treinishc791ac42014-07-16 09:15:23 -040094#
95
Matthew Treinishc603d162015-01-05 20:03:40 -050096# Path to the yaml file that contains the list of credentials to use
97# for running tests (string value)
98#test_accounts_file = etc/accounts.yaml
99
Jon Grimm270bd7f2014-08-05 18:11:29 +0000100# Allows test cases to create/destroy tenants and users. This option
101# requires that OpenStack Identity API admin credentials are known. If
102# false, isolated test cases and parallel execution, can still be
103# achieved configuring a list of test accounts (boolean value)
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100104# Deprecated group/name - [compute]/allow_tenant_isolation
105# Deprecated group/name - [orchestration]/allow_tenant_isolation
Attila Fazekas5dda1582015-02-18 17:16:02 +0100106#allow_tenant_isolation = true
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100107
108# If set to True it enables the Accounts provider, which locks
Jon Grimm270bd7f2014-08-05 18:11:29 +0000109# credentials to allow for parallel execution with pre-provisioned
110# accounts. It can only be used to run tests that ensure credentials
111# cleanup happens. It requires at least `2 * CONC` distinct accounts
112# configured in `test_accounts_file`, with CONC == the number of
113# concurrent test processes. (boolean value)
114#locking_credentials_provider = false
115
Matthew Treinish167b2be2015-01-15 17:20:27 -0500116# Roles to assign to all users created by tempest (list value)
117#tempest_roles =
118
Matthew Treinishc791ac42014-07-16 09:15:23 -0400119
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300120[baremetal]
121
122#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000123# From tempest.config
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300124#
125
Matthew Treinishc603d162015-01-05 20:03:40 -0500126# Catalog type of the baremetal provisioning service (string value)
127#catalog_type = baremetal
128
129# Whether the Ironic nova-compute driver is enabled (boolean value)
130#driver_enabled = false
131
132# Driver name which Ironic uses (string value)
133#driver = fake
134
135# The endpoint type to use for the baremetal provisioning service
136# (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400137# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500138#endpoint_type = publicURL
139
Jon Grimm270bd7f2014-08-05 18:11:29 +0000140# Timeout for Ironic node to completely provision (integer value)
141#active_timeout = 300
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300142
Jon Grimm270bd7f2014-08-05 18:11:29 +0000143# Timeout for association of Nova instance and Ironic node (integer
Adam Gandelman4a48a602014-03-20 18:23:18 -0700144# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000145#association_timeout = 30
146
Adam Gandelman4a48a602014-03-20 18:23:18 -0700147# Timeout for Ironic power transitions. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000148#power_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700149
150# Timeout for unprovisioning an Ironic node. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000151#unprovision_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700152
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300153
Sean Daguefc691e32014-01-03 08:51:54 -0500154[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400155
156#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000157# From tempest.config
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400158#
159
Matthew Treinishc603d162015-01-05 20:03:40 -0500160# EC2 URL (string value)
161#ec2_url = http://localhost:8773/services/Cloud
Sean Daguefc691e32014-01-03 08:51:54 -0500162
Matthew Treinishc603d162015-01-05 20:03:40 -0500163# S3 URL (string value)
164#s3_url = http://localhost:8080
Sean Daguefc691e32014-01-03 08:51:54 -0500165
Jon Grimm270bd7f2014-08-05 18:11:29 +0000166# AWS Secret Key (string value)
167#aws_secret = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500168
Matthew Treinishc603d162015-01-05 20:03:40 -0500169# AWS Access Key (string value)
170#aws_access = <None>
171
Jon Grimm270bd7f2014-08-05 18:11:29 +0000172# AWS Zone for EC2 tests (string value)
173#aws_zone = nova
Sean Daguefc691e32014-01-03 08:51:54 -0500174
Jon Grimm270bd7f2014-08-05 18:11:29 +0000175# S3 Materials Path (string value)
176#s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
177
Matthew Treinishc603d162015-01-05 20:03:40 -0500178# ARI Ramdisk Image manifest (string value)
179#ari_manifest = cirros-0.3.0-x86_64-initrd.manifest.xml
180
181# AMI Machine Image manifest (string value)
182#ami_manifest = cirros-0.3.0-x86_64-blank.img.manifest.xml
183
184# AKI Kernel Image manifest (string value)
185#aki_manifest = cirros-0.3.0-x86_64-vmlinuz.manifest.xml
186
187# Instance type (string value)
188#instance_type = m1.tiny
189
190# boto Http socket timeout (integer value)
191#http_socket_timeout = 3
192
193# boto num_retries on error (integer value)
194#num_retries = 1
195
196# Status Change Timeout (integer value)
197#build_timeout = 60
198
199# Status Change Test Interval (integer value)
200#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -0500201
202
203[cli]
204
205#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000206# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500207#
208
Jon Grimm270bd7f2014-08-05 18:11:29 +0000209# enable cli tests (boolean value)
210#enabled = true
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400211
Matthew Treinishc603d162015-01-05 20:03:40 -0500212# directory where python client binaries are located (string value)
213#cli_dir = /usr/local/bin
214
Sean Dague44b24682014-02-20 19:08:24 -0500215# Whether the tempest run location has access to the *-manage
Jon Grimm270bd7f2014-08-05 18:11:29 +0000216# commands. In a pure blackbox environment it will not. (boolean
217# value)
218#has_manage = true
Sean Dague44b24682014-02-20 19:08:24 -0500219
Sean Daguefc691e32014-01-03 08:51:54 -0500220# Number of seconds to wait on a CLI timeout (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000221#timeout = 15
Arata Notsu8f440392013-09-13 16:14:20 +0900222
Sean Dague83401992013-05-06 17:46:36 -0400223
Matthew Treinish3d468112013-10-24 21:49:14 +0000224[compute]
225
226#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000227# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000228#
229
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400230# Valid primary image reference to be used in tests. This is a
231# required option (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000232#image_ref = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000233
Jon Grimm270bd7f2014-08-05 18:11:29 +0000234# Valid secondary image reference to be used in tests. This is a
235# required option, but if only one image is available duplicate the
236# value of image_ref above (string value)
237#image_ref_alt = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000238
Matthew Treinishc603d162015-01-05 20:03:40 -0500239# Valid primary flavor to use in tests. (string value)
240#flavor_ref = 1
241
242# Valid secondary flavor to be used in tests. (string value)
243#flavor_ref_alt = 2
Matthew Treinish3d468112013-10-24 21:49:14 +0000244
Jon Grimm270bd7f2014-08-05 18:11:29 +0000245# User name used to authenticate to an instance. (string value)
246#image_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000247
Matthew Treinishc603d162015-01-05 20:03:40 -0500248# Password used to authenticate to an instance. (string value)
249#image_ssh_password = password
Matthew Treinish3d468112013-10-24 21:49:14 +0000250
Matthew Treinishc603d162015-01-05 20:03:40 -0500251# User name used to authenticate to an instance using the alternate
252# image. (string value)
253#image_alt_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000254
Matthew Treinishc603d162015-01-05 20:03:40 -0500255# Password used to authenticate to an instance using the alternate
256# image. (string value)
257#image_alt_ssh_password = password
Jon Grimm270bd7f2014-08-05 18:11:29 +0000258
Matthew Treinishc603d162015-01-05 20:03:40 -0500259# Time in seconds between build status checks. (integer value)
260#build_interval = 1
Jon Grimm270bd7f2014-08-05 18:11:29 +0000261
Matthew Treinishc603d162015-01-05 20:03:40 -0500262# Timeout in seconds to wait for an instance to build. Other services
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200263# that do not define build_timeout will inherit this value. (integer
264# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500265#build_timeout = 300
Jon Grimm270bd7f2014-08-05 18:11:29 +0000266
267# Should the tests ssh to instances? (boolean value)
268#run_ssh = false
269
Jon Grimm270bd7f2014-08-05 18:11:29 +0000270# Auth method used for authenticate to the instance. Valid choices
271# are: keypair, configured, adminpass. keypair: start the servers with
272# an ssh keypair. configured: use the configured user and password.
273# adminpass: use the injected adminPass. disabled: avoid using ssh
274# when it is an option. (string value)
275#ssh_auth_method = keypair
276
Jon Grimm270bd7f2014-08-05 18:11:29 +0000277# How to connect to the instance? fixed: using the first ip belongs
278# the fixed network floating: creating and using a floating ip (string
JordanP5d29b2c2013-12-18 13:56:03 +0000279# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000280#ssh_connect_method = fixed
JordanP5d29b2c2013-12-18 13:56:03 +0000281
Matthew Treinishc603d162015-01-05 20:03:40 -0500282# User name used to authenticate to an instance. (string value)
283#ssh_user = root
284
285# Timeout in seconds to wait for ping to succeed. (integer value)
286#ping_timeout = 120
287
Jon Grimm270bd7f2014-08-05 18:11:29 +0000288# Timeout in seconds to wait for authentication to succeed. (integer
289# value)
290#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000291
Matthew Treinishc603d162015-01-05 20:03:40 -0500292# Additional wait time for clean state, when there is no OS-EXT-STS
293# extension available (integer value)
294#ready_wait = 0
295
296# Timeout in seconds to wait for output from ssh channel. (integer
297# value)
298#ssh_channel_timeout = 60
299
300# Name of the fixed network that is visible to all test tenants.
301# (string value)
302#fixed_network_name = private
303
304# Network used for SSH connections. Ignored if
305# use_floatingip_for_ssh=true or run_ssh=false. (string value)
306#network_for_ssh = public
307
308# IP version used for SSH connections. (integer value)
309#ip_version_for_ssh = 4
Jon Grimm270bd7f2014-08-05 18:11:29 +0000310
311# Does SSH use Floating IPs? (boolean value)
312#use_floatingip_for_ssh = true
313
Matthew Treinishc603d162015-01-05 20:03:40 -0500314# Catalog type of the Compute service. (string value)
315#catalog_type = compute
316
317# The compute region name to use. If empty, the value of
318# identity.region is used instead. If no such region is found in the
319# service catalog, the first found one is used. (string value)
320#region =
321
322# The endpoint type to use for the compute service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400323# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500324#endpoint_type = publicURL
325
326# Path to a private key file for SSH access to remote hosts (string
327# value)
328#path_to_private_key = <None>
329
Jon Grimm270bd7f2014-08-05 18:11:29 +0000330# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000331# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000332#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400333
Matthew Treinishc603d162015-01-05 20:03:40 -0500334# Time in seconds before a shelved instance is eligible for removing
335# from a host. -1 never offload, 0 offload when shelved. This time
336# should be the same as the time of nova.conf, and some tests will run
337# for as long as the time. (integer value)
338#shelved_offload_time = 0
339
340# Unallocated floating IP range, which will be used to test the
341# floating IP bulk feature for CRUD operation. This block must not
342# overlap an existing floating IP pool. (string value)
343#floating_ip_range = 10.0.0.0/29
344
Sean Daguefc691e32014-01-03 08:51:54 -0500345
Sean Daguefc691e32014-01-03 08:51:54 -0500346[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000347
348#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000349# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000350#
351
Matthew Treinishc603d162015-01-05 20:03:40 -0500352# If false, skip disk config tests (boolean value)
353#disk_config = true
354
Jon Grimm270bd7f2014-08-05 18:11:29 +0000355# A list of enabled compute extensions with a special entry all which
356# indicates every extension is enabled. Each extension should be
357# specified with alias name. Empty list indicates all extensions are
358# disabled (list value)
359#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000360
Jon Grimm270bd7f2014-08-05 18:11:29 +0000361# Does the test environment support changing the admin password?
362# (boolean value)
363#change_password = false
364
365# Does the test environment support obtaining instance serial console
366# output? (boolean value)
367#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400368
Matthew Treinishc603d162015-01-05 20:03:40 -0500369# Does the test environment support resizing? (boolean value)
370#resize = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000371
Matthew Treinishc603d162015-01-05 20:03:40 -0500372# Does the test environment support pausing? (boolean value)
373#pause = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900374
Matthew Treinishc603d162015-01-05 20:03:40 -0500375# Does the test environment support shelving/unshelving? (boolean
376# value)
377#shelve = true
378
379# Does the test environment support suspend/resume? (boolean value)
380#suspend = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400381
Jon Grimm270bd7f2014-08-05 18:11:29 +0000382# Does the test environment support live migration available? (boolean
383# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800384#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000385
Matthew Treinishc603d162015-01-05 20:03:40 -0500386# Does the test environment use block devices for live migration
387# (boolean value)
388#block_migration_for_live_migration = false
389
390# Does the test environment block migration support cinder iSCSI
391# volumes (boolean value)
392#block_migrate_cinder_iscsi = false
393
394# Enable VNC console. This configuration value should be same as
395# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
396#vnc_console = false
397
398# Enable Spice console. This configuration value should be same as
399# [nova.spice]->enabled in nova.conf (boolean value)
400#spice_console = false
Jon Grimm270bd7f2014-08-05 18:11:29 +0000401
402# Enable RDP console. This configuration value should be same as
403# [nova.rdp]->enabled in nova.conf (boolean value)
404#rdp_console = false
405
406# Does the test environment support instance rescue mode? (boolean
407# value)
408#rescue = true
409
Matthew Treinishc603d162015-01-05 20:03:40 -0500410# Enables returning of the instance password by the relevant server
411# API calls such as create, rebuild or rescue. (boolean value)
412#enable_instance_password = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000413
Matthew Treinishc603d162015-01-05 20:03:40 -0500414# Does the test environment support dynamic network interface
415# attachment? (boolean value)
416#interface_attach = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000417
418# Does the test environment support creating snapshot images of
419# running instances? (boolean value)
420#snapshot = true
421
Matthew Treinishdfd7ac02015-02-09 17:47:31 -0500422# Does the test environment have the ec2 api running? (boolean value)
423#ec2_api = true
424
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100425
Julie Pichond1017642013-07-24 16:37:23 +0100426[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100427
Matthew Treinish3d468112013-10-24 21:49:14 +0000428#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000429# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000430#
Julie Pichond1017642013-07-24 16:37:23 +0100431
Matthew Treinish3d468112013-10-24 21:49:14 +0000432# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000433#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900434
Matthew Treinish3d468112013-10-24 21:49:14 +0000435# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000436#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900437
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900438
Sean Daguefc691e32014-01-03 08:51:54 -0500439[data_processing]
440
441#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000442# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500443#
444
445# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000446#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500447
Jon Grimm270bd7f2014-08-05 18:11:29 +0000448# The endpoint type to use for the data processing service. (string
449# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400450# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000451#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000452
Sean Daguefc691e32014-01-03 08:51:54 -0500453
Luigi Toscano14d172d2015-01-23 16:37:47 +0100454[data_processing-feature-enabled]
455
456#
457# From tempest.config
458#
459
460# List of enabled data processing plugins (list value)
461#plugins = vanilla,hdp
462
463
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800464[database]
465
466#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000467# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800468#
469
470# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000471#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800472
Jon Grimm270bd7f2014-08-05 18:11:29 +0000473# Valid primary flavor to use in database tests. (string value)
474#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400475
Matthew Treinishc603d162015-01-05 20:03:40 -0500476# Current database version to use in database tests. (string value)
477#db_current_version = v1.0
478
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800479
Sean Daguefc691e32014-01-03 08:51:54 -0500480[debug]
481
482#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000483# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500484#
485
Jon Grimm270bd7f2014-08-05 18:11:29 +0000486# A regex to determine which requests should be traced. This is a
487# regex to match the caller for rest client requests to be able to
488# selectively trace calls out of specific classes and methods. It
489# largely exists for test development, and is not expected to be used
490# in a real deploy of tempest. This will be matched against the
491# discovered ClassName:method in the test environment. Expected
492# values for this field are: * ClassName:test_method_name - traces
493# one test_method * ClassName:setUp(Class) - traces specific setup
494# functions * ClassName:tearDown(Class) - traces specific teardown
495# functions * ClassName:_run_cleanups - traces the cleanup functions
496# If nothing is specified, this feature is not enabled. To trace
497# everything specify .* as the regex. (string value)
498#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400499
Sean Daguefc691e32014-01-03 08:51:54 -0500500
501[identity]
502
503#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000504# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500505#
506
Jon Grimm270bd7f2014-08-05 18:11:29 +0000507# Catalog type of the Identity service. (string value)
508#catalog_type = identity
509
510# Set to True if using self-signed SSL certificates. (boolean value)
511#disable_ssl_certificate_validation = false
512
Matthew Treinishc603d162015-01-05 20:03:40 -0500513# Specify a CA bundle file to use in verifying a TLS (https) server
514# certificate. (string value)
515#ca_certificates_file = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +0000516
517# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
518#uri = <None>
519
520# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
521#uri_v3 = <None>
522
Matthew Treinishc603d162015-01-05 20:03:40 -0500523# Identity API version to be used for authentication for API tests.
524# (string value)
525#auth_version = v2
526
527# The identity region name to use. Also used as the other services'
528# region name unless they are set explicitly. If no such region is
529# found in the service catalog, the first found one is used. (string
530# value)
531#region = RegionOne
532
533# The endpoint type to use for the identity service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400534# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500535#endpoint_type = publicURL
536
Jon Grimm270bd7f2014-08-05 18:11:29 +0000537# Username to use for Nova API requests. (string value)
538#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100539
Matthew Treinishc603d162015-01-05 20:03:40 -0500540# Tenant name to use for Nova API requests. (string value)
541#tenant_name = <None>
542
543# Role required to administrate keystone. (string value)
544#admin_role = admin
545
546# API key to use when authenticating. (string value)
547#password = <None>
548
549# Domain name for authentication (Keystone V3).The same domain applies
550# to user and project (string value)
551#domain_name = <None>
552
553# Username of alternate user to use for Nova API requests. (string
554# value)
555#alt_username = <None>
556
557# Alternate user's Tenant name to use for Nova API requests. (string
558# value)
559#alt_tenant_name = <None>
560
561# API key to use when authenticating as alternate user. (string value)
562#alt_password = <None>
563
564# Alternate domain name for authentication (Keystone V3).The same
565# domain applies to user and project (string value)
566#alt_domain_name = <None>
567
568# Administrative Username to use for Keystone API requests. (string
569# value)
570#admin_username = <None>
571
572# Administrative Tenant name to use for Keystone API requests. (string
573# value)
574#admin_tenant_name = <None>
575
576# API key to use when authenticating as admin. (string value)
577#admin_password = <None>
578
579# Admin domain name for authentication (Keystone V3).The same domain
580# applies to user and project (string value)
581#admin_domain_name = <None>
582
Sean Daguefc691e32014-01-03 08:51:54 -0500583
Matthew Treinishd5021a72014-01-09 18:42:51 +0000584[identity-feature-enabled]
585
586#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000587# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000588#
589
Matthew Treinishc603d162015-01-05 20:03:40 -0500590# Does the identity service have delegation and impersonation enabled
591# (boolean value)
592#trust = true
593
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000594# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000595#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000596
597# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000598#api_v3 = true
599
Matthew Treinishd5021a72014-01-09 18:42:51 +0000600
Sean Daguefc691e32014-01-03 08:51:54 -0500601[image]
602
603#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000604# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500605#
606
607# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000608#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500609
Matthew Treinishc603d162015-01-05 20:03:40 -0500610# The image region name to use. If empty, the value of identity.region
611# is used instead. If no such region is found in the service catalog,
612# the first found one is used. (string value)
613#region =
614
Jon Grimm270bd7f2014-08-05 18:11:29 +0000615# The endpoint type to use for the image service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400616# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000617#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000618
Sean Daguefc691e32014-01-03 08:51:54 -0500619# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000620#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
621
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200622# Timeout in seconds to wait for an image to become available.
623# (integer value)
624#build_timeout = 300
625
626# Time in seconds between image operation status checks. (integer
627# value)
628#build_interval = 1
629
Sean Daguefc691e32014-01-03 08:51:54 -0500630
631[image-feature-enabled]
632
633#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000634# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500635#
636
Jon Grimm270bd7f2014-08-05 18:11:29 +0000637# Is the v2 image API enabled (boolean value)
638#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500639
Matthew Treinishc603d162015-01-05 20:03:40 -0500640# Is the v1 image API enabled (boolean value)
641#api_v1 = true
642
Sean Daguefc691e32014-01-03 08:51:54 -0500643
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000644[input-scenario]
645
646#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000647# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000648#
649
Jon Grimm270bd7f2014-08-05 18:11:29 +0000650# Matching images become parameters for scenario tests (string value)
651#image_regex = ^cirros-0.3.1-x86_64-uec$
652
Matthew Treinishc603d162015-01-05 20:03:40 -0500653# Matching flavors become parameters for scenario tests (string value)
654#flavor_regex = ^m1.nano$
655
Jon Grimm270bd7f2014-08-05 18:11:29 +0000656# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000657# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000658#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000659
Jon Grimm270bd7f2014-08-05 18:11:29 +0000660# List of user mapped to regex to matching image names. (string value)
661#ssh_user_regex = [["^.*[Cc]irros.*$", "root"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000662
663
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300664[messaging]
665
666#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000667# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300668#
669
670# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000671#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300672
Matthew Treinishc603d162015-01-05 20:03:40 -0500673# The maximum number of queue records per page when listing queues
674# (integer value)
675#max_queues_per_page = 20
Jon Grimm270bd7f2014-08-05 18:11:29 +0000676
Matthew Treinishc603d162015-01-05 20:03:40 -0500677# The maximum metadata size for a queue (integer value)
678#max_queue_metadata = 65536
Jon Grimm270bd7f2014-08-05 18:11:29 +0000679
680# The maximum number of queue message per page when listing (or)
681# posting messages (integer value)
682#max_messages_per_page = 20
683
Matthew Treinishc603d162015-01-05 20:03:40 -0500684# The maximum size of a message body (integer value)
685#max_message_size = 262144
Jon Grimm270bd7f2014-08-05 18:11:29 +0000686
Matthew Treinishc603d162015-01-05 20:03:40 -0500687# The maximum number of messages per claim (integer value)
688#max_messages_per_claim = 20
689
690# The maximum ttl for a message (integer value)
691#max_message_ttl = 1209600
692
693# The maximum ttl for a claim (integer value)
694#max_claim_ttl = 43200
695
696# The maximum grace period for a claim (integer value)
697#max_claim_grace = 43200
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300698
699
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100700[negative]
701
702#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000703# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100704#
705
706# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000707#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100708
709
Sean Daguefc691e32014-01-03 08:51:54 -0500710[network]
711
712#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000713# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500714#
715
716# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000717#catalog_type = network
718
Sean Daguefc691e32014-01-03 08:51:54 -0500719# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000720# identity.region is used instead. If no such region is found in the
721# service catalog, the first found one is used. (string value)
722#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500723
Matthew Treinishc603d162015-01-05 20:03:40 -0500724# The endpoint type to use for the network service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400725# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500726#endpoint_type = publicURL
727
Jon Grimm270bd7f2014-08-05 18:11:29 +0000728# The cidr block to allocate tenant ipv4 subnets from (string value)
729#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500730
Henry Gessauffda37a2014-01-16 11:17:55 -0500731# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000732#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500733
Jon Grimm270bd7f2014-08-05 18:11:29 +0000734# The cidr block to allocate tenant ipv6 subnets from (string value)
735#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500736
737# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000738#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500739
Jon Grimm270bd7f2014-08-05 18:11:29 +0000740# Whether tenant network connectivity should be evaluated directly
741# (boolean value)
742#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200743
Matthew Treinishc603d162015-01-05 20:03:40 -0500744# Id of the public network that provides external connectivity (string
745# value)
746#public_network_id =
747
748# Id of the public router that provides external connectivity. This
749# should only be used when Neutron's 'allow_overlapping_ips' is set to
750# 'False' in neutron.conf. usually not needed past 'Grizzly' release
751# (string value)
752#public_router_id =
753
754# Timeout in seconds to wait for network operation to complete.
755# (integer value)
756#build_timeout = 300
757
758# Time in seconds between network operation status checks. (integer
759# value)
760#build_interval = 1
761
762# List of dns servers which should be used for subnet creation (list
763# value)
764#dns_servers = 8.8.8.8,8.8.4.4
765
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200766# vnic_type to use when Launching instances with pre-configured ports.
767# Supported ports are: ['normal','direct','macvtap'] (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400768# Allowed values: <None>, normal, direct, macvtap
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200769#port_vnic_type = <None>
770
Sean Daguefc691e32014-01-03 08:51:54 -0500771
772[network-feature-enabled]
773
774#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000775# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500776#
777
Matthew Treinishc603d162015-01-05 20:03:40 -0500778# Allow the execution of IPv6 tests (boolean value)
779#ipv6 = true
780
Jon Grimm270bd7f2014-08-05 18:11:29 +0000781# A list of enabled network extensions with a special entry all which
782# indicates every extension is enabled. Empty list indicates all
783# extensions are disabled (list value)
784#api_extensions = all
785
Jon Grimm270bd7f2014-08-05 18:11:29 +0000786# Allow the execution of IPv6 subnet tests that use the extended IPv6
787# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
788#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400789
Sean Daguefc691e32014-01-03 08:51:54 -0500790
791[object-storage]
792
793#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000794# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500795#
796
797# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000798#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500799
Matthew Treinishc603d162015-01-05 20:03:40 -0500800# The object-storage region name to use. If empty, the value of
801# identity.region is used instead. If no such region is found in the
802# service catalog, the first found one is used. (string value)
803#region =
JordanP5d29b2c2013-12-18 13:56:03 +0000804
Jon Grimm270bd7f2014-08-05 18:11:29 +0000805# The endpoint type to use for the object-store service. (string
806# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400807# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000808#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500809
Matthew Treinishc603d162015-01-05 20:03:40 -0500810# Number of seconds to time on waiting for a container to container
811# synchronization complete. (integer value)
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900812#container_sync_timeout = 600
Matthew Treinishc603d162015-01-05 20:03:40 -0500813
814# Number of seconds to wait while looping to check the status of a
815# container to container synchronization (integer value)
816#container_sync_interval = 5
817
Jon Grimm270bd7f2014-08-05 18:11:29 +0000818# Role to add to users created for swift tests to enable creating
819# containers (string value)
820#operator_role = Member
Sean Daguefc691e32014-01-03 08:51:54 -0500821
Matthew Treinish998c91d2014-03-01 12:39:49 -0500822# User role that has reseller admin (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000823#reseller_admin_role = ResellerAdmin
Matthew Treinish998c91d2014-03-01 12:39:49 -0500824
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900825# Name of sync realm. A sync realm is a set of clusters that have
826# agreed to allow container syncing with each other. Set the same
827# realm name as Swift's container-sync-realms.conf (string value)
828#realm_name = realm1
829
830# One name of cluster which is set in the realm whose name is set in
831# 'realm_name' item in this file. Set the same cluster name as Swift's
832# container-sync-realms.conf (string value)
833#cluster_name = name1
834
Sean Daguefc691e32014-01-03 08:51:54 -0500835
836[object-storage-feature-enabled]
837
838#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000839# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500840#
841
Jon Grimm270bd7f2014-08-05 18:11:29 +0000842# A list of the enabled optional discoverable apis. A single entry,
843# all, indicates that all of these features are expected to be enabled
844# (list value)
845#discoverable_apis = all
846
Matthew Treinishc603d162015-01-05 20:03:40 -0500847# Execute (old style) container-sync tests (boolean value)
848#container_sync = true
849
Jon Grimm270bd7f2014-08-05 18:11:29 +0000850# Execute object-versioning tests (boolean value)
851#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900852
Matthew Treinishc603d162015-01-05 20:03:40 -0500853# Execute discoverability tests (boolean value)
854#discoverability = true
855
Sean Daguefc691e32014-01-03 08:51:54 -0500856
Matthew Treinish3d468112013-10-24 21:49:14 +0000857[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900858
Matthew Treinish3d468112013-10-24 21:49:14 +0000859#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000860# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000861#
Attila Fazekas86950732013-06-08 09:33:08 +0200862
Matthew Treinishc603d162015-01-05 20:03:40 -0500863# Catalog type of the Orchestration service. (string value)
864#catalog_type = orchestration
865
866# The orchestration region name to use. If empty, the value of
867# identity.region is used instead. If no such region is found in the
868# service catalog, the first found one is used. (string value)
869#region =
870
871# The endpoint type to use for the orchestration service. (string
872# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400873# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500874#endpoint_type = publicURL
875
Jon Grimm270bd7f2014-08-05 18:11:29 +0000876# Time in seconds between build status checks. (integer value)
877#build_interval = 1
878
879# Timeout in seconds to wait for a stack to build. (integer value)
880#build_timeout = 1200
881
Matthew Treinishc603d162015-01-05 20:03:40 -0500882# Instance type for tests. Needs to be big enough for a full OS plus
883# the test workload (string value)
884#instance_type = m1.micro
Jon Grimm270bd7f2014-08-05 18:11:29 +0000885
Jon Grimm270bd7f2014-08-05 18:11:29 +0000886# Name of existing keypair to launch servers with. (string value)
887#keypair_name = <None>
888
889# Value must match heat configuration of the same name. (integer
890# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500891#max_template_size = 524288
Jon Grimm270bd7f2014-08-05 18:11:29 +0000892
893# Value must match heat configuration of the same name. (integer
894# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500895#max_resources_per_stack = 1000
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000896
Matthew Treinish3d468112013-10-24 21:49:14 +0000897
Doug Hellmann583ce2c2015-03-11 14:55:46 +0000898[oslo_concurrency]
899
900#
901# From oslo.concurrency
902#
903
904# Enables or disables inter-process locks. (boolean value)
905# Deprecated group/name - [DEFAULT]/disable_process_locking
906#disable_process_locking = false
907
908# Directory to use for lock files. For security, the specified
909# directory should only be writable by the user running the processes
910# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
911# If external locks are used, a lock path must be set. (string value)
912# Deprecated group/name - [DEFAULT]/lock_path
913#lock_path = <None>
914
915
Sean Daguefc691e32014-01-03 08:51:54 -0500916[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000917
918#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000919# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000920#
921
Matthew Treinishc603d162015-01-05 20:03:40 -0500922# Directory containing image files (string value)
923#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
924
925# Image file name (string value)
926# Deprecated group/name - [DEFAULT]/qcow2_img_file
927#img_file = cirros-0.3.1-x86_64-disk.img
928
929# Image disk format (string value)
930#img_disk_format = qcow2
931
932# Image container format (string value)
933#img_container_format = bare
Jon Grimm270bd7f2014-08-05 18:11:29 +0000934
935# AMI image file name (string value)
936#ami_img_file = cirros-0.3.1-x86_64-blank.img
937
938# ARI image file name (string value)
939#ari_img_file = cirros-0.3.1-x86_64-initrd
940
Matthew Treinishc603d162015-01-05 20:03:40 -0500941# AKI image file name (string value)
942#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
Jon Grimm270bd7f2014-08-05 18:11:29 +0000943
Matthew Treinishc603d162015-01-05 20:03:40 -0500944# ssh username for the image file (string value)
945#ssh_user = cirros
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300946
Jon Grimm270bd7f2014-08-05 18:11:29 +0000947# specifies how many resources to request at once. Used for large
948# operations testing. (integer value)
949#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500950
Yair Fried413bf2d2014-11-19 17:07:11 +0200951# DHCP client used by images to renew DCHP lease. If left empty,
952# update operation will be skipped. Supported clients: "udhcpc",
953# "dhclient" (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400954# Allowed values: udhcpc, dhclient
Yair Fried413bf2d2014-11-19 17:07:11 +0200955#dhcp_client = udhcpc
956
Matthew Treinish3d468112013-10-24 21:49:14 +0000957
958[service_available]
959
960#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000961# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000962#
963
Jon Grimm270bd7f2014-08-05 18:11:29 +0000964# Whether or not cinder is expected to be available (boolean value)
965#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000966
Jon Grimm270bd7f2014-08-05 18:11:29 +0000967# Whether or not neutron is expected to be available (boolean value)
968#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000969
Matthew Treinishc603d162015-01-05 20:03:40 -0500970# Whether or not glance is expected to be available (boolean value)
971#glance = true
972
973# Whether or not swift is expected to be available (boolean value)
974#swift = true
975
Jon Grimm270bd7f2014-08-05 18:11:29 +0000976# Whether or not nova is expected to be available (boolean value)
977#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000978
Matthew Treinishc603d162015-01-05 20:03:40 -0500979# Whether or not Heat is expected to be available (boolean value)
980#heat = false
981
982# Whether or not Ceilometer is expected to be available (boolean
983# value)
984#ceilometer = true
985
986# Whether or not Horizon is expected to be available (boolean value)
987#horizon = true
988
Jon Grimm270bd7f2014-08-05 18:11:29 +0000989# Whether or not Sahara is expected to be available (boolean value)
990#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000991
Matthew Treinishc603d162015-01-05 20:03:40 -0500992# Whether or not Ironic is expected to be available (boolean value)
993#ironic = false
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300994
Jon Grimm270bd7f2014-08-05 18:11:29 +0000995# Whether or not Trove is expected to be available (boolean value)
996#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800997
Jon Grimm270bd7f2014-08-05 18:11:29 +0000998# Whether or not Zaqar is expected to be available (boolean value)
999#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001000
Matthew Treinish3d468112013-10-24 21:49:14 +00001001
Sean Daguefc691e32014-01-03 08:51:54 -05001002[stress]
1003
1004#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001005# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001006#
1007
Matthew Treinishc603d162015-01-05 20:03:40 -05001008# Directory containing log files on the compute nodes (string value)
1009#nova_logdir = <None>
1010
1011# Maximum number of instances to create during test. (integer value)
1012#max_instances = 16
1013
Jon Grimm270bd7f2014-08-05 18:11:29 +00001014# Controller host. (string value)
1015#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001016
Matthew Treinishc603d162015-01-05 20:03:40 -05001017# Controller host. (string value)
1018#target_controller = <None>
1019
1020# ssh user. (string value)
1021#target_ssh_user = <None>
1022
1023# Path to private key. (string value)
1024#target_private_key_path = <None>
1025
1026# regexp for list of log files. (string value)
1027#target_logfiles = <None>
1028
1029# time (in seconds) between log file error checks. (integer value)
1030#log_check_interval = 60
1031
Jon Grimm270bd7f2014-08-05 18:11:29 +00001032# The number of threads created while stress test. (integer value)
1033#default_thread_number_per_action = 4
1034
Jon Grimm270bd7f2014-08-05 18:11:29 +00001035# Prevent the cleaning (tearDownClass()) between each stress test run
1036# if an exception occurs during this run. (boolean value)
1037#leave_dirty_stack = false
1038
Matthew Treinishc603d162015-01-05 20:03:40 -05001039# Allows a full cleaning process after a stress test. Caution : this
1040# cleanup will remove every objects of every tenant. (boolean value)
1041#full_clean_stack = false
Julien Leloupa5ee5422014-02-13 14:29:02 +01001042
Sean Daguefc691e32014-01-03 08:51:54 -05001043
1044[telemetry]
1045
1046#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001047# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001048#
1049
1050# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001051#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001052
Jon Grimm270bd7f2014-08-05 18:11:29 +00001053# The endpoint type to use for the telemetry service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001054# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +00001055#endpoint_type = publicURL
1056
1057# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001058# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001059#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001060
Sean Daguefc691e32014-01-03 08:51:54 -05001061
1062[volume]
1063
1064#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001065# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001066#
1067
Jon Grimm270bd7f2014-08-05 18:11:29 +00001068# Time in seconds between volume availability checks. (integer value)
1069#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001070
Eric Harney9b1f89c2014-10-14 14:40:19 -04001071# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001072# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001073#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001074
1075# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001076#catalog_type = volume
1077
Sean Daguefc691e32014-01-03 08:51:54 -05001078# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001079# identity.region is used instead. If no such region is found in the
1080# service catalog, the first found one is used. (string value)
1081#region =
1082
Matthew Treinishc603d162015-01-05 20:03:40 -05001083# The endpoint type to use for the volume service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001084# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -05001085#endpoint_type = publicURL
1086
1087# Name of the backend1 (must be declared in cinder.conf) (string
1088# value)
1089#backend1_name = BACKEND_1
1090
1091# Name of the backend2 (must be declared in cinder.conf) (string
1092# value)
1093#backend2_name = BACKEND_2
1094
Jon Grimm270bd7f2014-08-05 18:11:29 +00001095# Backend protocol to target when creating volume types (string value)
1096#storage_protocol = iSCSI
1097
1098# Backend vendor to target when creating volume types (string value)
1099#vendor_name = Open Source
1100
Matthew Treinishc603d162015-01-05 20:03:40 -05001101# Disk format to use when copying a volume to image (string value)
1102#disk_format = raw
1103
Jon Grimm270bd7f2014-08-05 18:11:29 +00001104# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001105# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001106#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001107
Sean Daguefc691e32014-01-03 08:51:54 -05001108
1109[volume-feature-enabled]
1110
1111#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001112# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001113#
1114
Matthew Treinishc603d162015-01-05 20:03:40 -05001115# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1116#multi_backend = false
1117
1118# Runs Cinder volumes backup test (boolean value)
1119#backup = true
1120
1121# Runs Cinder volume snapshot test (boolean value)
1122#snapshot = true
1123
Jon Grimm270bd7f2014-08-05 18:11:29 +00001124# A list of enabled volume extensions with a special entry all which
1125# indicates every extension is enabled. Empty list indicates all
1126# extensions are disabled (list value)
1127#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001128
Sean Daguefc691e32014-01-03 08:51:54 -05001129# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001130#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001131
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001132# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001133#api_v2 = true