blob: 7c604be7f1bf8a0969b5835edea08b0aa64b8bfd [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
108
Sean Daguefc691e32014-01-03 08:51:54 -0500109[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400110
111#
112# Options defined in tempest.config
113#
114
Sean Daguefc691e32014-01-03 08:51:54 -0500115# EC2 URL (string value)
116#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400117
Sean Daguefc691e32014-01-03 08:51:54 -0500118# S3 URL (string value)
119#s3_url=http://localhost:8080
120
121# AWS Secret Key (string value)
122#aws_secret=<None>
123
124# AWS Access Key (string value)
125#aws_access=<None>
126
127# S3 Materials Path (string value)
128#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
129
130# ARI Ramdisk Image manifest (string value)
131#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
132
133# AMI Machine Image manifest (string value)
134#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
135
136# AKI Kernel Image manifest (string value)
137#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
138
139# Instance type (string value)
140#instance_type=m1.tiny
141
142# boto Http socket timeout (integer value)
143#http_socket_timeout=3
144
145# boto num_retries on error (integer value)
146#num_retries=1
147
148# Status Change Timeout (integer value)
149#build_timeout=60
150
151# Status Change Test Interval (integer value)
152#build_interval=1
153
154
155[cli]
156
157#
158# Options defined in tempest.cli
159#
160
161# enable cli tests (boolean value)
162#enabled=true
163
164# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400165# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500166#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400167
Sean Daguefc691e32014-01-03 08:51:54 -0500168# Number of seconds to wait on a CLI timeout (integer value)
169#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900170
Sean Dague83401992013-05-06 17:46:36 -0400171
Matthew Treinish3d468112013-10-24 21:49:14 +0000172[compute]
173
174#
175# Options defined in tempest.config
176#
177
178# Allows test cases to create/destroy tenants and users. This
179# option enables isolated test cases and better parallel
180# execution, but also requires that OpenStack Identity API
181# admin credentials are known. (boolean value)
182#allow_tenant_isolation=false
183
Matthew Treinish3d468112013-10-24 21:49:14 +0000184# Valid secondary image reference to be used in tests. (string
185# value)
186#image_ref={$IMAGE_ID}
187
188# Valid secondary image reference to be used in tests. (string
189# value)
190#image_ref_alt={$IMAGE_ID_ALT}
191
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900192# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000193#flavor_ref=1
194
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900195# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000196#flavor_ref_alt=2
197
198# User name used to authenticate to an instance. (string
199# value)
200#image_ssh_user=root
201
202# Password used to authenticate to an instance. (string value)
203#image_ssh_password=password
204
205# User name used to authenticate to an instance using the
206# alternate image. (string value)
207#image_alt_ssh_user=root
208
209# Password used to authenticate to an instance using the
210# alternate image. (string value)
211#image_alt_ssh_password=password
212
213# Time in seconds between build status checks. (integer value)
214#build_interval=10
215
216# Timeout in seconds to wait for an instance to build.
217# (integer value)
218#build_timeout=300
219
Derek Higgins85cd5142013-12-17 17:10:11 +0000220# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000221#run_ssh=false
222
223# User name used to authenticate to an instance. (string
224# value)
225#ssh_user=root
226
227# Timeout in seconds to wait for ping to succeed. (integer
228# value)
229#ping_timeout=60
230
231# Timeout in seconds to wait for authentication to succeed.
232# (integer value)
233#ssh_timeout=300
234
235# Additional wait time for clean state, when there is no OS-
236# EXT-STS extension available (integer value)
237#ready_wait=0
238
239# Timeout in seconds to wait for output from ssh channel.
240# (integer value)
241#ssh_channel_timeout=60
242
243# Visible fixed network name (string value)
244#fixed_network_name=private
245
246# Network used for SSH connections. (string value)
247#network_for_ssh=public
248
249# IP version used for SSH connections. (integer value)
250#ip_version_for_ssh=4
251
252# Dose the SSH uses Floating IP? (boolean value)
253#use_floatingip_for_ssh=true
254
255# Catalog type of the Compute service. (string value)
256#catalog_type=compute
257
258# The compute region name to use. If empty, the value of
259# identity.region is used instead. If no such region is found
260# in the service catalog, the first found one is used. (string
261# value)
262#region=
263
264# Catalog type of the Compute v3 service. (string value)
265#catalog_v3_type=computev3
266
267# Path to a private key file for SSH access to remote hosts
268# (string value)
269#path_to_private_key=<None>
270
271# Expected device name when a volume is attached to an
272# instance (string value)
273#volume_device_name=vdb
274
275# Time in seconds before a shelved instance is eligible for
276# removing from a host. -1 never offload, 0 offload when
277# shelved. This time should be the same as the time of
278# nova.conf, and some tests will run for as long as the time.
279# (integer value)
280#shelved_offload_time=0
281
Sean Daguefc691e32014-01-03 08:51:54 -0500282# Allows test cases to create/destroy tenants and users. This
283# option enables isolated test cases and better parallel
284# execution, but also requires that OpenStack Identity API
285# admin credentials are known. (boolean value)
286#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000287
Sean Daguefc691e32014-01-03 08:51:54 -0500288
289[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700290
Matthew Treinish3d468112013-10-24 21:49:14 +0000291#
292# Options defined in tempest.config
293#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400294
Sean Daguefc691e32014-01-03 08:51:54 -0500295# Administrative Username to use for Nova API requests.
296# (string value)
297#username=admin
Arata Notsu8f440392013-09-13 16:14:20 +0900298
Sean Daguefc691e32014-01-03 08:51:54 -0500299# Administrative Tenant name to use for Nova API requests.
300# (string value)
301#tenant_name=admin
Maru Newby81f07a02012-09-05 20:21:19 -0700302
Sean Daguefc691e32014-01-03 08:51:54 -0500303# API key to use when authenticating as admin. (string value)
304#password=pass
Matthew Treinish3d468112013-10-24 21:49:14 +0000305
306
Sean Daguefc691e32014-01-03 08:51:54 -0500307[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000308
309#
310# Options defined in tempest.config
311#
312
Sean Daguefc691e32014-01-03 08:51:54 -0500313# If false, skip all nova v3 tests. (boolean value)
314#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000315
Sean Daguefc691e32014-01-03 08:51:54 -0500316# If false, skip disk config tests (boolean value)
317#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000318
Sean Daguefc691e32014-01-03 08:51:54 -0500319# A list of enabled v3 extensions with a special entry all
320# which indicates every extension is enabled (list value)
321#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000322
Sean Daguefc691e32014-01-03 08:51:54 -0500323# Does the test environment support changing the admin
324# password? (boolean value)
325#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000326
Sean Daguefc691e32014-01-03 08:51:54 -0500327# Does the test environment support snapshots? (boolean value)
328#create_image=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000329
Sean Daguefc691e32014-01-03 08:51:54 -0500330# Does the test environment support resizing? (boolean value)
331#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000332
Sean Daguefc691e32014-01-03 08:51:54 -0500333# Does the test environment support live migration available?
334# (boolean value)
335#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000336
Sean Daguefc691e32014-01-03 08:51:54 -0500337# Does the test environment use block devices for live
338# migration (boolean value)
339#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000340
Sean Daguefc691e32014-01-03 08:51:54 -0500341# Does the test environment block migration support cinder
342# iSCSI volumes (boolean value)
343#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100344
345
Julie Pichond1017642013-07-24 16:37:23 +0100346[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100347
Matthew Treinish3d468112013-10-24 21:49:14 +0000348#
349# Options defined in tempest.config
350#
Julie Pichond1017642013-07-24 16:37:23 +0100351
Matthew Treinish3d468112013-10-24 21:49:14 +0000352# Where the dashboard can be found (string value)
353#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900354
Matthew Treinish3d468112013-10-24 21:49:14 +0000355# Login page for the dashboard (string value)
356#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900357
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900358
Sean Daguefc691e32014-01-03 08:51:54 -0500359[data_processing]
360
361#
362# Options defined in tempest.config
363#
364
365# Catalog type of the data processing service. (string value)
366#catalog_type=data_processing
367
368
369[debug]
370
371#
372# Options defined in tempest.config
373#
374
375# Enable diagnostic commands (boolean value)
376#enable=true
377
378
379[identity]
380
381#
382# Options defined in tempest.config
383#
384
385# Catalog type of the Identity service. (string value)
386#catalog_type=identity
387
388# Set to True if using self-signed SSL certificates. (boolean
389# value)
390#disable_ssl_certificate_validation=false
391
392# Full URI of the OpenStack Identity API (Keystone), v2
393# (string value)
394#uri=<None>
395
396# Full URI of the OpenStack Identity API (Keystone), v3
397# (string value)
398#uri_v3=<None>
399
400# The identity region name to use. Also used as the other
401# services' region name unless they are set explicitly. If no
402# such region is found in the service catalog, the first found
403# one is used. (string value)
404#region=RegionOne
405
406# Username to use for Nova API requests. (string value)
407#username=demo
408
409# Tenant name to use for Nova API requests. (string value)
410#tenant_name=demo
411
412# Role required to administrate keystone. (string value)
413#admin_role=admin
414
415# API key to use when authenticating. (string value)
416#password=pass
417
418# Username of alternate user to use for Nova API requests.
419# (string value)
420#alt_username=<None>
421
422# Alternate user's Tenant name to use for Nova API requests.
423# (string value)
424#alt_tenant_name=<None>
425
426# API key to use when authenticating as alternate user.
427# (string value)
428#alt_password=<None>
429
430# Administrative Username to use forKeystone API requests.
431# (string value)
432#admin_username=admin
433
434# Administrative Tenant name to use for Keystone API requests.
435# (string value)
436#admin_tenant_name=admin
437
438# API key to use when authenticating as admin. (string value)
439#admin_password=pass
440
441
442[image]
443
444#
445# Options defined in tempest.config
446#
447
448# Catalog type of the Image service. (string value)
449#catalog_type=image
450
451# The image region name to use. If empty, the value of
452# identity.region is used instead. If no such region is found
453# in the service catalog, the first found one is used. (string
454# value)
455#region=
456
457# http accessible image (string value)
458#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
459
460
461[image-feature-enabled]
462
463#
464# Options defined in tempest.config
465#
466
467# Is the v2 image API enabled (boolean value)
468#api_v2=true
469
470# Is the v1 image API enabled (boolean value)
471#api_v1=true
472
473
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000474[input-scenario]
475
476#
477# Options defined in tempest.config
478#
479
480# Matching images become parameters for scenario tests (string
481# value)
482#image_regex=^cirros-0.3.1-x86_64-uec$
483
484# Matching flavors become parameters for scenario tests
485# (string value)
486#flavor_regex=^m1.(micro|nano|tiny)$
487
488# SSH verification in tests is skippedfor matching images
489# (string value)
490#non_ssh_image_regex=^.*[Ww]in.*$
491
492# List of user mapped to regex to matching image names.
493# (string value)
494#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
495
496
Sean Daguefc691e32014-01-03 08:51:54 -0500497[network]
498
499#
500# Options defined in tempest.config
501#
502
503# Catalog type of the Neutron service. (string value)
504#catalog_type=network
505
506# The network region name to use. If empty, the value of
507# identity.region is used instead. If no such region is found
508# in the service catalog, the first found one is used. (string
509# value)
510#region=
511
512# The cidr block to allocate tenant networks from (string
513# value)
514#tenant_network_cidr=10.100.0.0/16
515
516# The mask bits for tenant networks (integer value)
517#tenant_network_mask_bits=28
518
519# Whether tenant network connectivity should be evaluated
520# directly (boolean value)
521#tenant_networks_reachable=false
522
523# Id of the public network that provides external connectivity
524# (string value)
525#public_network_id=
526
527# Id of the public router that provides external connectivity
528# (string value)
529#public_router_id=
530
531
532[network-feature-enabled]
533
534#
535# Options defined in tempest.config
536#
537
538# A list of enabled extensions with a special entry all which
539# indicates every extension is enabled (list value)
540#api_extensions=all
541
542# A list of enabled extensions with a special entry all which
543# indicates every extension is enabled (list value)
544#api_extensions=all
545
546# A list of enabled extensions with a special entry all which
547# indicates every extension is enabled (list value)
548#api_extensions=all
549
550
551[object-storage]
552
553#
554# Options defined in tempest.config
555#
556
557# Catalog type of the Object-Storage service. (string value)
558#catalog_type=object-store
559
560# The object-storage region name to use. If empty, the value
561# of identity.region is used instead. If no such region is
562# found in the service catalog, the first found one is used.
563# (string value)
564#region=
565
Fabien Boucher2178d312013-12-31 15:38:57 +0100566# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500567# container synchronization complete. (integer value)
568#container_sync_timeout=120
569
Fabien Boucher2178d312013-12-31 15:38:57 +0100570# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500571# of a container to container synchronization (integer value)
572#container_sync_interval=5
573
574# Role to add to users created for swift tests to enable
575# creating containers (string value)
576#operator_role=Member
577
578
579[object-storage-feature-enabled]
580
581#
582# Options defined in tempest.config
583#
584
Matthew Treinish20345382013-12-13 17:04:23 +0000585# A list of the enabled optional discoverable apis. A single
586# entry, all, indicates that all of these features are
587# expected to be enabled (list value)
588#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500589
590
Matthew Treinish3d468112013-10-24 21:49:14 +0000591[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900592
Matthew Treinish3d468112013-10-24 21:49:14 +0000593#
594# Options defined in tempest.config
595#
Attila Fazekas86950732013-06-08 09:33:08 +0200596
Matthew Treinish3d468112013-10-24 21:49:14 +0000597# Catalog type of the Orchestration service. (string value)
598#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000599
Matthew Treinish3d468112013-10-24 21:49:14 +0000600# The orchestration region name to use. If empty, the value of
601# identity.region is used instead. If no such region is found
602# in the service catalog, the first found one is used. (string
603# value)
604#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400605
Matthew Treinish3d468112013-10-24 21:49:14 +0000606# Time in seconds between build status checks. (integer value)
607#build_interval=1
608
609# Timeout in seconds to wait for a stack to build. (integer
610# value)
611#build_timeout=300
612
613# Instance type for tests. Needs to be big enough for a full
614# OS plus the test workload (string value)
615#instance_type=m1.micro
616
617# Name of heat-cfntools enabled image to use when launching
618# test instances. (string value)
619#image_ref=<None>
620
621# Name of existing keypair to launch servers with. (string
622# value)
623#keypair_name=<None>
624
625# Value must match heat configuration of the same name.
626# (integer value)
627#max_template_size=524288
628
629
Sean Daguefc691e32014-01-03 08:51:54 -0500630[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000631
632#
633# Options defined in tempest.config
634#
635
Sean Daguefc691e32014-01-03 08:51:54 -0500636# Directory containing image files (string value)
637#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
638
639# AMI image file name (string value)
640#ami_img_file=cirros-0.3.1-x86_64-blank.img
641
642# ARI image file name (string value)
643#ari_img_file=cirros-0.3.1-x86_64-initrd
644
645# AKI image file name (string value)
646#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
647
648# ssh username for the image file (string value)
649#ssh_user=cirros
650
651# specifies how many resources to request at once. Used for
652# large operations testing. (integer value)
653#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000654
655
656[service_available]
657
658#
659# Options defined in tempest.config
660#
661
662# Whether or not cinder is expected to be available (boolean
663# value)
664#cinder=true
665
666# Whether or not neutron is expected to be available (boolean
667# value)
668#neutron=false
669
670# Whether or not glance is expected to be available (boolean
671# value)
672#glance=true
673
674# Whether or not swift is expected to be available (boolean
675# value)
676#swift=true
677
678# Whether or not nova is expected to be available (boolean
679# value)
680#nova=true
681
682# Whether or not Heat is expected to be available (boolean
683# value)
684#heat=false
685
686# Whether or not Ceilometer is expected to be available
687# (boolean value)
688#ceilometer=true
689
690# Whether or not Horizon is expected to be available (boolean
691# value)
692#horizon=true
693
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400694# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100695# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400696#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000697
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300698# Whether or not Ironic is expected to be available (boolean
699# value)
700#ironic=false
701
Matthew Treinish3d468112013-10-24 21:49:14 +0000702
Sean Daguefc691e32014-01-03 08:51:54 -0500703[stress]
704
705#
706# Options defined in tempest.config
707#
708
709# Directory containing log files on the compute nodes (string
710# value)
711#nova_logdir=<None>
712
713# Maximum number of instances to create during test. (integer
714# value)
715#max_instances=16
716
717# Controller host. (string value)
718#controller=<None>
719
720# Controller host. (string value)
721#target_controller=<None>
722
723# ssh user. (string value)
724#target_ssh_user=<None>
725
726# Path to private key. (string value)
727#target_private_key_path=<None>
728
729# regexp for list of log files. (string value)
730#target_logfiles=<None>
731
732# time (in seconds) between log file error checks. (integer
733# value)
734#log_check_interval=60
735
736# The number of threads created while stress test. (integer
737# value)
738#default_thread_number_per_action=4
739
740
741[telemetry]
742
743#
744# Options defined in tempest.config
745#
746
747# Catalog type of the Telemetry service. (string value)
748#catalog_type=metering
749
750
751[volume]
752
753#
754# Options defined in tempest.config
755#
756
757# Time in seconds between volume availability checks. (integer
758# value)
759#build_interval=10
760
761# Timeout in seconds to wait for a volume to becomeavailable.
762# (integer value)
763#build_timeout=300
764
765# Catalog type of the Volume Service (string value)
766#catalog_type=volume
767
768# The volume region name to use. If empty, the value of
769# identity.region is used instead. If no such region is found
770# in the service catalog, the first found one is used. (string
771# value)
772#region=
773
774# Name of the backend1 (must be declared in cinder.conf)
775# (string value)
776#backend1_name=BACKEND_1
777
778# Name of the backend2 (must be declared in cinder.conf)
779# (string value)
780#backend2_name=BACKEND_2
781
782# Backend protocol to target when creating volume types
783# (string value)
784#storage_protocol=iSCSI
785
786# Backend vendor to target when creating volume types (string
787# value)
788#vendor_name=Open Source
789
790# Disk format to use when copying a volume to image (string
791# value)
792#disk_format=raw
793
794
795[volume-feature-enabled]
796
797#
798# Options defined in tempest.config
799#
800
801# Runs Cinder multi-backend test (requires 2 backends)
802# (boolean value)
803#multi_backend=false
804
805# Is the v1 volume API enabled (boolean value)
806#api_v1=true
807
808