blob: bab2471a8cc354ac4f058fb79f1b64442cbac1f3 [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
Ghanshyam Mann41c17572014-02-27 18:52:56 +0900362# Enable VNC console. This configuration value should be same
363# as [nova.vnc]->vnc_enabled in nova.conf (boolean value)
364#vnc_console=false
365
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100366
Julie Pichond1017642013-07-24 16:37:23 +0100367[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100368
Matthew Treinish3d468112013-10-24 21:49:14 +0000369#
370# Options defined in tempest.config
371#
Julie Pichond1017642013-07-24 16:37:23 +0100372
Matthew Treinish3d468112013-10-24 21:49:14 +0000373# Where the dashboard can be found (string value)
374#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900375
Matthew Treinish3d468112013-10-24 21:49:14 +0000376# Login page for the dashboard (string value)
377#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900378
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900379
Sean Daguefc691e32014-01-03 08:51:54 -0500380[data_processing]
381
382#
383# Options defined in tempest.config
384#
385
386# Catalog type of the data processing service. (string value)
387#catalog_type=data_processing
388
JordanPfc62c902014-02-26 14:47:28 +0000389# The endpoint type to use for the data processing service.
390# (string value)
391#endpoint_type=publicURL
392
Sean Daguefc691e32014-01-03 08:51:54 -0500393
394[debug]
395
396#
397# Options defined in tempest.config
398#
399
400# Enable diagnostic commands (boolean value)
401#enable=true
402
403
404[identity]
405
406#
407# Options defined in tempest.config
408#
409
410# Catalog type of the Identity service. (string value)
411#catalog_type=identity
412
413# Set to True if using self-signed SSL certificates. (boolean
414# value)
415#disable_ssl_certificate_validation=false
416
417# Full URI of the OpenStack Identity API (Keystone), v2
418# (string value)
419#uri=<None>
420
421# Full URI of the OpenStack Identity API (Keystone), v3
422# (string value)
423#uri_v3=<None>
424
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000425# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000426# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000427#auth_version=v2
428
Sean Daguefc691e32014-01-03 08:51:54 -0500429# The identity region name to use. Also used as the other
430# services' region name unless they are set explicitly. If no
431# such region is found in the service catalog, the first found
432# one is used. (string value)
433#region=RegionOne
434
JordanP5d29b2c2013-12-18 13:56:03 +0000435# The endpoint type to use for the identity service. (string
436# value)
437#endpoint_type=publicURL
438
Sean Daguefc691e32014-01-03 08:51:54 -0500439# Username to use for Nova API requests. (string value)
440#username=demo
441
442# Tenant name to use for Nova API requests. (string value)
443#tenant_name=demo
444
445# Role required to administrate keystone. (string value)
446#admin_role=admin
447
448# API key to use when authenticating. (string value)
449#password=pass
450
451# Username of alternate user to use for Nova API requests.
452# (string value)
453#alt_username=<None>
454
455# Alternate user's Tenant name to use for Nova API requests.
456# (string value)
457#alt_tenant_name=<None>
458
459# API key to use when authenticating as alternate user.
460# (string value)
461#alt_password=<None>
462
Dirk Mueller14bd5622014-01-14 19:33:05 +0100463# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500464# (string value)
465#admin_username=admin
466
467# Administrative Tenant name to use for Keystone API requests.
468# (string value)
469#admin_tenant_name=admin
470
471# API key to use when authenticating as admin. (string value)
472#admin_password=pass
473
474
Matthew Treinishd5021a72014-01-09 18:42:51 +0000475[identity-feature-enabled]
476
477#
478# Options defined in tempest.config
479#
480
481# Does the identity service have delegation and impersonation
482# enabled (boolean value)
483#trust=true
484
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000485# Is the v2 identity API enabled (boolean value)
486#api_v2=true
487
488# Is the v3 identity API enabled (boolean value)
489#api_v3=true
490
Matthew Treinishd5021a72014-01-09 18:42:51 +0000491
Sean Daguefc691e32014-01-03 08:51:54 -0500492[image]
493
494#
495# Options defined in tempest.config
496#
497
498# Catalog type of the Image service. (string value)
499#catalog_type=image
500
501# The image region name to use. If empty, the value of
502# identity.region is used instead. If no such region is found
503# in the service catalog, the first found one is used. (string
504# value)
505#region=
506
JordanP5d29b2c2013-12-18 13:56:03 +0000507# The endpoint type to use for the image service. (string
508# value)
509#endpoint_type=publicURL
510
Sean Daguefc691e32014-01-03 08:51:54 -0500511# http accessible image (string value)
512#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
513
514
515[image-feature-enabled]
516
517#
518# Options defined in tempest.config
519#
520
521# Is the v2 image API enabled (boolean value)
522#api_v2=true
523
524# Is the v1 image API enabled (boolean value)
525#api_v1=true
526
527
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000528[input-scenario]
529
530#
531# Options defined in tempest.config
532#
533
534# Matching images become parameters for scenario tests (string
535# value)
536#image_regex=^cirros-0.3.1-x86_64-uec$
537
538# Matching flavors become parameters for scenario tests
539# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000540#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000541
542# SSH verification in tests is skippedfor matching images
543# (string value)
544#non_ssh_image_regex=^.*[Ww]in.*$
545
546# List of user mapped to regex to matching image names.
547# (string value)
548#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
549
550
Sean Daguefc691e32014-01-03 08:51:54 -0500551[network]
552
553#
554# Options defined in tempest.config
555#
556
557# Catalog type of the Neutron service. (string value)
558#catalog_type=network
559
560# The network region name to use. If empty, the value of
561# identity.region is used instead. If no such region is found
562# in the service catalog, the first found one is used. (string
563# value)
564#region=
565
JordanP5d29b2c2013-12-18 13:56:03 +0000566# The endpoint type to use for the network service. (string
567# value)
568#endpoint_type=publicURL
569
Henry Gessauffda37a2014-01-16 11:17:55 -0500570# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500571# value)
572#tenant_network_cidr=10.100.0.0/16
573
Henry Gessauffda37a2014-01-16 11:17:55 -0500574# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500575#tenant_network_mask_bits=28
576
armando-migliaccio5bb7aef2014-02-19 21:55:14 -0800577# Allow the execution of IPv6 tests (boolean value)
578#ipv6_enabled=true
579
Henry Gessauffda37a2014-01-16 11:17:55 -0500580# The cidr block to allocate tenant ipv6 subnets from (string
581# value)
582#tenant_network_v6_cidr=2003::/64
583
584# The mask bits for tenant ipv6 subnets (integer value)
585#tenant_network_v6_mask_bits=96
586
Sean Daguefc691e32014-01-03 08:51:54 -0500587# Whether tenant network connectivity should be evaluated
588# directly (boolean value)
589#tenant_networks_reachable=false
590
591# Id of the public network that provides external connectivity
592# (string value)
593#public_network_id=
594
595# Id of the public router that provides external connectivity
596# (string value)
597#public_router_id=
598
599
600[network-feature-enabled]
601
602#
603# Options defined in tempest.config
604#
605
Zhi Kun Liude25c022014-02-14 13:25:19 +0800606# A list of enabled network extensions with a special entry
607# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500608#api_extensions=all
609
610
611[object-storage]
612
613#
614# Options defined in tempest.config
615#
616
617# Catalog type of the Object-Storage service. (string value)
618#catalog_type=object-store
619
620# The object-storage region name to use. If empty, the value
621# of identity.region is used instead. If no such region is
622# found in the service catalog, the first found one is used.
623# (string value)
624#region=
625
JordanP5d29b2c2013-12-18 13:56:03 +0000626# The endpoint type to use for the object-store service.
627# (string value)
628#endpoint_type=publicURL
629
Fabien Boucher2178d312013-12-31 15:38:57 +0100630# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500631# container synchronization complete. (integer value)
632#container_sync_timeout=120
633
Fabien Boucher2178d312013-12-31 15:38:57 +0100634# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500635# of a container to container synchronization (integer value)
636#container_sync_interval=5
637
638# Role to add to users created for swift tests to enable
639# creating containers (string value)
640#operator_role=Member
641
Matthew Treinish998c91d2014-03-01 12:39:49 -0500642# User role that has reseller admin (string value)
643#reseller_admin_role=ResellerAdmin
644
Sean Daguefc691e32014-01-03 08:51:54 -0500645
646[object-storage-feature-enabled]
647
648#
649# Options defined in tempest.config
650#
651
Matthew Treinish20345382013-12-13 17:04:23 +0000652# A list of the enabled optional discoverable apis. A single
653# entry, all, indicates that all of these features are
654# expected to be enabled (list value)
655#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500656
657
Matthew Treinish3d468112013-10-24 21:49:14 +0000658[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900659
Matthew Treinish3d468112013-10-24 21:49:14 +0000660#
661# Options defined in tempest.config
662#
Attila Fazekas86950732013-06-08 09:33:08 +0200663
Matthew Treinish3d468112013-10-24 21:49:14 +0000664# Catalog type of the Orchestration service. (string value)
665#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000666
Matthew Treinish3d468112013-10-24 21:49:14 +0000667# The orchestration region name to use. If empty, the value of
668# identity.region is used instead. If no such region is found
669# in the service catalog, the first found one is used. (string
670# value)
671#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400672
JordanP5d29b2c2013-12-18 13:56:03 +0000673# The endpoint type to use for the orchestration service.
674# (string value)
675#endpoint_type=publicURL
676
Matthew Treinish3d468112013-10-24 21:49:14 +0000677# Time in seconds between build status checks. (integer value)
678#build_interval=1
679
680# Timeout in seconds to wait for a stack to build. (integer
681# value)
Steve Baker27f02432014-03-07 09:47:32 +1300682#build_timeout=600
Matthew Treinish3d468112013-10-24 21:49:14 +0000683
684# Instance type for tests. Needs to be big enough for a full
685# OS plus the test workload (string value)
686#instance_type=m1.micro
687
688# Name of heat-cfntools enabled image to use when launching
689# test instances. (string value)
690#image_ref=<None>
691
692# Name of existing keypair to launch servers with. (string
693# value)
694#keypair_name=<None>
695
696# Value must match heat configuration of the same name.
697# (integer value)
698#max_template_size=524288
699
700
Sean Daguefc691e32014-01-03 08:51:54 -0500701[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000702
703#
704# Options defined in tempest.config
705#
706
Sean Daguefc691e32014-01-03 08:51:54 -0500707# Directory containing image files (string value)
708#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
709
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900710# QCOW2 image file name (string value)
711#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
712
Sean Daguefc691e32014-01-03 08:51:54 -0500713# AMI image file name (string value)
714#ami_img_file=cirros-0.3.1-x86_64-blank.img
715
716# ARI image file name (string value)
717#ari_img_file=cirros-0.3.1-x86_64-initrd
718
719# AKI image file name (string value)
720#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
721
722# ssh username for the image file (string value)
723#ssh_user=cirros
724
725# specifies how many resources to request at once. Used for
726# large operations testing. (integer value)
727#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000728
729
730[service_available]
731
732#
733# Options defined in tempest.config
734#
735
736# Whether or not cinder is expected to be available (boolean
737# value)
738#cinder=true
739
740# Whether or not neutron is expected to be available (boolean
741# value)
742#neutron=false
743
744# Whether or not glance is expected to be available (boolean
745# value)
746#glance=true
747
748# Whether or not swift is expected to be available (boolean
749# value)
750#swift=true
751
752# Whether or not nova is expected to be available (boolean
753# value)
754#nova=true
755
756# Whether or not Heat is expected to be available (boolean
757# value)
758#heat=false
759
760# Whether or not Ceilometer is expected to be available
761# (boolean value)
762#ceilometer=true
763
764# Whether or not Horizon is expected to be available (boolean
765# value)
766#horizon=true
767
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400768# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100769# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400770#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000771
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300772# Whether or not Ironic is expected to be available (boolean
773# value)
774#ironic=false
775
Matthew Treinish3d468112013-10-24 21:49:14 +0000776
Sean Daguefc691e32014-01-03 08:51:54 -0500777[stress]
778
779#
780# Options defined in tempest.config
781#
782
783# Directory containing log files on the compute nodes (string
784# value)
785#nova_logdir=<None>
786
787# Maximum number of instances to create during test. (integer
788# value)
789#max_instances=16
790
791# Controller host. (string value)
792#controller=<None>
793
794# Controller host. (string value)
795#target_controller=<None>
796
797# ssh user. (string value)
798#target_ssh_user=<None>
799
800# Path to private key. (string value)
801#target_private_key_path=<None>
802
803# regexp for list of log files. (string value)
804#target_logfiles=<None>
805
806# time (in seconds) between log file error checks. (integer
807# value)
808#log_check_interval=60
809
810# The number of threads created while stress test. (integer
811# value)
812#default_thread_number_per_action=4
813
Julien Leloup04d40f72014-01-28 11:17:18 +0100814# Prevent the cleaning (tearDownClass()) between each stress
815# test run if an exception occurs during this run. (boolean
816# value)
817#leave_dirty_stack=false
818
Julien Leloupa5ee5422014-02-13 14:29:02 +0100819# Allows a full cleaning process after a stress test. Caution
820# : this cleanup will remove every objects of every tenant.
821# (boolean value)
822#full_clean_stack=false
823
Sean Daguefc691e32014-01-03 08:51:54 -0500824
825[telemetry]
826
827#
828# Options defined in tempest.config
829#
830
831# Catalog type of the Telemetry service. (string value)
832#catalog_type=metering
833
JordanPfc62c902014-02-26 14:47:28 +0000834# The endpoint type to use for the telemetry service. (string
835# value)
836#endpoint_type=publicURL
837
Sean Daguefc691e32014-01-03 08:51:54 -0500838
839[volume]
840
841#
842# Options defined in tempest.config
843#
844
845# Time in seconds between volume availability checks. (integer
846# value)
847#build_interval=10
848
849# Timeout in seconds to wait for a volume to becomeavailable.
850# (integer value)
851#build_timeout=300
852
853# Catalog type of the Volume Service (string value)
854#catalog_type=volume
855
856# The volume region name to use. If empty, the value of
857# identity.region is used instead. If no such region is found
858# in the service catalog, the first found one is used. (string
859# value)
860#region=
861
JordanP5d29b2c2013-12-18 13:56:03 +0000862# The endpoint type to use for the volume service. (string
863# value)
864#endpoint_type=publicURL
865
Sean Daguefc691e32014-01-03 08:51:54 -0500866# Name of the backend1 (must be declared in cinder.conf)
867# (string value)
868#backend1_name=BACKEND_1
869
870# Name of the backend2 (must be declared in cinder.conf)
871# (string value)
872#backend2_name=BACKEND_2
873
874# Backend protocol to target when creating volume types
875# (string value)
876#storage_protocol=iSCSI
877
878# Backend vendor to target when creating volume types (string
879# value)
880#vendor_name=Open Source
881
882# Disk format to use when copying a volume to image (string
883# value)
884#disk_format=raw
885
886
887[volume-feature-enabled]
888
889#
890# Options defined in tempest.config
891#
892
893# Runs Cinder multi-backend test (requires 2 backends)
894# (boolean value)
895#multi_backend=false
896
Giulio Fidente74b08ad2014-01-18 04:02:51 +0100897# Runs Cinder volumes backup test (boolean value)
898#backup=true
899
Zhi Kun Liude25c022014-02-14 13:25:19 +0800900# A list of enabled volume extensions with a special entry all
901# which indicates every extension is enabled (list value)
902#api_extensions=all
903
Sean Daguefc691e32014-01-03 08:51:54 -0500904# Is the v1 volume API enabled (boolean value)
905#api_v1=true
906
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +0800907# Is the v2 volume API enabled (boolean value)
908#api_v2=true
909
Sean Daguefc691e32014-01-03 08:51:54 -0500910