blob: 95a4884f99cfeb47dd032acd835f69ef92202aa4 [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
104# Catalog type of the baremetal provisioning service. (string
105# value)
106#catalog_type=baremetal
107
JordanPfc62c902014-02-26 14:47:28 +0000108# The endpoint type to use for the baremetal provisioning
109# service. (string value)
110#endpoint_type=publicURL
111
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300112
Sean Daguefc691e32014-01-03 08:51:54 -0500113[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400114
115#
116# Options defined in tempest.config
117#
118
Sean Daguefc691e32014-01-03 08:51:54 -0500119# EC2 URL (string value)
120#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400121
Sean Daguefc691e32014-01-03 08:51:54 -0500122# S3 URL (string value)
123#s3_url=http://localhost:8080
124
125# AWS Secret Key (string value)
126#aws_secret=<None>
127
128# AWS Access Key (string value)
129#aws_access=<None>
130
131# S3 Materials Path (string value)
132#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
133
134# ARI Ramdisk Image manifest (string value)
135#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
136
137# AMI Machine Image manifest (string value)
138#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
139
140# AKI Kernel Image manifest (string value)
141#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
142
143# Instance type (string value)
144#instance_type=m1.tiny
145
146# boto Http socket timeout (integer value)
147#http_socket_timeout=3
148
149# boto num_retries on error (integer value)
150#num_retries=1
151
152# Status Change Timeout (integer value)
153#build_timeout=60
154
155# Status Change Test Interval (integer value)
156#build_interval=1
157
158
159[cli]
160
161#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000162# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500163#
164
165# enable cli tests (boolean value)
166#enabled=true
167
168# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400169# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500170#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400171
Sean Dague44b24682014-02-20 19:08:24 -0500172# Whether the tempest run location has access to the *-manage
173# commands. In a pure blackbox environment it will not.
174# (boolean value)
175#has_manage=true
176
Sean Daguefc691e32014-01-03 08:51:54 -0500177# Number of seconds to wait on a CLI timeout (integer value)
178#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900179
Sean Dague83401992013-05-06 17:46:36 -0400180
Matthew Treinish3d468112013-10-24 21:49:14 +0000181[compute]
182
183#
184# Options defined in tempest.config
185#
186
187# Allows test cases to create/destroy tenants and users. This
188# option enables isolated test cases and better parallel
189# execution, but also requires that OpenStack Identity API
190# admin credentials are known. (boolean value)
191#allow_tenant_isolation=false
192
Matthew Treinish3d468112013-10-24 21:49:14 +0000193# Valid secondary image reference to be used in tests. (string
194# value)
195#image_ref={$IMAGE_ID}
196
197# Valid secondary image reference to be used in tests. (string
198# value)
199#image_ref_alt={$IMAGE_ID_ALT}
200
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900201# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000202#flavor_ref=1
203
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900204# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000205#flavor_ref_alt=2
206
207# User name used to authenticate to an instance. (string
208# value)
209#image_ssh_user=root
210
211# Password used to authenticate to an instance. (string value)
212#image_ssh_password=password
213
214# User name used to authenticate to an instance using the
215# alternate image. (string value)
216#image_alt_ssh_user=root
217
218# Password used to authenticate to an instance using the
219# alternate image. (string value)
220#image_alt_ssh_password=password
221
222# Time in seconds between build status checks. (integer value)
223#build_interval=10
224
225# Timeout in seconds to wait for an instance to build.
226# (integer value)
227#build_timeout=300
228
Derek Higgins85cd5142013-12-17 17:10:11 +0000229# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000230#run_ssh=false
231
232# User name used to authenticate to an instance. (string
233# value)
234#ssh_user=root
235
236# Timeout in seconds to wait for ping to succeed. (integer
237# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000238#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000239
240# Timeout in seconds to wait for authentication to succeed.
241# (integer value)
242#ssh_timeout=300
243
244# Additional wait time for clean state, when there is no OS-
245# EXT-STS extension available (integer value)
246#ready_wait=0
247
248# Timeout in seconds to wait for output from ssh channel.
249# (integer value)
250#ssh_channel_timeout=60
251
252# Visible fixed network name (string value)
253#fixed_network_name=private
254
255# Network used for SSH connections. (string value)
256#network_for_ssh=public
257
258# IP version used for SSH connections. (integer value)
259#ip_version_for_ssh=4
260
261# Dose the SSH uses Floating IP? (boolean value)
262#use_floatingip_for_ssh=true
263
264# Catalog type of the Compute service. (string value)
265#catalog_type=compute
266
267# The compute region name to use. If empty, the value of
268# identity.region is used instead. If no such region is found
269# in the service catalog, the first found one is used. (string
270# value)
271#region=
272
JordanP5d29b2c2013-12-18 13:56:03 +0000273# The endpoint type to use for the compute service. (string
274# value)
275#endpoint_type=publicURL
276
Matthew Treinish3d468112013-10-24 21:49:14 +0000277# Catalog type of the Compute v3 service. (string value)
278#catalog_v3_type=computev3
279
280# Path to a private key file for SSH access to remote hosts
281# (string value)
282#path_to_private_key=<None>
283
284# Expected device name when a volume is attached to an
285# instance (string value)
286#volume_device_name=vdb
287
288# Time in seconds before a shelved instance is eligible for
289# removing from a host. -1 never offload, 0 offload when
290# shelved. This time should be the same as the time of
291# nova.conf, and some tests will run for as long as the time.
292# (integer value)
293#shelved_offload_time=0
294
Sean Daguefc691e32014-01-03 08:51:54 -0500295# Allows test cases to create/destroy tenants and users. This
296# option enables isolated test cases and better parallel
297# execution, but also requires that OpenStack Identity API
298# admin credentials are known. (boolean value)
299#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000300
Sean Daguefc691e32014-01-03 08:51:54 -0500301
302[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700303
Matthew Treinish3d468112013-10-24 21:49:14 +0000304#
305# Options defined in tempest.config
306#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400307
Sean Daguefc691e32014-01-03 08:51:54 -0500308# Administrative Username to use for Nova API requests.
309# (string value)
310#username=admin
Arata Notsu8f440392013-09-13 16:14:20 +0900311
Sean Daguefc691e32014-01-03 08:51:54 -0500312# Administrative Tenant name to use for Nova API requests.
313# (string value)
314#tenant_name=admin
Maru Newby81f07a02012-09-05 20:21:19 -0700315
Sean Daguefc691e32014-01-03 08:51:54 -0500316# API key to use when authenticating as admin. (string value)
317#password=pass
Matthew Treinish3d468112013-10-24 21:49:14 +0000318
319
Sean Daguefc691e32014-01-03 08:51:54 -0500320[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000321
322#
323# Options defined in tempest.config
324#
325
Sean Daguefc691e32014-01-03 08:51:54 -0500326# If false, skip all nova v3 tests. (boolean value)
327#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000328
Sean Daguefc691e32014-01-03 08:51:54 -0500329# If false, skip disk config tests (boolean value)
330#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000331
Zhi Kun Liude25c022014-02-14 13:25:19 +0800332# A list of enabled compute extensions with a special entry
333# all which indicates every extension is enabled (list value)
334#api_extensions=all
335
Sean Daguefc691e32014-01-03 08:51:54 -0500336# A list of enabled v3 extensions with a special entry all
337# which indicates every extension is enabled (list value)
338#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000339
Sean Daguefc691e32014-01-03 08:51:54 -0500340# Does the test environment support changing the admin
341# password? (boolean value)
342#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000343
Sean Daguefc691e32014-01-03 08:51:54 -0500344# Does the test environment support snapshots? (boolean value)
345#create_image=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000346
Sean Daguefc691e32014-01-03 08:51:54 -0500347# Does the test environment support resizing? (boolean value)
348#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000349
Sean Daguefc691e32014-01-03 08:51:54 -0500350# Does the test environment support live migration available?
351# (boolean value)
352#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000353
Sean Daguefc691e32014-01-03 08:51:54 -0500354# Does the test environment use block devices for live
355# migration (boolean value)
356#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000357
Sean Daguefc691e32014-01-03 08:51:54 -0500358# Does the test environment block migration support cinder
359# iSCSI volumes (boolean value)
360#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100361
362
Julie Pichond1017642013-07-24 16:37:23 +0100363[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100364
Matthew Treinish3d468112013-10-24 21:49:14 +0000365#
366# Options defined in tempest.config
367#
Julie Pichond1017642013-07-24 16:37:23 +0100368
Matthew Treinish3d468112013-10-24 21:49:14 +0000369# Where the dashboard can be found (string value)
370#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900371
Matthew Treinish3d468112013-10-24 21:49:14 +0000372# Login page for the dashboard (string value)
373#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900374
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900375
Sean Daguefc691e32014-01-03 08:51:54 -0500376[data_processing]
377
378#
379# Options defined in tempest.config
380#
381
382# Catalog type of the data processing service. (string value)
383#catalog_type=data_processing
384
JordanPfc62c902014-02-26 14:47:28 +0000385# The endpoint type to use for the data processing service.
386# (string value)
387#endpoint_type=publicURL
388
Sean Daguefc691e32014-01-03 08:51:54 -0500389
390[debug]
391
392#
393# Options defined in tempest.config
394#
395
396# Enable diagnostic commands (boolean value)
397#enable=true
398
399
400[identity]
401
402#
403# Options defined in tempest.config
404#
405
406# Catalog type of the Identity service. (string value)
407#catalog_type=identity
408
409# Set to True if using self-signed SSL certificates. (boolean
410# value)
411#disable_ssl_certificate_validation=false
412
413# Full URI of the OpenStack Identity API (Keystone), v2
414# (string value)
415#uri=<None>
416
417# Full URI of the OpenStack Identity API (Keystone), v3
418# (string value)
419#uri_v3=<None>
420
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000421# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000422# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000423#auth_version=v2
424
Sean Daguefc691e32014-01-03 08:51:54 -0500425# The identity region name to use. Also used as the other
426# services' region name unless they are set explicitly. If no
427# such region is found in the service catalog, the first found
428# one is used. (string value)
429#region=RegionOne
430
JordanP5d29b2c2013-12-18 13:56:03 +0000431# The endpoint type to use for the identity service. (string
432# value)
433#endpoint_type=publicURL
434
Sean Daguefc691e32014-01-03 08:51:54 -0500435# Username to use for Nova API requests. (string value)
436#username=demo
437
438# Tenant name to use for Nova API requests. (string value)
439#tenant_name=demo
440
441# Role required to administrate keystone. (string value)
442#admin_role=admin
443
444# API key to use when authenticating. (string value)
445#password=pass
446
447# Username of alternate user to use for Nova API requests.
448# (string value)
449#alt_username=<None>
450
451# Alternate user's Tenant name to use for Nova API requests.
452# (string value)
453#alt_tenant_name=<None>
454
455# API key to use when authenticating as alternate user.
456# (string value)
457#alt_password=<None>
458
Dirk Mueller14bd5622014-01-14 19:33:05 +0100459# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500460# (string value)
461#admin_username=admin
462
463# Administrative Tenant name to use for Keystone API requests.
464# (string value)
465#admin_tenant_name=admin
466
467# API key to use when authenticating as admin. (string value)
468#admin_password=pass
469
470
Matthew Treinishd5021a72014-01-09 18:42:51 +0000471[identity-feature-enabled]
472
473#
474# Options defined in tempest.config
475#
476
477# Does the identity service have delegation and impersonation
478# enabled (boolean value)
479#trust=true
480
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000481# Is the v2 identity API enabled (boolean value)
482#api_v2=true
483
484# Is the v3 identity API enabled (boolean value)
485#api_v3=true
486
Matthew Treinishd5021a72014-01-09 18:42:51 +0000487
Sean Daguefc691e32014-01-03 08:51:54 -0500488[image]
489
490#
491# Options defined in tempest.config
492#
493
494# Catalog type of the Image service. (string value)
495#catalog_type=image
496
497# The image region name to use. If empty, the value of
498# identity.region is used instead. If no such region is found
499# in the service catalog, the first found one is used. (string
500# value)
501#region=
502
JordanP5d29b2c2013-12-18 13:56:03 +0000503# The endpoint type to use for the image service. (string
504# value)
505#endpoint_type=publicURL
506
Sean Daguefc691e32014-01-03 08:51:54 -0500507# http accessible image (string value)
508#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
509
510
511[image-feature-enabled]
512
513#
514# Options defined in tempest.config
515#
516
517# Is the v2 image API enabled (boolean value)
518#api_v2=true
519
520# Is the v1 image API enabled (boolean value)
521#api_v1=true
522
523
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000524[input-scenario]
525
526#
527# Options defined in tempest.config
528#
529
530# Matching images become parameters for scenario tests (string
531# value)
532#image_regex=^cirros-0.3.1-x86_64-uec$
533
534# Matching flavors become parameters for scenario tests
535# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000536#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000537
538# SSH verification in tests is skippedfor matching images
539# (string value)
540#non_ssh_image_regex=^.*[Ww]in.*$
541
542# List of user mapped to regex to matching image names.
543# (string value)
544#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
545
546
Sean Daguefc691e32014-01-03 08:51:54 -0500547[network]
548
549#
550# Options defined in tempest.config
551#
552
553# Catalog type of the Neutron service. (string value)
554#catalog_type=network
555
556# The network region name to use. If empty, the value of
557# identity.region is used instead. If no such region is found
558# in the service catalog, the first found one is used. (string
559# value)
560#region=
561
JordanP5d29b2c2013-12-18 13:56:03 +0000562# The endpoint type to use for the network service. (string
563# value)
564#endpoint_type=publicURL
565
Henry Gessauffda37a2014-01-16 11:17:55 -0500566# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500567# value)
568#tenant_network_cidr=10.100.0.0/16
569
Henry Gessauffda37a2014-01-16 11:17:55 -0500570# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500571#tenant_network_mask_bits=28
572
armando-migliaccio5bb7aef2014-02-19 21:55:14 -0800573# Allow the execution of IPv6 tests (boolean value)
574#ipv6_enabled=true
575
Henry Gessauffda37a2014-01-16 11:17:55 -0500576# The cidr block to allocate tenant ipv6 subnets from (string
577# value)
578#tenant_network_v6_cidr=2003::/64
579
580# The mask bits for tenant ipv6 subnets (integer value)
581#tenant_network_v6_mask_bits=96
582
Sean Daguefc691e32014-01-03 08:51:54 -0500583# Whether tenant network connectivity should be evaluated
584# directly (boolean value)
585#tenant_networks_reachable=false
586
587# Id of the public network that provides external connectivity
588# (string value)
589#public_network_id=
590
591# Id of the public router that provides external connectivity
592# (string value)
593#public_router_id=
594
595
596[network-feature-enabled]
597
598#
599# Options defined in tempest.config
600#
601
Zhi Kun Liude25c022014-02-14 13:25:19 +0800602# A list of enabled network extensions with a special entry
603# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500604#api_extensions=all
605
606
607[object-storage]
608
609#
610# Options defined in tempest.config
611#
612
613# Catalog type of the Object-Storage service. (string value)
614#catalog_type=object-store
615
616# The object-storage region name to use. If empty, the value
617# of identity.region is used instead. If no such region is
618# found in the service catalog, the first found one is used.
619# (string value)
620#region=
621
JordanP5d29b2c2013-12-18 13:56:03 +0000622# The endpoint type to use for the object-store service.
623# (string value)
624#endpoint_type=publicURL
625
Fabien Boucher2178d312013-12-31 15:38:57 +0100626# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500627# container synchronization complete. (integer value)
628#container_sync_timeout=120
629
Fabien Boucher2178d312013-12-31 15:38:57 +0100630# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500631# of a container to container synchronization (integer value)
632#container_sync_interval=5
633
634# Role to add to users created for swift tests to enable
635# creating containers (string value)
636#operator_role=Member
637
638
639[object-storage-feature-enabled]
640
641#
642# Options defined in tempest.config
643#
644
Matthew Treinish20345382013-12-13 17:04:23 +0000645# A list of the enabled optional discoverable apis. A single
646# entry, all, indicates that all of these features are
647# expected to be enabled (list value)
648#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500649
650
Matthew Treinish3d468112013-10-24 21:49:14 +0000651[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900652
Matthew Treinish3d468112013-10-24 21:49:14 +0000653#
654# Options defined in tempest.config
655#
Attila Fazekas86950732013-06-08 09:33:08 +0200656
Matthew Treinish3d468112013-10-24 21:49:14 +0000657# Catalog type of the Orchestration service. (string value)
658#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000659
Matthew Treinish3d468112013-10-24 21:49:14 +0000660# The orchestration region name to use. If empty, the value of
661# identity.region is used instead. If no such region is found
662# in the service catalog, the first found one is used. (string
663# value)
664#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400665
JordanP5d29b2c2013-12-18 13:56:03 +0000666# The endpoint type to use for the orchestration service.
667# (string value)
668#endpoint_type=publicURL
669
Matthew Treinish3d468112013-10-24 21:49:14 +0000670# Time in seconds between build status checks. (integer value)
671#build_interval=1
672
673# Timeout in seconds to wait for a stack to build. (integer
674# value)
675#build_timeout=300
676
677# Instance type for tests. Needs to be big enough for a full
678# OS plus the test workload (string value)
679#instance_type=m1.micro
680
681# Name of heat-cfntools enabled image to use when launching
682# test instances. (string value)
683#image_ref=<None>
684
685# Name of existing keypair to launch servers with. (string
686# value)
687#keypair_name=<None>
688
689# Value must match heat configuration of the same name.
690# (integer value)
691#max_template_size=524288
692
693
Sean Daguefc691e32014-01-03 08:51:54 -0500694[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000695
696#
697# Options defined in tempest.config
698#
699
Sean Daguefc691e32014-01-03 08:51:54 -0500700# Directory containing image files (string value)
701#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
702
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900703# QCOW2 image file name (string value)
704#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
705
Sean Daguefc691e32014-01-03 08:51:54 -0500706# AMI image file name (string value)
707#ami_img_file=cirros-0.3.1-x86_64-blank.img
708
709# ARI image file name (string value)
710#ari_img_file=cirros-0.3.1-x86_64-initrd
711
712# AKI image file name (string value)
713#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
714
715# ssh username for the image file (string value)
716#ssh_user=cirros
717
718# specifies how many resources to request at once. Used for
719# large operations testing. (integer value)
720#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000721
722
723[service_available]
724
725#
726# Options defined in tempest.config
727#
728
729# Whether or not cinder is expected to be available (boolean
730# value)
731#cinder=true
732
733# Whether or not neutron is expected to be available (boolean
734# value)
735#neutron=false
736
737# Whether or not glance is expected to be available (boolean
738# value)
739#glance=true
740
741# Whether or not swift is expected to be available (boolean
742# value)
743#swift=true
744
745# Whether or not nova is expected to be available (boolean
746# value)
747#nova=true
748
749# Whether or not Heat is expected to be available (boolean
750# value)
751#heat=false
752
753# Whether or not Ceilometer is expected to be available
754# (boolean value)
755#ceilometer=true
756
757# Whether or not Horizon is expected to be available (boolean
758# value)
759#horizon=true
760
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400761# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100762# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400763#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000764
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300765# Whether or not Ironic is expected to be available (boolean
766# value)
767#ironic=false
768
Matthew Treinish3d468112013-10-24 21:49:14 +0000769
Sean Daguefc691e32014-01-03 08:51:54 -0500770[stress]
771
772#
773# Options defined in tempest.config
774#
775
776# Directory containing log files on the compute nodes (string
777# value)
778#nova_logdir=<None>
779
780# Maximum number of instances to create during test. (integer
781# value)
782#max_instances=16
783
784# Controller host. (string value)
785#controller=<None>
786
787# Controller host. (string value)
788#target_controller=<None>
789
790# ssh user. (string value)
791#target_ssh_user=<None>
792
793# Path to private key. (string value)
794#target_private_key_path=<None>
795
796# regexp for list of log files. (string value)
797#target_logfiles=<None>
798
799# time (in seconds) between log file error checks. (integer
800# value)
801#log_check_interval=60
802
803# The number of threads created while stress test. (integer
804# value)
805#default_thread_number_per_action=4
806
Julien Leloup04d40f72014-01-28 11:17:18 +0100807# Prevent the cleaning (tearDownClass()) between each stress
808# test run if an exception occurs during this run. (boolean
809# value)
810#leave_dirty_stack=false
811
Julien Leloupa5ee5422014-02-13 14:29:02 +0100812# Allows a full cleaning process after a stress test. Caution
813# : this cleanup will remove every objects of every tenant.
814# (boolean value)
815#full_clean_stack=false
816
Sean Daguefc691e32014-01-03 08:51:54 -0500817
818[telemetry]
819
820#
821# Options defined in tempest.config
822#
823
824# Catalog type of the Telemetry service. (string value)
825#catalog_type=metering
826
JordanPfc62c902014-02-26 14:47:28 +0000827# The endpoint type to use for the telemetry service. (string
828# value)
829#endpoint_type=publicURL
830
Sean Daguefc691e32014-01-03 08:51:54 -0500831
832[volume]
833
834#
835# Options defined in tempest.config
836#
837
838# Time in seconds between volume availability checks. (integer
839# value)
840#build_interval=10
841
842# Timeout in seconds to wait for a volume to becomeavailable.
843# (integer value)
844#build_timeout=300
845
846# Catalog type of the Volume Service (string value)
847#catalog_type=volume
848
849# The volume region name to use. If empty, the value of
850# identity.region is used instead. If no such region is found
851# in the service catalog, the first found one is used. (string
852# value)
853#region=
854
JordanP5d29b2c2013-12-18 13:56:03 +0000855# The endpoint type to use for the volume service. (string
856# value)
857#endpoint_type=publicURL
858
Sean Daguefc691e32014-01-03 08:51:54 -0500859# Name of the backend1 (must be declared in cinder.conf)
860# (string value)
861#backend1_name=BACKEND_1
862
863# Name of the backend2 (must be declared in cinder.conf)
864# (string value)
865#backend2_name=BACKEND_2
866
867# Backend protocol to target when creating volume types
868# (string value)
869#storage_protocol=iSCSI
870
871# Backend vendor to target when creating volume types (string
872# value)
873#vendor_name=Open Source
874
875# Disk format to use when copying a volume to image (string
876# value)
877#disk_format=raw
878
879
880[volume-feature-enabled]
881
882#
883# Options defined in tempest.config
884#
885
886# Runs Cinder multi-backend test (requires 2 backends)
887# (boolean value)
888#multi_backend=false
889
Giulio Fidente74b08ad2014-01-18 04:02:51 +0100890# Runs Cinder volumes backup test (boolean value)
891#backup=true
892
Zhi Kun Liude25c022014-02-14 13:25:19 +0800893# A list of enabled volume extensions with a special entry all
894# which indicates every extension is enabled (list value)
895#api_extensions=all
896
Sean Daguefc691e32014-01-03 08:51:54 -0500897# Is the v1 volume API enabled (boolean value)
898#api_v1=true
899
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +0800900# Is the v2 volume API enabled (boolean value)
901#api_v2=true
902
Sean Daguefc691e32014-01-03 08:51:54 -0500903