blob: 858fce9c54b4f352cc55bd0ac94a7e5fe1c3da27 [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
Yuiko Takada1ee1b322014-07-04 09:55:30 +0900112# Driver name which Ironic uses (string value)
113#driver=fake
114
JordanPfc62c902014-02-26 14:47:28 +0000115# The endpoint type to use for the baremetal provisioning
Adam Gandelman4a48a602014-03-20 18:23:18 -0700116# service (string value)
JordanPfc62c902014-02-26 14:47:28 +0000117#endpoint_type=publicURL
118
Adam Gandelman4a48a602014-03-20 18:23:18 -0700119# Timeout for Ironic node to completely provision (integer
120# value)
121#active_timeout=300
122
123# Timeout for association of Nova instance and Ironic node
124# (integer value)
Adam Gandelmane42f0922014-06-10 15:26:37 -0700125#association_timeout=30
Adam Gandelman4a48a602014-03-20 18:23:18 -0700126
127# Timeout for Ironic power transitions. (integer value)
Adam Gandelmane42f0922014-06-10 15:26:37 -0700128#power_timeout=60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700129
130# Timeout for unprovisioning an Ironic node. (integer value)
Adam Gandelmane42f0922014-06-10 15:26:37 -0700131#unprovision_timeout=60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700132
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300133
Sean Daguefc691e32014-01-03 08:51:54 -0500134[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400135
136#
137# Options defined in tempest.config
138#
139
Sean Daguefc691e32014-01-03 08:51:54 -0500140# EC2 URL (string value)
141#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400142
Sean Daguefc691e32014-01-03 08:51:54 -0500143# S3 URL (string value)
144#s3_url=http://localhost:8080
145
146# AWS Secret Key (string value)
147#aws_secret=<None>
148
149# AWS Access Key (string value)
150#aws_access=<None>
151
Attila Fazekas27dd92e2014-02-21 14:49:40 +0100152# AWS Zone for EC2 tests (string value)
153#aws_zone=nova
154
Sean Daguefc691e32014-01-03 08:51:54 -0500155# S3 Materials Path (string value)
156#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
157
158# ARI Ramdisk Image manifest (string value)
159#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
160
161# AMI Machine Image manifest (string value)
162#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
163
164# AKI Kernel Image manifest (string value)
165#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
166
167# Instance type (string value)
168#instance_type=m1.tiny
169
170# boto Http socket timeout (integer value)
171#http_socket_timeout=3
172
173# boto num_retries on error (integer value)
174#num_retries=1
175
176# Status Change Timeout (integer value)
177#build_timeout=60
178
179# Status Change Test Interval (integer value)
180#build_interval=1
181
182
183[cli]
184
185#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000186# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500187#
188
189# enable cli tests (boolean value)
190#enabled=true
191
192# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400193# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500194#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400195
Sean Dague44b24682014-02-20 19:08:24 -0500196# Whether the tempest run location has access to the *-manage
197# commands. In a pure blackbox environment it will not.
198# (boolean value)
199#has_manage=true
200
Sean Daguefc691e32014-01-03 08:51:54 -0500201# Number of seconds to wait on a CLI timeout (integer value)
202#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900203
Sean Dague83401992013-05-06 17:46:36 -0400204
Matthew Treinish3d468112013-10-24 21:49:14 +0000205[compute]
206
207#
208# Options defined in tempest.config
209#
210
211# Allows test cases to create/destroy tenants and users. This
212# option enables isolated test cases and better parallel
213# execution, but also requires that OpenStack Identity API
214# admin credentials are known. (boolean value)
215#allow_tenant_isolation=false
216
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400217# Valid primary image reference to be used in tests. This is a
218# required option (string value)
219#image_ref=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000220
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400221# Valid secondary image reference to be used in tests. This is
222# a required option, but if only one image is available
223# duplicate the value of image_ref above (string value)
224#image_ref_alt=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000225
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900226# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000227#flavor_ref=1
228
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900229# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000230#flavor_ref_alt=2
231
232# User name used to authenticate to an instance. (string
233# value)
234#image_ssh_user=root
235
236# Password used to authenticate to an instance. (string value)
237#image_ssh_password=password
238
239# User name used to authenticate to an instance using the
240# alternate image. (string value)
241#image_alt_ssh_user=root
242
243# Password used to authenticate to an instance using the
244# alternate image. (string value)
245#image_alt_ssh_password=password
246
247# Time in seconds between build status checks. (integer value)
Sean Dague82190852014-05-24 07:42:59 -0400248#build_interval=1
Matthew Treinish3d468112013-10-24 21:49:14 +0000249
250# Timeout in seconds to wait for an instance to build.
251# (integer value)
252#build_timeout=300
253
Derek Higgins85cd5142013-12-17 17:10:11 +0000254# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000255#run_ssh=false
256
Attila Fazekas423834d2014-03-14 17:33:13 +0100257# Auth method used for authenticate to the instance. Valid
258# choices are: keypair, configured, adminpass. keypair: start
259# the servers with an ssh keypair. configured: use the
260# configured user and password. adminpass: use the injected
261# adminPass. disabled: avoid using ssh when it is an option.
262# (string value)
263#ssh_auth_method=keypair
264
265# How to connect to the instance? fixed: using the first ip
266# belongs the fixed network floating: creating and using a
267# floating ip (string value)
268#ssh_connect_method=fixed
269
Matthew Treinish3d468112013-10-24 21:49:14 +0000270# User name used to authenticate to an instance. (string
271# value)
272#ssh_user=root
273
274# Timeout in seconds to wait for ping to succeed. (integer
275# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000276#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000277
278# Timeout in seconds to wait for authentication to succeed.
279# (integer value)
280#ssh_timeout=300
281
282# Additional wait time for clean state, when there is no OS-
283# EXT-STS extension available (integer value)
284#ready_wait=0
285
286# Timeout in seconds to wait for output from ssh channel.
287# (integer value)
288#ssh_channel_timeout=60
289
290# Visible fixed network name (string value)
291#fixed_network_name=private
292
293# Network used for SSH connections. (string value)
294#network_for_ssh=public
295
296# IP version used for SSH connections. (integer value)
297#ip_version_for_ssh=4
298
Tushar Kalra95a482d2014-03-25 14:24:43 -0700299# Does SSH use Floating IPs? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000300#use_floatingip_for_ssh=true
301
302# Catalog type of the Compute service. (string value)
303#catalog_type=compute
304
305# The compute region name to use. If empty, the value of
306# identity.region is used instead. If no such region is found
307# in the service catalog, the first found one is used. (string
308# value)
309#region=
310
JordanP5d29b2c2013-12-18 13:56:03 +0000311# The endpoint type to use for the compute service. (string
312# value)
313#endpoint_type=publicURL
314
Matthew Treinish3d468112013-10-24 21:49:14 +0000315# Catalog type of the Compute v3 service. (string value)
316#catalog_v3_type=computev3
317
318# Path to a private key file for SSH access to remote hosts
319# (string value)
320#path_to_private_key=<None>
321
322# Expected device name when a volume is attached to an
323# instance (string value)
324#volume_device_name=vdb
325
326# Time in seconds before a shelved instance is eligible for
327# removing from a host. -1 never offload, 0 offload when
328# shelved. This time should be the same as the time of
329# nova.conf, and some tests will run for as long as the time.
330# (integer value)
331#shelved_offload_time=0
332
Ghanshyam06a5b4a2014-04-11 17:32:45 +0900333# Unallocated floating IP range, which will be used to test
334# the floating IP bulk feature for CRUD operation. (string
335# value)
336#floating_ip_range=10.0.0.0/29
337
Sean Daguefc691e32014-01-03 08:51:54 -0500338# Allows test cases to create/destroy tenants and users. This
339# option enables isolated test cases and better parallel
340# execution, but also requires that OpenStack Identity API
341# admin credentials are known. (boolean value)
342#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000343
Sean Dague82190852014-05-24 07:42:59 -0400344# Time in seconds between build status checks. (integer value)
345#build_interval=1
346
Sean Daguefc691e32014-01-03 08:51:54 -0500347
348[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700349
Matthew Treinish3d468112013-10-24 21:49:14 +0000350#
351# Options defined in tempest.config
352#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400353
Sean Daguefc691e32014-01-03 08:51:54 -0500354# Administrative Username to use for Nova API requests.
355# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000356#username=<None>
Arata Notsu8f440392013-09-13 16:14:20 +0900357
Sean Daguefc691e32014-01-03 08:51:54 -0500358# Administrative Tenant name to use for Nova API requests.
359# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000360#tenant_name=<None>
Maru Newby81f07a02012-09-05 20:21:19 -0700361
Sean Daguefc691e32014-01-03 08:51:54 -0500362# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000363#password=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000364
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100365# Domain name for authentication as admin (Keystone V3).The
366# same domain applies to user and project (string value)
367#domain_name=<None>
368
Matthew Treinish3d468112013-10-24 21:49:14 +0000369
Sean Daguefc691e32014-01-03 08:51:54 -0500370[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000371
372#
373# Options defined in tempest.config
374#
375
Sean Daguefc691e32014-01-03 08:51:54 -0500376# If false, skip all nova v3 tests. (boolean value)
Matthew Treinish836e56b2014-06-12 13:55:19 -0400377#api_v3=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000378
Sean Daguefc691e32014-01-03 08:51:54 -0500379# If false, skip disk config tests (boolean value)
380#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000381
Zhi Kun Liude25c022014-02-14 13:25:19 +0800382# A list of enabled compute extensions with a special entry
Ken'ichi Ohmichia7e68712014-05-06 10:47:26 +0900383# all which indicates every extension is enabled. Each
384# extension should be specified with alias name (list value)
Zhi Kun Liude25c022014-02-14 13:25:19 +0800385#api_extensions=all
386
Sean Daguefc691e32014-01-03 08:51:54 -0500387# A list of enabled v3 extensions with a special entry all
Ken'ichi Ohmichia7e68712014-05-06 10:47:26 +0900388# which indicates every extension is enabled. Each extension
389# should be specified with alias name (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500390#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000391
Sean Daguefc691e32014-01-03 08:51:54 -0500392# Does the test environment support changing the admin
393# password? (boolean value)
394#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000395
Sean Daguefc691e32014-01-03 08:51:54 -0500396# Does the test environment support resizing? (boolean value)
397#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000398
Eric Windischb5538072014-03-09 23:47:35 -0400399# Does the test environment support pausing? (boolean value)
400#pause=true
401
Eric Windischaeb7e842014-03-10 01:10:50 -0400402# Does the test environment support suspend/resume? (boolean
403# value)
404#suspend=true
405
Sean Daguefc691e32014-01-03 08:51:54 -0500406# Does the test environment support live migration available?
407# (boolean value)
408#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000409
Sean Daguefc691e32014-01-03 08:51:54 -0500410# Does the test environment use block devices for live
411# migration (boolean value)
412#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000413
Sean Daguefc691e32014-01-03 08:51:54 -0500414# Does the test environment block migration support cinder
415# iSCSI volumes (boolean value)
416#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100417
Ghanshyam Mann41c17572014-02-27 18:52:56 +0900418# Enable VNC console. This configuration value should be same
419# as [nova.vnc]->vnc_enabled in nova.conf (boolean value)
420#vnc_console=false
421
Ghanshyam70876d02014-03-11 11:40:18 +0900422# Enable Spice console. This configuration value should be
423# same as [nova.spice]->enabled in nova.conf (boolean value)
424#spice_console=false
425
426# Enable RDP console. This configuration value should be same
427# as [nova.rdp]->enabled in nova.conf (boolean value)
428#rdp_console=false
429
Adam Gandelman2e37b4f2014-06-18 17:34:21 -0700430# Does the test environment support instance rescue mode?
431# (boolean value)
432#rescue=true
433
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100434
Julie Pichond1017642013-07-24 16:37:23 +0100435[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100436
Matthew Treinish3d468112013-10-24 21:49:14 +0000437#
438# Options defined in tempest.config
439#
Julie Pichond1017642013-07-24 16:37:23 +0100440
Matthew Treinish3d468112013-10-24 21:49:14 +0000441# Where the dashboard can be found (string value)
442#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900443
Matthew Treinish3d468112013-10-24 21:49:14 +0000444# Login page for the dashboard (string value)
445#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900446
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900447
Sean Daguefc691e32014-01-03 08:51:54 -0500448[data_processing]
449
450#
451# Options defined in tempest.config
452#
453
454# Catalog type of the data processing service. (string value)
455#catalog_type=data_processing
456
JordanPfc62c902014-02-26 14:47:28 +0000457# The endpoint type to use for the data processing service.
458# (string value)
459#endpoint_type=publicURL
460
Sean Daguefc691e32014-01-03 08:51:54 -0500461
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800462[database]
463
464#
465# Options defined in tempest.config
466#
467
468# Catalog type of the Database service. (string value)
469#catalog_type=database
470
471# Valid primary flavor to use in database tests. (string
472# value)
473#db_flavor_ref=1
474
Peter Stachowski320f9c72014-04-21 16:13:23 -0400475# Current database version to use in database tests. (string
476# 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#
483# Options defined in tempest.config
484#
485
486# Enable diagnostic commands (boolean value)
487#enable=true
488
Sean Daguec522c092014-03-24 10:43:22 -0400489# A regex to determine which requests should be traced. This
490# is a regex to match the caller for rest client requests to
491# be able to selectively trace calls out of specific classes
492# and methods. It largely exists for test development, and is
493# not expected to be used in a real deploy of tempest. This
494# will be matched against the discovered ClassName:method in
495# the test environment. Expected values for this field are:
496# * ClassName:test_method_name - traces one test_method *
497# ClassName:setUp(Class) - traces specific setup functions *
498# ClassName:tearDown(Class) - traces specific teardown
499# functions * ClassName:_run_cleanups - traces the cleanup
500# functions If nothing is specified, this feature is not
501# enabled. To trace everything specify .* as the regex.
502# (string value)
503#trace_requests=
504
Sean Daguefc691e32014-01-03 08:51:54 -0500505
506[identity]
507
508#
509# Options defined in tempest.config
510#
511
512# Catalog type of the Identity service. (string value)
513#catalog_type=identity
514
515# Set to True if using self-signed SSL certificates. (boolean
516# value)
517#disable_ssl_certificate_validation=false
518
519# Full URI of the OpenStack Identity API (Keystone), v2
520# (string value)
521#uri=<None>
522
523# Full URI of the OpenStack Identity API (Keystone), v3
524# (string value)
525#uri_v3=<None>
526
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000527# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000528# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000529#auth_version=v2
530
Sean Daguefc691e32014-01-03 08:51:54 -0500531# The identity region name to use. Also used as the other
532# services' region name unless they are set explicitly. If no
533# such region is found in the service catalog, the first found
534# one is used. (string value)
535#region=RegionOne
536
JordanP5d29b2c2013-12-18 13:56:03 +0000537# The endpoint type to use for the identity service. (string
538# value)
539#endpoint_type=publicURL
540
Sean Daguefc691e32014-01-03 08:51:54 -0500541# Username to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000542#username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500543
544# Tenant name to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000545#tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500546
547# Role required to administrate keystone. (string value)
548#admin_role=admin
549
550# API key to use when authenticating. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000551#password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500552
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100553# Domain name for authentication (Keystone V3).The same domain
554# applies to user and project (string value)
555#domain_name=<None>
556
Sean Daguefc691e32014-01-03 08:51:54 -0500557# Username of alternate user to use for Nova API requests.
558# (string value)
559#alt_username=<None>
560
561# Alternate user's Tenant name to use for Nova API requests.
562# (string value)
563#alt_tenant_name=<None>
564
565# API key to use when authenticating as alternate user.
566# (string value)
567#alt_password=<None>
568
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100569# Alternate domain name for authentication (Keystone V3).The
570# same domain applies to user and project (string value)
571#alt_domain_name=<None>
572
Dirk Mueller14bd5622014-01-14 19:33:05 +0100573# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500574# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000575#admin_username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500576
577# Administrative Tenant name to use for Keystone API requests.
578# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000579#admin_tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500580
581# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000582#admin_password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500583
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100584# Admin domain name for authentication (Keystone V3).The same
585# domain applies to user and project (string value)
586#admin_domain_name=<None>
587
Sean Daguefc691e32014-01-03 08:51:54 -0500588
Matthew Treinishd5021a72014-01-09 18:42:51 +0000589[identity-feature-enabled]
590
591#
592# Options defined in tempest.config
593#
594
595# Does the identity service have delegation and impersonation
596# enabled (boolean value)
597#trust=true
598
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000599# Is the v2 identity API enabled (boolean value)
600#api_v2=true
601
602# Is the v3 identity API enabled (boolean value)
603#api_v3=true
604
Matthew Treinishd5021a72014-01-09 18:42:51 +0000605
Sean Daguefc691e32014-01-03 08:51:54 -0500606[image]
607
608#
609# Options defined in tempest.config
610#
611
612# Catalog type of the Image service. (string value)
613#catalog_type=image
614
615# The image region name to use. If empty, the value of
616# identity.region is used instead. If no such region is found
617# in the service catalog, the first found one is used. (string
618# value)
619#region=
620
JordanP5d29b2c2013-12-18 13:56:03 +0000621# The endpoint type to use for the image service. (string
622# value)
623#endpoint_type=publicURL
624
Sean Daguefc691e32014-01-03 08:51:54 -0500625# http accessible image (string value)
626#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
627
628
629[image-feature-enabled]
630
631#
632# Options defined in tempest.config
633#
634
635# Is the v2 image API enabled (boolean value)
636#api_v2=true
637
638# Is the v1 image API enabled (boolean value)
639#api_v1=true
640
641
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000642[input-scenario]
643
644#
645# Options defined in tempest.config
646#
647
648# Matching images become parameters for scenario tests (string
649# value)
650#image_regex=^cirros-0.3.1-x86_64-uec$
651
652# Matching flavors become parameters for scenario tests
653# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000654#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000655
656# SSH verification in tests is skippedfor matching images
657# (string value)
658#non_ssh_image_regex=^.*[Ww]in.*$
659
660# List of user mapped to regex to matching image names.
661# (string value)
662#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
663
664
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100665[negative]
666
667#
668# Options defined in tempest.config
669#
670
671# Test generator class for all negative tests (string value)
672#test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator
673
674
Sean Daguefc691e32014-01-03 08:51:54 -0500675[network]
676
677#
678# Options defined in tempest.config
679#
680
681# Catalog type of the Neutron service. (string value)
682#catalog_type=network
683
684# The network region name to use. If empty, the value of
685# identity.region is used instead. If no such region is found
686# in the service catalog, the first found one is used. (string
687# value)
688#region=
689
JordanP5d29b2c2013-12-18 13:56:03 +0000690# The endpoint type to use for the network service. (string
691# value)
692#endpoint_type=publicURL
693
Henry Gessauffda37a2014-01-16 11:17:55 -0500694# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500695# value)
696#tenant_network_cidr=10.100.0.0/16
697
Henry Gessauffda37a2014-01-16 11:17:55 -0500698# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500699#tenant_network_mask_bits=28
700
Henry Gessauffda37a2014-01-16 11:17:55 -0500701# The cidr block to allocate tenant ipv6 subnets from (string
702# value)
703#tenant_network_v6_cidr=2003::/64
704
705# The mask bits for tenant ipv6 subnets (integer value)
706#tenant_network_v6_mask_bits=96
707
Sean Daguefc691e32014-01-03 08:51:54 -0500708# Whether tenant network connectivity should be evaluated
709# directly (boolean value)
710#tenant_networks_reachable=false
711
712# Id of the public network that provides external connectivity
713# (string value)
714#public_network_id=
715
716# Id of the public router that provides external connectivity
717# (string value)
718#public_router_id=
719
izikpensod9a01a62014-02-17 20:02:32 +0200720# Timeout in seconds to wait for network operation to
721# complete. (integer value)
722#build_timeout=300
723
724# Time in seconds between network operation status checks.
725# (integer value)
Sean Dague82190852014-05-24 07:42:59 -0400726#build_interval=1
izikpensod9a01a62014-02-17 20:02:32 +0200727
Attila Fazekas640392b2014-06-12 15:58:10 +0200728# List of dns servers whichs hould be used for subnet creation
729# (list value)
730#dns_servers=8.8.8.8,8.8.4.4
731
Sean Daguefc691e32014-01-03 08:51:54 -0500732
733[network-feature-enabled]
734
735#
736# Options defined in tempest.config
737#
738
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000739# Allow the execution of IPv6 tests (boolean value)
740#ipv6=true
741
Zhi Kun Liude25c022014-02-14 13:25:19 +0800742# A list of enabled network extensions with a special entry
743# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500744#api_extensions=all
745
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400746# Allow the execution of IPv6 subnet tests that use the
747# extended IPv6 attributes ipv6_ra_mode and ipv6_address_mode
748# (boolean value)
749#ipv6_subnet_attributes=false
750
Sean Daguefc691e32014-01-03 08:51:54 -0500751
752[object-storage]
753
754#
755# Options defined in tempest.config
756#
757
758# Catalog type of the Object-Storage service. (string value)
759#catalog_type=object-store
760
761# The object-storage region name to use. If empty, the value
762# of identity.region is used instead. If no such region is
763# found in the service catalog, the first found one is used.
764# (string value)
765#region=
766
JordanP5d29b2c2013-12-18 13:56:03 +0000767# The endpoint type to use for the object-store service.
768# (string value)
769#endpoint_type=publicURL
770
Fabien Boucher2178d312013-12-31 15:38:57 +0100771# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500772# container synchronization complete. (integer value)
773#container_sync_timeout=120
774
Fabien Boucher2178d312013-12-31 15:38:57 +0100775# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500776# of a container to container synchronization (integer value)
777#container_sync_interval=5
778
779# Role to add to users created for swift tests to enable
780# creating containers (string value)
781#operator_role=Member
782
Matthew Treinish998c91d2014-03-01 12:39:49 -0500783# User role that has reseller admin (string value)
784#reseller_admin_role=ResellerAdmin
785
Sean Daguefc691e32014-01-03 08:51:54 -0500786
787[object-storage-feature-enabled]
788
789#
790# Options defined in tempest.config
791#
792
Matthew Treinish20345382013-12-13 17:04:23 +0000793# A list of the enabled optional discoverable apis. A single
794# entry, all, indicates that all of these features are
795# expected to be enabled (list value)
796#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500797
798
Matthew Treinish3d468112013-10-24 21:49:14 +0000799[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900800
Matthew Treinish3d468112013-10-24 21:49:14 +0000801#
802# Options defined in tempest.config
803#
Attila Fazekas86950732013-06-08 09:33:08 +0200804
Matthew Treinish3d468112013-10-24 21:49:14 +0000805# Catalog type of the Orchestration service. (string value)
806#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000807
Matthew Treinish3d468112013-10-24 21:49:14 +0000808# The orchestration region name to use. If empty, the value of
809# identity.region is used instead. If no such region is found
810# in the service catalog, the first found one is used. (string
811# value)
812#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400813
JordanP5d29b2c2013-12-18 13:56:03 +0000814# The endpoint type to use for the orchestration service.
815# (string value)
816#endpoint_type=publicURL
817
Matthew Treinish3d468112013-10-24 21:49:14 +0000818# Timeout in seconds to wait for a stack to build. (integer
819# value)
Matthew Treinisha2dfd492014-04-15 11:15:34 -0400820#build_timeout=1200
Matthew Treinish3d468112013-10-24 21:49:14 +0000821
822# Instance type for tests. Needs to be big enough for a full
823# OS plus the test workload (string value)
824#instance_type=m1.micro
825
826# Name of heat-cfntools enabled image to use when launching
827# test instances. (string value)
828#image_ref=<None>
829
830# Name of existing keypair to launch servers with. (string
831# value)
832#keypair_name=<None>
833
834# Value must match heat configuration of the same name.
835# (integer value)
836#max_template_size=524288
837
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000838# Value must match heat configuration of the same name.
839# (integer value)
840#max_resources_per_stack=1000
841
Matthew Treinish3d468112013-10-24 21:49:14 +0000842
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500843[queuing]
844
845#
846# Options defined in tempest.config
847#
848
849# Catalog type of the Queuing service. (string value)
850#catalog_type=queuing
851
Jorge Chai83ba4ee2014-04-15 18:58:08 +0000852# The maximum number of queue records per page when listing
853# queues (integer value)
854#max_queues_per_page=20
855
Malini Kamalambal7458b4b2014-05-29 11:47:28 -0400856# The maximum metadata size for a queue (integer value)
857#max_queue_metadata=65536
858
859# The maximum number of queue message per page when listing
860# (or) posting messages (integer value)
861#max_messages_per_page=20
862
863# The maximum size of a message body (integer value)
864#max_message_size=262144
865
866# The maximum number of messages per claim (integer value)
867#max_messages_per_claim=20
868
869# The maximum ttl for a message (integer value)
870#max_message_ttl=1209600
871
872# The maximum ttl for a claim (integer value)
873#max_claim_ttl=43200
874
875# The maximum grace period for a claim (integer value)
876#max_claim_grace=43200
877
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500878
Sean Daguefc691e32014-01-03 08:51:54 -0500879[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000880
881#
882# Options defined in tempest.config
883#
884
Sean Daguefc691e32014-01-03 08:51:54 -0500885# Directory containing image files (string value)
886#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
887
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900888# QCOW2 image file name (string value)
889#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
890
Sean Daguefc691e32014-01-03 08:51:54 -0500891# AMI image file name (string value)
892#ami_img_file=cirros-0.3.1-x86_64-blank.img
893
894# ARI image file name (string value)
895#ari_img_file=cirros-0.3.1-x86_64-initrd
896
897# AKI image file name (string value)
898#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
899
900# ssh username for the image file (string value)
901#ssh_user=cirros
902
903# specifies how many resources to request at once. Used for
904# large operations testing. (integer value)
905#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000906
907
908[service_available]
909
910#
911# Options defined in tempest.config
912#
913
914# Whether or not cinder is expected to be available (boolean
915# value)
916#cinder=true
917
918# Whether or not neutron is expected to be available (boolean
919# value)
920#neutron=false
921
922# Whether or not glance is expected to be available (boolean
923# value)
924#glance=true
925
926# Whether or not swift is expected to be available (boolean
927# value)
928#swift=true
929
930# Whether or not nova is expected to be available (boolean
931# value)
932#nova=true
933
934# Whether or not Heat is expected to be available (boolean
935# value)
936#heat=false
937
938# Whether or not Ceilometer is expected to be available
939# (boolean value)
940#ceilometer=true
941
942# Whether or not Horizon is expected to be available (boolean
943# value)
944#horizon=true
945
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400946# Whether or not Sahara is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100947# value)
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400948#sahara=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000949
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300950# Whether or not Ironic is expected to be available (boolean
951# value)
952#ironic=false
953
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800954# Whether or not Trove is expected to be available (boolean
955# value)
956#trove=false
957
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500958# Whether or not Marconi is expected to be available (boolean
959# value)
960#marconi=false
961
Matthew Treinish3d468112013-10-24 21:49:14 +0000962
Sean Daguefc691e32014-01-03 08:51:54 -0500963[stress]
964
965#
966# Options defined in tempest.config
967#
968
969# Directory containing log files on the compute nodes (string
970# value)
971#nova_logdir=<None>
972
973# Maximum number of instances to create during test. (integer
974# value)
975#max_instances=16
976
977# Controller host. (string value)
978#controller=<None>
979
980# Controller host. (string value)
981#target_controller=<None>
982
983# ssh user. (string value)
984#target_ssh_user=<None>
985
986# Path to private key. (string value)
987#target_private_key_path=<None>
988
989# regexp for list of log files. (string value)
990#target_logfiles=<None>
991
992# time (in seconds) between log file error checks. (integer
993# value)
994#log_check_interval=60
995
996# The number of threads created while stress test. (integer
997# value)
998#default_thread_number_per_action=4
999
Julien Leloup04d40f72014-01-28 11:17:18 +01001000# Prevent the cleaning (tearDownClass()) between each stress
1001# test run if an exception occurs during this run. (boolean
1002# value)
1003#leave_dirty_stack=false
1004
Julien Leloupa5ee5422014-02-13 14:29:02 +01001005# Allows a full cleaning process after a stress test. Caution
1006# : this cleanup will remove every objects of every tenant.
1007# (boolean value)
1008#full_clean_stack=false
1009
Sean Daguefc691e32014-01-03 08:51:54 -05001010
1011[telemetry]
1012
1013#
1014# Options defined in tempest.config
1015#
1016
1017# Catalog type of the Telemetry service. (string value)
1018#catalog_type=metering
1019
JordanPfc62c902014-02-26 14:47:28 +00001020# The endpoint type to use for the telemetry service. (string
1021# value)
1022#endpoint_type=publicURL
1023
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001024# This variable is used as flag to enable notification tests
1025# (boolean value)
1026#too_slow_to_test=true
1027
Sean Daguefc691e32014-01-03 08:51:54 -05001028
1029[volume]
1030
1031#
1032# Options defined in tempest.config
1033#
1034
1035# Time in seconds between volume availability checks. (integer
1036# value)
Sean Dague82190852014-05-24 07:42:59 -04001037#build_interval=1
Sean Daguefc691e32014-01-03 08:51:54 -05001038
1039# Timeout in seconds to wait for a volume to becomeavailable.
1040# (integer value)
1041#build_timeout=300
1042
1043# Catalog type of the Volume Service (string value)
1044#catalog_type=volume
1045
1046# The volume region name to use. If empty, the value of
1047# identity.region is used instead. If no such region is found
1048# in the service catalog, the first found one is used. (string
1049# value)
1050#region=
1051
JordanP5d29b2c2013-12-18 13:56:03 +00001052# The endpoint type to use for the volume service. (string
1053# value)
1054#endpoint_type=publicURL
1055
Sean Daguefc691e32014-01-03 08:51:54 -05001056# Name of the backend1 (must be declared in cinder.conf)
1057# (string value)
1058#backend1_name=BACKEND_1
1059
1060# Name of the backend2 (must be declared in cinder.conf)
1061# (string value)
1062#backend2_name=BACKEND_2
1063
1064# Backend protocol to target when creating volume types
1065# (string value)
1066#storage_protocol=iSCSI
1067
1068# Backend vendor to target when creating volume types (string
1069# value)
1070#vendor_name=Open Source
1071
1072# Disk format to use when copying a volume to image (string
1073# value)
1074#disk_format=raw
1075
Jerry Cai9733d0e2014-03-19 15:50:49 +08001076# Default size in GB for volumes created by volumes tests
1077# (integer value)
1078#volume_size=1
1079
Sean Daguefc691e32014-01-03 08:51:54 -05001080
1081[volume-feature-enabled]
1082
1083#
1084# Options defined in tempest.config
1085#
1086
1087# Runs Cinder multi-backend test (requires 2 backends)
1088# (boolean value)
1089#multi_backend=false
1090
Giulio Fidente74b08ad2014-01-18 04:02:51 +01001091# Runs Cinder volumes backup test (boolean value)
1092#backup=true
1093
JordanPbce55532014-03-19 12:10:32 +01001094# Runs Cinder volume snapshot test (boolean value)
1095#snapshot=true
1096
Zhi Kun Liude25c022014-02-14 13:25:19 +08001097# A list of enabled volume extensions with a special entry all
1098# which indicates every extension is enabled (list value)
1099#api_extensions=all
1100
Sean Daguefc691e32014-01-03 08:51:54 -05001101# Is the v1 volume API enabled (boolean value)
1102#api_v1=true
1103
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001104# Is the v2 volume API enabled (boolean value)
1105#api_v2=true
1106
Sean Daguefc691e32014-01-03 08:51:54 -05001107