blob: f1712ac6a465a1ef7aba6bfb4519cd84532a259e [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#
4# Options defined in tempest.openstack.common.lockutils
5#
Attila Fazekasbfd96e12013-07-31 17:19:10 +02006
Matthew Treinish3d468112013-10-24 21:49:14 +00007# Whether to disable inter-process locks (boolean value)
8#disable_process_locking=false
Attila Fazekasbfd96e12013-07-31 17:19:10 +02009
Matthew Treinish3d468112013-10-24 21:49:14 +000010# Directory to use for lock files. (string value)
11#lock_path=<None>
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -040012
Matthew Treinish3d468112013-10-24 21:49:14 +000013
14#
15# Options defined in tempest.openstack.common.log
16#
17
18# Print debugging output (set logging level to DEBUG instead
19# of default WARNING level). (boolean value)
20#debug=false
21
22# Print more verbose output (set logging level to INFO instead
23# of default WARNING level). (boolean value)
24#verbose=false
25
26# Log output to standard error (boolean value)
27#use_stderr=true
28
29# format string to use for log messages with context (string
30# value)
Sean Daguefc691e32014-01-03 08:51:54 -050031#logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
Matthew Treinish3d468112013-10-24 21:49:14 +000032
33# format string to use for log messages without context
34# (string value)
35#logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
36
37# data to append to log format when level is DEBUG (string
38# value)
39#logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
40
41# prefix each line of exception output with this format
42# (string value)
43#logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
44
45# list of logger=LEVEL pairs (list value)
Sean Daguefc691e32014-01-03 08:51:54 -050046#default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN
Matthew Treinish3d468112013-10-24 21:49:14 +000047
48# publish error events (boolean value)
49#publish_errors=false
50
51# make deprecations fatal (boolean value)
52#fatal_deprecations=false
53
54# If an instance is passed with the log message, format it
55# like this (string value)
56#instance_format="[instance: %(uuid)s] "
57
58# If an instance UUID is passed with the log message, format
59# it like this (string value)
60#instance_uuid_format="[instance: %(uuid)s] "
61
Sean Daguefc691e32014-01-03 08:51:54 -050062# The name of logging configuration file. It does not disable
63# existing loggers, but just appends specified logging
64# configuration to any other existing logging options. Please
65# see the Python logging module documentation for details on
66# logging configuration files. (string value)
67# Deprecated group/name - [DEFAULT]/log_config
68#log_config_append=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +000069
70# DEPRECATED. A logging.Formatter log message format string
71# which may use any of the available logging.LogRecord
72# attributes. This option is deprecated. Please use
73# logging_context_format_string and
74# logging_default_format_string instead. (string value)
75#log_format=<None>
76
77# Format string for %%(asctime)s in log records. Default:
78# %(default)s (string value)
79#log_date_format=%Y-%m-%d %H:%M:%S
80
81# (Optional) Name of log file to output to. If no default is
82# set, logging will go to stdout. (string value)
83# Deprecated group/name - [DEFAULT]/logfile
84#log_file=<None>
85
86# (Optional) The base directory used for relative --log-file
87# paths (string value)
88# Deprecated group/name - [DEFAULT]/logdir
89#log_dir=<None>
90
91# Use syslog for logging. (boolean value)
92#use_syslog=false
93
94# syslog facility to receive log lines (string value)
95#syslog_log_facility=LOG_USER
96
Marc Kodererb714de52013-08-08 09:21:46 +020097
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +030098[baremetal]
99
100#
101# Options defined in tempest.config
102#
103
Adam Gandelman4a48a602014-03-20 18:23:18 -0700104# Catalog type of the baremetal provisioning service (string
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300105# value)
106#catalog_type=baremetal
107
Adam Gandelman4a48a602014-03-20 18:23:18 -0700108# Whether the Ironic nova-compute driver is enabled (boolean
109# value)
110#driver_enabled=false
111
JordanPfc62c902014-02-26 14:47:28 +0000112# The endpoint type to use for the baremetal provisioning
Adam Gandelman4a48a602014-03-20 18:23:18 -0700113# service (string value)
JordanPfc62c902014-02-26 14:47:28 +0000114#endpoint_type=publicURL
115
Adam Gandelman4a48a602014-03-20 18:23:18 -0700116# Timeout for Ironic node to completely provision (integer
117# value)
118#active_timeout=300
119
120# Timeout for association of Nova instance and Ironic node
121# (integer value)
122#association_timeout=10
123
124# Timeout for Ironic power transitions. (integer value)
125#power_timeout=20
126
127# Timeout for unprovisioning an Ironic node. (integer value)
128#unprovision_timeout=20
129
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300130
Sean Daguefc691e32014-01-03 08:51:54 -0500131[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400132
133#
134# Options defined in tempest.config
135#
136
Sean Daguefc691e32014-01-03 08:51:54 -0500137# EC2 URL (string value)
138#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400139
Sean Daguefc691e32014-01-03 08:51:54 -0500140# S3 URL (string value)
141#s3_url=http://localhost:8080
142
143# AWS Secret Key (string value)
144#aws_secret=<None>
145
146# AWS Access Key (string value)
147#aws_access=<None>
148
Attila Fazekas27dd92e2014-02-21 14:49:40 +0100149# AWS Zone for EC2 tests (string value)
150#aws_zone=nova
151
Sean Daguefc691e32014-01-03 08:51:54 -0500152# S3 Materials Path (string value)
153#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
154
155# ARI Ramdisk Image manifest (string value)
156#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
157
158# AMI Machine Image manifest (string value)
159#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
160
161# AKI Kernel Image manifest (string value)
162#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
163
164# Instance type (string value)
165#instance_type=m1.tiny
166
167# boto Http socket timeout (integer value)
168#http_socket_timeout=3
169
170# boto num_retries on error (integer value)
171#num_retries=1
172
173# Status Change Timeout (integer value)
174#build_timeout=60
175
176# Status Change Test Interval (integer value)
177#build_interval=1
178
179
180[cli]
181
182#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000183# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500184#
185
186# enable cli tests (boolean value)
187#enabled=true
188
189# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400190# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500191#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400192
Sean Dague44b24682014-02-20 19:08:24 -0500193# Whether the tempest run location has access to the *-manage
194# commands. In a pure blackbox environment it will not.
195# (boolean value)
196#has_manage=true
197
Sean Daguefc691e32014-01-03 08:51:54 -0500198# Number of seconds to wait on a CLI timeout (integer value)
199#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900200
Sean Dague83401992013-05-06 17:46:36 -0400201
Matthew Treinish3d468112013-10-24 21:49:14 +0000202[compute]
203
204#
205# Options defined in tempest.config
206#
207
208# Allows test cases to create/destroy tenants and users. This
209# option enables isolated test cases and better parallel
210# execution, but also requires that OpenStack Identity API
211# admin credentials are known. (boolean value)
212#allow_tenant_isolation=false
213
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400214# Valid primary image reference to be used in tests. This is a
215# required option (string value)
216#image_ref=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000217
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400218# Valid secondary image reference to be used in tests. This is
219# a required option, but if only one image is available
220# duplicate the value of image_ref above (string value)
221#image_ref_alt=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000222
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900223# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000224#flavor_ref=1
225
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900226# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000227#flavor_ref_alt=2
228
229# User name used to authenticate to an instance. (string
230# value)
231#image_ssh_user=root
232
233# Password used to authenticate to an instance. (string value)
234#image_ssh_password=password
235
236# User name used to authenticate to an instance using the
237# alternate image. (string value)
238#image_alt_ssh_user=root
239
240# Password used to authenticate to an instance using the
241# alternate image. (string value)
242#image_alt_ssh_password=password
243
244# Time in seconds between build status checks. (integer value)
Sean Dague82190852014-05-24 07:42:59 -0400245#build_interval=1
Matthew Treinish3d468112013-10-24 21:49:14 +0000246
247# Timeout in seconds to wait for an instance to build.
248# (integer value)
249#build_timeout=300
250
Derek Higgins85cd5142013-12-17 17:10:11 +0000251# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000252#run_ssh=false
253
Attila Fazekas423834d2014-03-14 17:33:13 +0100254# Auth method used for authenticate to the instance. Valid
255# choices are: keypair, configured, adminpass. keypair: start
256# the servers with an ssh keypair. configured: use the
257# configured user and password. adminpass: use the injected
258# adminPass. disabled: avoid using ssh when it is an option.
259# (string value)
260#ssh_auth_method=keypair
261
262# How to connect to the instance? fixed: using the first ip
263# belongs the fixed network floating: creating and using a
264# floating ip (string value)
265#ssh_connect_method=fixed
266
Matthew Treinish3d468112013-10-24 21:49:14 +0000267# User name used to authenticate to an instance. (string
268# value)
269#ssh_user=root
270
271# Timeout in seconds to wait for ping to succeed. (integer
272# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000273#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000274
275# Timeout in seconds to wait for authentication to succeed.
276# (integer value)
277#ssh_timeout=300
278
279# Additional wait time for clean state, when there is no OS-
280# EXT-STS extension available (integer value)
281#ready_wait=0
282
283# Timeout in seconds to wait for output from ssh channel.
284# (integer value)
285#ssh_channel_timeout=60
286
287# Visible fixed network name (string value)
288#fixed_network_name=private
289
290# Network used for SSH connections. (string value)
291#network_for_ssh=public
292
293# IP version used for SSH connections. (integer value)
294#ip_version_for_ssh=4
295
Tushar Kalra95a482d2014-03-25 14:24:43 -0700296# Does SSH use Floating IPs? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000297#use_floatingip_for_ssh=true
298
299# Catalog type of the Compute service. (string value)
300#catalog_type=compute
301
302# The compute region name to use. If empty, the value of
303# identity.region is used instead. If no such region is found
304# in the service catalog, the first found one is used. (string
305# value)
306#region=
307
JordanP5d29b2c2013-12-18 13:56:03 +0000308# The endpoint type to use for the compute service. (string
309# value)
310#endpoint_type=publicURL
311
Matthew Treinish3d468112013-10-24 21:49:14 +0000312# Catalog type of the Compute v3 service. (string value)
313#catalog_v3_type=computev3
314
315# Path to a private key file for SSH access to remote hosts
316# (string value)
317#path_to_private_key=<None>
318
319# Expected device name when a volume is attached to an
320# instance (string value)
321#volume_device_name=vdb
322
323# Time in seconds before a shelved instance is eligible for
324# removing from a host. -1 never offload, 0 offload when
325# shelved. This time should be the same as the time of
326# nova.conf, and some tests will run for as long as the time.
327# (integer value)
328#shelved_offload_time=0
329
Ghanshyam06a5b4a2014-04-11 17:32:45 +0900330# Unallocated floating IP range, which will be used to test
331# the floating IP bulk feature for CRUD operation. (string
332# value)
333#floating_ip_range=10.0.0.0/29
334
Sean Daguefc691e32014-01-03 08:51:54 -0500335# Allows test cases to create/destroy tenants and users. This
336# option enables isolated test cases and better parallel
337# execution, but also requires that OpenStack Identity API
338# admin credentials are known. (boolean value)
339#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000340
Sean Dague82190852014-05-24 07:42:59 -0400341# Time in seconds between build status checks. (integer value)
342#build_interval=1
343
Sean Daguefc691e32014-01-03 08:51:54 -0500344
345[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700346
Matthew Treinish3d468112013-10-24 21:49:14 +0000347#
348# Options defined in tempest.config
349#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400350
Sean Daguefc691e32014-01-03 08:51:54 -0500351# Administrative Username to use for Nova API requests.
352# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000353#username=<None>
Arata Notsu8f440392013-09-13 16:14:20 +0900354
Sean Daguefc691e32014-01-03 08:51:54 -0500355# Administrative Tenant name to use for Nova API requests.
356# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000357#tenant_name=<None>
Maru Newby81f07a02012-09-05 20:21:19 -0700358
Sean Daguefc691e32014-01-03 08:51:54 -0500359# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000360#password=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000361
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100362# Domain name for authentication as admin (Keystone V3).The
363# same domain applies to user and project (string value)
364#domain_name=<None>
365
Matthew Treinish3d468112013-10-24 21:49:14 +0000366
Sean Daguefc691e32014-01-03 08:51:54 -0500367[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000368
369#
370# Options defined in tempest.config
371#
372
Sean Daguefc691e32014-01-03 08:51:54 -0500373# If false, skip all nova v3 tests. (boolean value)
Matthew Treinish836e56b2014-06-12 13:55:19 -0400374#api_v3=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000375
Sean Daguefc691e32014-01-03 08:51:54 -0500376# If false, skip disk config tests (boolean value)
377#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000378
Zhi Kun Liude25c022014-02-14 13:25:19 +0800379# A list of enabled compute extensions with a special entry
Ken'ichi Ohmichia7e68712014-05-06 10:47:26 +0900380# all which indicates every extension is enabled. Each
381# extension should be specified with alias name (list value)
Zhi Kun Liude25c022014-02-14 13:25:19 +0800382#api_extensions=all
383
Sean Daguefc691e32014-01-03 08:51:54 -0500384# A list of enabled v3 extensions with a special entry all
Ken'ichi Ohmichia7e68712014-05-06 10:47:26 +0900385# which indicates every extension is enabled. Each extension
386# should be specified with alias name (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500387#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000388
Sean Daguefc691e32014-01-03 08:51:54 -0500389# Does the test environment support changing the admin
390# password? (boolean value)
391#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000392
Sean Daguefc691e32014-01-03 08:51:54 -0500393# Does the test environment support resizing? (boolean value)
394#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000395
Eric Windischb5538072014-03-09 23:47:35 -0400396# Does the test environment support pausing? (boolean value)
397#pause=true
398
Eric Windischaeb7e842014-03-10 01:10:50 -0400399# Does the test environment support suspend/resume? (boolean
400# value)
401#suspend=true
402
Sean Daguefc691e32014-01-03 08:51:54 -0500403# Does the test environment support live migration available?
404# (boolean value)
405#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000406
Sean Daguefc691e32014-01-03 08:51:54 -0500407# Does the test environment use block devices for live
408# migration (boolean value)
409#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000410
Sean Daguefc691e32014-01-03 08:51:54 -0500411# Does the test environment block migration support cinder
412# iSCSI volumes (boolean value)
413#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100414
Ghanshyam Mann41c17572014-02-27 18:52:56 +0900415# Enable VNC console. This configuration value should be same
416# as [nova.vnc]->vnc_enabled in nova.conf (boolean value)
417#vnc_console=false
418
Ghanshyam70876d02014-03-11 11:40:18 +0900419# Enable Spice console. This configuration value should be
420# same as [nova.spice]->enabled in nova.conf (boolean value)
421#spice_console=false
422
423# Enable RDP console. This configuration value should be same
424# as [nova.rdp]->enabled in nova.conf (boolean value)
425#rdp_console=false
426
Adam Gandelman2e37b4f2014-06-18 17:34:21 -0700427# Does the test environment support instance rescue mode?
428# (boolean value)
429#rescue=true
430
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100431
Julie Pichond1017642013-07-24 16:37:23 +0100432[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100433
Matthew Treinish3d468112013-10-24 21:49:14 +0000434#
435# Options defined in tempest.config
436#
Julie Pichond1017642013-07-24 16:37:23 +0100437
Matthew Treinish3d468112013-10-24 21:49:14 +0000438# Where the dashboard can be found (string value)
439#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900440
Matthew Treinish3d468112013-10-24 21:49:14 +0000441# Login page for the dashboard (string value)
442#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900443
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900444
Sean Daguefc691e32014-01-03 08:51:54 -0500445[data_processing]
446
447#
448# Options defined in tempest.config
449#
450
451# Catalog type of the data processing service. (string value)
452#catalog_type=data_processing
453
JordanPfc62c902014-02-26 14:47:28 +0000454# The endpoint type to use for the data processing service.
455# (string value)
456#endpoint_type=publicURL
457
Sean Daguefc691e32014-01-03 08:51:54 -0500458
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800459[database]
460
461#
462# Options defined in tempest.config
463#
464
465# Catalog type of the Database service. (string value)
466#catalog_type=database
467
468# Valid primary flavor to use in database tests. (string
469# value)
470#db_flavor_ref=1
471
Peter Stachowski320f9c72014-04-21 16:13:23 -0400472# Current database version to use in database tests. (string
473# value)
474#db_current_version=v1.0
475
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800476
Sean Daguefc691e32014-01-03 08:51:54 -0500477[debug]
478
479#
480# Options defined in tempest.config
481#
482
483# Enable diagnostic commands (boolean value)
484#enable=true
485
Sean Daguec522c092014-03-24 10:43:22 -0400486# A regex to determine which requests should be traced. This
487# is a regex to match the caller for rest client requests to
488# be able to selectively trace calls out of specific classes
489# and methods. It largely exists for test development, and is
490# not expected to be used in a real deploy of tempest. This
491# will be matched against the discovered ClassName:method in
492# the test environment. Expected values for this field are:
493# * ClassName:test_method_name - traces one test_method *
494# ClassName:setUp(Class) - traces specific setup functions *
495# ClassName:tearDown(Class) - traces specific teardown
496# functions * ClassName:_run_cleanups - traces the cleanup
497# functions If nothing is specified, this feature is not
498# enabled. To trace everything specify .* as the regex.
499# (string value)
500#trace_requests=
501
Sean Daguefc691e32014-01-03 08:51:54 -0500502
503[identity]
504
505#
506# Options defined in tempest.config
507#
508
509# Catalog type of the Identity service. (string value)
510#catalog_type=identity
511
512# Set to True if using self-signed SSL certificates. (boolean
513# value)
514#disable_ssl_certificate_validation=false
515
516# Full URI of the OpenStack Identity API (Keystone), v2
517# (string value)
518#uri=<None>
519
520# Full URI of the OpenStack Identity API (Keystone), v3
521# (string value)
522#uri_v3=<None>
523
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000524# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000525# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000526#auth_version=v2
527
Sean Daguefc691e32014-01-03 08:51:54 -0500528# The identity region name to use. Also used as the other
529# services' region name unless they are set explicitly. If no
530# such region is found in the service catalog, the first found
531# one is used. (string value)
532#region=RegionOne
533
JordanP5d29b2c2013-12-18 13:56:03 +0000534# The endpoint type to use for the identity service. (string
535# value)
536#endpoint_type=publicURL
537
Sean Daguefc691e32014-01-03 08:51:54 -0500538# Username to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000539#username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500540
541# Tenant name to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000542#tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500543
544# Role required to administrate keystone. (string value)
545#admin_role=admin
546
547# API key to use when authenticating. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000548#password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500549
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100550# Domain name for authentication (Keystone V3).The same domain
551# applies to user and project (string value)
552#domain_name=<None>
553
Sean Daguefc691e32014-01-03 08:51:54 -0500554# Username of alternate user to use for Nova API requests.
555# (string value)
556#alt_username=<None>
557
558# Alternate user's Tenant name to use for Nova API requests.
559# (string value)
560#alt_tenant_name=<None>
561
562# API key to use when authenticating as alternate user.
563# (string value)
564#alt_password=<None>
565
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100566# Alternate domain name for authentication (Keystone V3).The
567# same domain applies to user and project (string value)
568#alt_domain_name=<None>
569
Dirk Mueller14bd5622014-01-14 19:33:05 +0100570# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500571# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000572#admin_username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500573
574# Administrative Tenant name to use for Keystone API requests.
575# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000576#admin_tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500577
578# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000579#admin_password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500580
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100581# Admin domain name for authentication (Keystone V3).The same
582# domain applies to user and project (string value)
583#admin_domain_name=<None>
584
Sean Daguefc691e32014-01-03 08:51:54 -0500585
Matthew Treinishd5021a72014-01-09 18:42:51 +0000586[identity-feature-enabled]
587
588#
589# Options defined in tempest.config
590#
591
592# Does the identity service have delegation and impersonation
593# enabled (boolean value)
594#trust=true
595
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000596# Is the v2 identity API enabled (boolean value)
597#api_v2=true
598
599# Is the v3 identity API enabled (boolean value)
600#api_v3=true
601
Matthew Treinishd5021a72014-01-09 18:42:51 +0000602
Sean Daguefc691e32014-01-03 08:51:54 -0500603[image]
604
605#
606# Options defined in tempest.config
607#
608
609# Catalog type of the Image service. (string value)
610#catalog_type=image
611
612# The image region name to use. If empty, the value of
613# identity.region is used instead. If no such region is found
614# in the service catalog, the first found one is used. (string
615# value)
616#region=
617
JordanP5d29b2c2013-12-18 13:56:03 +0000618# The endpoint type to use for the image service. (string
619# value)
620#endpoint_type=publicURL
621
Sean Daguefc691e32014-01-03 08:51:54 -0500622# http accessible image (string value)
623#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
624
625
626[image-feature-enabled]
627
628#
629# Options defined in tempest.config
630#
631
632# Is the v2 image API enabled (boolean value)
633#api_v2=true
634
635# Is the v1 image API enabled (boolean value)
636#api_v1=true
637
638
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000639[input-scenario]
640
641#
642# Options defined in tempest.config
643#
644
645# Matching images become parameters for scenario tests (string
646# value)
647#image_regex=^cirros-0.3.1-x86_64-uec$
648
649# Matching flavors become parameters for scenario tests
650# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000651#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000652
653# SSH verification in tests is skippedfor matching images
654# (string value)
655#non_ssh_image_regex=^.*[Ww]in.*$
656
657# List of user mapped to regex to matching image names.
658# (string value)
659#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
660
661
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100662[negative]
663
664#
665# Options defined in tempest.config
666#
667
668# Test generator class for all negative tests (string value)
669#test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator
670
671
Sean Daguefc691e32014-01-03 08:51:54 -0500672[network]
673
674#
675# Options defined in tempest.config
676#
677
678# Catalog type of the Neutron service. (string value)
679#catalog_type=network
680
681# The network region name to use. If empty, the value of
682# identity.region is used instead. If no such region is found
683# in the service catalog, the first found one is used. (string
684# value)
685#region=
686
JordanP5d29b2c2013-12-18 13:56:03 +0000687# The endpoint type to use for the network service. (string
688# value)
689#endpoint_type=publicURL
690
Henry Gessauffda37a2014-01-16 11:17:55 -0500691# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500692# value)
693#tenant_network_cidr=10.100.0.0/16
694
Henry Gessauffda37a2014-01-16 11:17:55 -0500695# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500696#tenant_network_mask_bits=28
697
Henry Gessauffda37a2014-01-16 11:17:55 -0500698# The cidr block to allocate tenant ipv6 subnets from (string
699# value)
700#tenant_network_v6_cidr=2003::/64
701
702# The mask bits for tenant ipv6 subnets (integer value)
703#tenant_network_v6_mask_bits=96
704
Sean Daguefc691e32014-01-03 08:51:54 -0500705# Whether tenant network connectivity should be evaluated
706# directly (boolean value)
707#tenant_networks_reachable=false
708
709# Id of the public network that provides external connectivity
710# (string value)
711#public_network_id=
712
713# Id of the public router that provides external connectivity
714# (string value)
715#public_router_id=
716
izikpensod9a01a62014-02-17 20:02:32 +0200717# Timeout in seconds to wait for network operation to
718# complete. (integer value)
719#build_timeout=300
720
721# Time in seconds between network operation status checks.
722# (integer value)
Sean Dague82190852014-05-24 07:42:59 -0400723#build_interval=1
izikpensod9a01a62014-02-17 20:02:32 +0200724
Attila Fazekas640392b2014-06-12 15:58:10 +0200725# List of dns servers whichs hould be used for subnet creation
726# (list value)
727#dns_servers=8.8.8.8,8.8.4.4
728
Sean Daguefc691e32014-01-03 08:51:54 -0500729
730[network-feature-enabled]
731
732#
733# Options defined in tempest.config
734#
735
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000736# Allow the execution of IPv6 tests (boolean value)
737#ipv6=true
738
Zhi Kun Liude25c022014-02-14 13:25:19 +0800739# A list of enabled network extensions with a special entry
740# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500741#api_extensions=all
742
743
744[object-storage]
745
746#
747# Options defined in tempest.config
748#
749
750# Catalog type of the Object-Storage service. (string value)
751#catalog_type=object-store
752
753# The object-storage region name to use. If empty, the value
754# of identity.region is used instead. If no such region is
755# found in the service catalog, the first found one is used.
756# (string value)
757#region=
758
JordanP5d29b2c2013-12-18 13:56:03 +0000759# The endpoint type to use for the object-store service.
760# (string value)
761#endpoint_type=publicURL
762
Fabien Boucher2178d312013-12-31 15:38:57 +0100763# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500764# container synchronization complete. (integer value)
765#container_sync_timeout=120
766
Fabien Boucher2178d312013-12-31 15:38:57 +0100767# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500768# of a container to container synchronization (integer value)
769#container_sync_interval=5
770
771# Role to add to users created for swift tests to enable
772# creating containers (string value)
773#operator_role=Member
774
Matthew Treinish998c91d2014-03-01 12:39:49 -0500775# User role that has reseller admin (string value)
776#reseller_admin_role=ResellerAdmin
777
Sean Daguefc691e32014-01-03 08:51:54 -0500778
779[object-storage-feature-enabled]
780
781#
782# Options defined in tempest.config
783#
784
Matthew Treinish20345382013-12-13 17:04:23 +0000785# A list of the enabled optional discoverable apis. A single
786# entry, all, indicates that all of these features are
787# expected to be enabled (list value)
788#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500789
790
Matthew Treinish3d468112013-10-24 21:49:14 +0000791[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900792
Matthew Treinish3d468112013-10-24 21:49:14 +0000793#
794# Options defined in tempest.config
795#
Attila Fazekas86950732013-06-08 09:33:08 +0200796
Matthew Treinish3d468112013-10-24 21:49:14 +0000797# Catalog type of the Orchestration service. (string value)
798#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000799
Matthew Treinish3d468112013-10-24 21:49:14 +0000800# The orchestration region name to use. If empty, the value of
801# identity.region is used instead. If no such region is found
802# in the service catalog, the first found one is used. (string
803# value)
804#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400805
JordanP5d29b2c2013-12-18 13:56:03 +0000806# The endpoint type to use for the orchestration service.
807# (string value)
808#endpoint_type=publicURL
809
Matthew Treinish3d468112013-10-24 21:49:14 +0000810# Timeout in seconds to wait for a stack to build. (integer
811# value)
Matthew Treinisha2dfd492014-04-15 11:15:34 -0400812#build_timeout=1200
Matthew Treinish3d468112013-10-24 21:49:14 +0000813
814# Instance type for tests. Needs to be big enough for a full
815# OS plus the test workload (string value)
816#instance_type=m1.micro
817
818# Name of heat-cfntools enabled image to use when launching
819# test instances. (string value)
820#image_ref=<None>
821
822# Name of existing keypair to launch servers with. (string
823# value)
824#keypair_name=<None>
825
826# Value must match heat configuration of the same name.
827# (integer value)
828#max_template_size=524288
829
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000830# Value must match heat configuration of the same name.
831# (integer value)
832#max_resources_per_stack=1000
833
Matthew Treinish3d468112013-10-24 21:49:14 +0000834
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500835[queuing]
836
837#
838# Options defined in tempest.config
839#
840
841# Catalog type of the Queuing service. (string value)
842#catalog_type=queuing
843
Jorge Chai83ba4ee2014-04-15 18:58:08 +0000844# The maximum number of queue records per page when listing
845# queues (integer value)
846#max_queues_per_page=20
847
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500848
Sean Daguefc691e32014-01-03 08:51:54 -0500849[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000850
851#
852# Options defined in tempest.config
853#
854
Sean Daguefc691e32014-01-03 08:51:54 -0500855# Directory containing image files (string value)
856#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
857
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900858# QCOW2 image file name (string value)
859#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
860
Sean Daguefc691e32014-01-03 08:51:54 -0500861# AMI image file name (string value)
862#ami_img_file=cirros-0.3.1-x86_64-blank.img
863
864# ARI image file name (string value)
865#ari_img_file=cirros-0.3.1-x86_64-initrd
866
867# AKI image file name (string value)
868#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
869
870# ssh username for the image file (string value)
871#ssh_user=cirros
872
873# specifies how many resources to request at once. Used for
874# large operations testing. (integer value)
875#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000876
877
878[service_available]
879
880#
881# Options defined in tempest.config
882#
883
884# Whether or not cinder is expected to be available (boolean
885# value)
886#cinder=true
887
888# Whether or not neutron is expected to be available (boolean
889# value)
890#neutron=false
891
892# Whether or not glance is expected to be available (boolean
893# value)
894#glance=true
895
896# Whether or not swift is expected to be available (boolean
897# value)
898#swift=true
899
900# Whether or not nova is expected to be available (boolean
901# value)
902#nova=true
903
904# Whether or not Heat is expected to be available (boolean
905# value)
906#heat=false
907
908# Whether or not Ceilometer is expected to be available
909# (boolean value)
910#ceilometer=true
911
912# Whether or not Horizon is expected to be available (boolean
913# value)
914#horizon=true
915
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400916# Whether or not Sahara is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100917# value)
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400918#sahara=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000919
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300920# Whether or not Ironic is expected to be available (boolean
921# value)
922#ironic=false
923
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800924# Whether or not Trove is expected to be available (boolean
925# value)
926#trove=false
927
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500928# Whether or not Marconi is expected to be available (boolean
929# value)
930#marconi=false
931
Matthew Treinish3d468112013-10-24 21:49:14 +0000932
Sean Daguefc691e32014-01-03 08:51:54 -0500933[stress]
934
935#
936# Options defined in tempest.config
937#
938
939# Directory containing log files on the compute nodes (string
940# value)
941#nova_logdir=<None>
942
943# Maximum number of instances to create during test. (integer
944# value)
945#max_instances=16
946
947# Controller host. (string value)
948#controller=<None>
949
950# Controller host. (string value)
951#target_controller=<None>
952
953# ssh user. (string value)
954#target_ssh_user=<None>
955
956# Path to private key. (string value)
957#target_private_key_path=<None>
958
959# regexp for list of log files. (string value)
960#target_logfiles=<None>
961
962# time (in seconds) between log file error checks. (integer
963# value)
964#log_check_interval=60
965
966# The number of threads created while stress test. (integer
967# value)
968#default_thread_number_per_action=4
969
Julien Leloup04d40f72014-01-28 11:17:18 +0100970# Prevent the cleaning (tearDownClass()) between each stress
971# test run if an exception occurs during this run. (boolean
972# value)
973#leave_dirty_stack=false
974
Julien Leloupa5ee5422014-02-13 14:29:02 +0100975# Allows a full cleaning process after a stress test. Caution
976# : this cleanup will remove every objects of every tenant.
977# (boolean value)
978#full_clean_stack=false
979
Sean Daguefc691e32014-01-03 08:51:54 -0500980
981[telemetry]
982
983#
984# Options defined in tempest.config
985#
986
987# Catalog type of the Telemetry service. (string value)
988#catalog_type=metering
989
JordanPfc62c902014-02-26 14:47:28 +0000990# The endpoint type to use for the telemetry service. (string
991# value)
992#endpoint_type=publicURL
993
Vadim Rovachev7bcea352013-12-26 15:56:17 +0400994# This variable is used as flag to enable notification tests
995# (boolean value)
996#too_slow_to_test=true
997
Sean Daguefc691e32014-01-03 08:51:54 -0500998
999[volume]
1000
1001#
1002# Options defined in tempest.config
1003#
1004
1005# Time in seconds between volume availability checks. (integer
1006# value)
Sean Dague82190852014-05-24 07:42:59 -04001007#build_interval=1
Sean Daguefc691e32014-01-03 08:51:54 -05001008
1009# Timeout in seconds to wait for a volume to becomeavailable.
1010# (integer value)
1011#build_timeout=300
1012
1013# Catalog type of the Volume Service (string value)
1014#catalog_type=volume
1015
1016# The volume region name to use. If empty, the value of
1017# identity.region is used instead. If no such region is found
1018# in the service catalog, the first found one is used. (string
1019# value)
1020#region=
1021
JordanP5d29b2c2013-12-18 13:56:03 +00001022# The endpoint type to use for the volume service. (string
1023# value)
1024#endpoint_type=publicURL
1025
Sean Daguefc691e32014-01-03 08:51:54 -05001026# Name of the backend1 (must be declared in cinder.conf)
1027# (string value)
1028#backend1_name=BACKEND_1
1029
1030# Name of the backend2 (must be declared in cinder.conf)
1031# (string value)
1032#backend2_name=BACKEND_2
1033
1034# Backend protocol to target when creating volume types
1035# (string value)
1036#storage_protocol=iSCSI
1037
1038# Backend vendor to target when creating volume types (string
1039# value)
1040#vendor_name=Open Source
1041
1042# Disk format to use when copying a volume to image (string
1043# value)
1044#disk_format=raw
1045
Jerry Cai9733d0e2014-03-19 15:50:49 +08001046# Default size in GB for volumes created by volumes tests
1047# (integer value)
1048#volume_size=1
1049
Sean Daguefc691e32014-01-03 08:51:54 -05001050
1051[volume-feature-enabled]
1052
1053#
1054# Options defined in tempest.config
1055#
1056
1057# Runs Cinder multi-backend test (requires 2 backends)
1058# (boolean value)
1059#multi_backend=false
1060
Giulio Fidente74b08ad2014-01-18 04:02:51 +01001061# Runs Cinder volumes backup test (boolean value)
1062#backup=true
1063
JordanPbce55532014-03-19 12:10:32 +01001064# Runs Cinder volume snapshot test (boolean value)
1065#snapshot=true
1066
Zhi Kun Liude25c022014-02-14 13:25:19 +08001067# A list of enabled volume extensions with a special entry all
1068# which indicates every extension is enabled (list value)
1069#api_extensions=all
1070
Sean Daguefc691e32014-01-03 08:51:54 -05001071# Is the v1 volume API enabled (boolean value)
1072#api_v1=true
1073
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001074# Is the v2 volume API enabled (boolean value)
1075#api_v2=true
1076
Sean Daguefc691e32014-01-03 08:51:54 -05001077