blob: 2fdbb7e9cf7b763452ad6c9992fd34ba5b8cf487 [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
Attila Fazekas27dd92e2014-02-21 14:49:40 +0100131# AWS Zone for EC2 tests (string value)
132#aws_zone=nova
133
Sean Daguefc691e32014-01-03 08:51:54 -0500134# S3 Materials Path (string value)
135#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
136
137# ARI Ramdisk Image manifest (string value)
138#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
139
140# AMI Machine Image manifest (string value)
141#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
142
143# AKI Kernel Image manifest (string value)
144#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
145
146# Instance type (string value)
147#instance_type=m1.tiny
148
149# boto Http socket timeout (integer value)
150#http_socket_timeout=3
151
152# boto num_retries on error (integer value)
153#num_retries=1
154
155# Status Change Timeout (integer value)
156#build_timeout=60
157
158# Status Change Test Interval (integer value)
159#build_interval=1
160
161
162[cli]
163
164#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000165# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500166#
167
168# enable cli tests (boolean value)
169#enabled=true
170
171# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400172# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500173#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400174
Sean Dague44b24682014-02-20 19:08:24 -0500175# Whether the tempest run location has access to the *-manage
176# commands. In a pure blackbox environment it will not.
177# (boolean value)
178#has_manage=true
179
Sean Daguefc691e32014-01-03 08:51:54 -0500180# Number of seconds to wait on a CLI timeout (integer value)
181#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900182
Sean Dague83401992013-05-06 17:46:36 -0400183
Matthew Treinish3d468112013-10-24 21:49:14 +0000184[compute]
185
186#
187# Options defined in tempest.config
188#
189
190# Allows test cases to create/destroy tenants and users. This
191# option enables isolated test cases and better parallel
192# execution, but also requires that OpenStack Identity API
193# admin credentials are known. (boolean value)
194#allow_tenant_isolation=false
195
Matthew Treinish3d468112013-10-24 21:49:14 +0000196# Valid secondary image reference to be used in tests. (string
197# value)
198#image_ref={$IMAGE_ID}
199
200# Valid secondary image reference to be used in tests. (string
201# value)
202#image_ref_alt={$IMAGE_ID_ALT}
203
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900204# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000205#flavor_ref=1
206
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900207# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000208#flavor_ref_alt=2
209
210# User name used to authenticate to an instance. (string
211# value)
212#image_ssh_user=root
213
214# Password used to authenticate to an instance. (string value)
215#image_ssh_password=password
216
217# User name used to authenticate to an instance using the
218# alternate image. (string value)
219#image_alt_ssh_user=root
220
221# Password used to authenticate to an instance using the
222# alternate image. (string value)
223#image_alt_ssh_password=password
224
225# Time in seconds between build status checks. (integer value)
226#build_interval=10
227
228# Timeout in seconds to wait for an instance to build.
229# (integer value)
230#build_timeout=300
231
Derek Higgins85cd5142013-12-17 17:10:11 +0000232# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000233#run_ssh=false
234
235# User name used to authenticate to an instance. (string
236# value)
237#ssh_user=root
238
239# Timeout in seconds to wait for ping to succeed. (integer
240# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000241#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000242
243# Timeout in seconds to wait for authentication to succeed.
244# (integer value)
245#ssh_timeout=300
246
247# Additional wait time for clean state, when there is no OS-
248# EXT-STS extension available (integer value)
249#ready_wait=0
250
251# Timeout in seconds to wait for output from ssh channel.
252# (integer value)
253#ssh_channel_timeout=60
254
255# Visible fixed network name (string value)
256#fixed_network_name=private
257
258# Network used for SSH connections. (string value)
259#network_for_ssh=public
260
261# IP version used for SSH connections. (integer value)
262#ip_version_for_ssh=4
263
Tushar Kalra95a482d2014-03-25 14:24:43 -0700264# Does SSH use Floating IPs? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000265#use_floatingip_for_ssh=true
266
267# Catalog type of the Compute service. (string value)
268#catalog_type=compute
269
270# The compute region name to use. If empty, the value of
271# identity.region is used instead. If no such region is found
272# in the service catalog, the first found one is used. (string
273# value)
274#region=
275
JordanP5d29b2c2013-12-18 13:56:03 +0000276# The endpoint type to use for the compute service. (string
277# value)
278#endpoint_type=publicURL
279
Matthew Treinish3d468112013-10-24 21:49:14 +0000280# Catalog type of the Compute v3 service. (string value)
281#catalog_v3_type=computev3
282
283# Path to a private key file for SSH access to remote hosts
284# (string value)
285#path_to_private_key=<None>
286
287# Expected device name when a volume is attached to an
288# instance (string value)
289#volume_device_name=vdb
290
291# Time in seconds before a shelved instance is eligible for
292# removing from a host. -1 never offload, 0 offload when
293# shelved. This time should be the same as the time of
294# nova.conf, and some tests will run for as long as the time.
295# (integer value)
296#shelved_offload_time=0
297
Sean Daguefc691e32014-01-03 08:51:54 -0500298# Allows test cases to create/destroy tenants and users. This
299# option enables isolated test cases and better parallel
300# execution, but also requires that OpenStack Identity API
301# admin credentials are known. (boolean value)
302#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000303
Sean Daguefc691e32014-01-03 08:51:54 -0500304
305[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700306
Matthew Treinish3d468112013-10-24 21:49:14 +0000307#
308# Options defined in tempest.config
309#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400310
Sean Daguefc691e32014-01-03 08:51:54 -0500311# Administrative Username to use for Nova API requests.
312# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000313#username=<None>
Arata Notsu8f440392013-09-13 16:14:20 +0900314
Sean Daguefc691e32014-01-03 08:51:54 -0500315# Administrative Tenant name to use for Nova API requests.
316# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000317#tenant_name=<None>
Maru Newby81f07a02012-09-05 20:21:19 -0700318
Sean Daguefc691e32014-01-03 08:51:54 -0500319# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000320#password=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000321
322
Sean Daguefc691e32014-01-03 08:51:54 -0500323[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000324
325#
326# Options defined in tempest.config
327#
328
Sean Daguefc691e32014-01-03 08:51:54 -0500329# If false, skip all nova v3 tests. (boolean value)
330#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000331
Sean Daguefc691e32014-01-03 08:51:54 -0500332# If false, skip disk config tests (boolean value)
333#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000334
Zhi Kun Liude25c022014-02-14 13:25:19 +0800335# A list of enabled compute extensions with a special entry
336# all which indicates every extension is enabled (list value)
337#api_extensions=all
338
Sean Daguefc691e32014-01-03 08:51:54 -0500339# A list of enabled v3 extensions with a special entry all
340# which indicates every extension is enabled (list value)
341#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000342
Sean Daguefc691e32014-01-03 08:51:54 -0500343# Does the test environment support changing the admin
344# password? (boolean value)
345#change_password=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
Eric Windischb5538072014-03-09 23:47:35 -0400350# Does the test environment support pausing? (boolean value)
351#pause=true
352
Eric Windischaeb7e842014-03-10 01:10:50 -0400353# Does the test environment support suspend/resume? (boolean
354# value)
355#suspend=true
356
Sean Daguefc691e32014-01-03 08:51:54 -0500357# Does the test environment support live migration available?
358# (boolean value)
359#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000360
Sean Daguefc691e32014-01-03 08:51:54 -0500361# Does the test environment use block devices for live
362# migration (boolean value)
363#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000364
Sean Daguefc691e32014-01-03 08:51:54 -0500365# Does the test environment block migration support cinder
366# iSCSI volumes (boolean value)
367#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100368
Ghanshyam Mann41c17572014-02-27 18:52:56 +0900369# Enable VNC console. This configuration value should be same
370# as [nova.vnc]->vnc_enabled in nova.conf (boolean value)
371#vnc_console=false
372
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100373
Julie Pichond1017642013-07-24 16:37:23 +0100374[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100375
Matthew Treinish3d468112013-10-24 21:49:14 +0000376#
377# Options defined in tempest.config
378#
Julie Pichond1017642013-07-24 16:37:23 +0100379
Matthew Treinish3d468112013-10-24 21:49:14 +0000380# Where the dashboard can be found (string value)
381#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900382
Matthew Treinish3d468112013-10-24 21:49:14 +0000383# Login page for the dashboard (string value)
384#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900385
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900386
Sean Daguefc691e32014-01-03 08:51:54 -0500387[data_processing]
388
389#
390# Options defined in tempest.config
391#
392
393# Catalog type of the data processing service. (string value)
394#catalog_type=data_processing
395
JordanPfc62c902014-02-26 14:47:28 +0000396# The endpoint type to use for the data processing service.
397# (string value)
398#endpoint_type=publicURL
399
Sean Daguefc691e32014-01-03 08:51:54 -0500400
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800401[database]
402
403#
404# Options defined in tempest.config
405#
406
407# Catalog type of the Database service. (string value)
408#catalog_type=database
409
410# Valid primary flavor to use in database tests. (string
411# value)
412#db_flavor_ref=1
413
414
Sean Daguefc691e32014-01-03 08:51:54 -0500415[debug]
416
417#
418# Options defined in tempest.config
419#
420
421# Enable diagnostic commands (boolean value)
422#enable=true
423
Sean Daguec522c092014-03-24 10:43:22 -0400424# A regex to determine which requests should be traced. This
425# is a regex to match the caller for rest client requests to
426# be able to selectively trace calls out of specific classes
427# and methods. It largely exists for test development, and is
428# not expected to be used in a real deploy of tempest. This
429# will be matched against the discovered ClassName:method in
430# the test environment. Expected values for this field are:
431# * ClassName:test_method_name - traces one test_method *
432# ClassName:setUp(Class) - traces specific setup functions *
433# ClassName:tearDown(Class) - traces specific teardown
434# functions * ClassName:_run_cleanups - traces the cleanup
435# functions If nothing is specified, this feature is not
436# enabled. To trace everything specify .* as the regex.
437# (string value)
438#trace_requests=
439
Sean Daguefc691e32014-01-03 08:51:54 -0500440
441[identity]
442
443#
444# Options defined in tempest.config
445#
446
447# Catalog type of the Identity service. (string value)
448#catalog_type=identity
449
450# Set to True if using self-signed SSL certificates. (boolean
451# value)
452#disable_ssl_certificate_validation=false
453
454# Full URI of the OpenStack Identity API (Keystone), v2
455# (string value)
456#uri=<None>
457
458# Full URI of the OpenStack Identity API (Keystone), v3
459# (string value)
460#uri_v3=<None>
461
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000462# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000463# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000464#auth_version=v2
465
Sean Daguefc691e32014-01-03 08:51:54 -0500466# The identity region name to use. Also used as the other
467# services' region name unless they are set explicitly. If no
468# such region is found in the service catalog, the first found
469# one is used. (string value)
470#region=RegionOne
471
JordanP5d29b2c2013-12-18 13:56:03 +0000472# The endpoint type to use for the identity service. (string
473# value)
474#endpoint_type=publicURL
475
Sean Daguefc691e32014-01-03 08:51:54 -0500476# Username to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000477#username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500478
479# Tenant name to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000480#tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500481
482# Role required to administrate keystone. (string value)
483#admin_role=admin
484
485# API key to use when authenticating. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000486#password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500487
488# Username of alternate user to use for Nova API requests.
489# (string value)
490#alt_username=<None>
491
492# Alternate user's Tenant name to use for Nova API requests.
493# (string value)
494#alt_tenant_name=<None>
495
496# API key to use when authenticating as alternate user.
497# (string value)
498#alt_password=<None>
499
Dirk Mueller14bd5622014-01-14 19:33:05 +0100500# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500501# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000502#admin_username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500503
504# Administrative Tenant name to use for Keystone API requests.
505# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000506#admin_tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500507
508# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000509#admin_password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500510
511
Matthew Treinishd5021a72014-01-09 18:42:51 +0000512[identity-feature-enabled]
513
514#
515# Options defined in tempest.config
516#
517
518# Does the identity service have delegation and impersonation
519# enabled (boolean value)
520#trust=true
521
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000522# Is the v2 identity API enabled (boolean value)
523#api_v2=true
524
525# Is the v3 identity API enabled (boolean value)
526#api_v3=true
527
Matthew Treinishd5021a72014-01-09 18:42:51 +0000528
Sean Daguefc691e32014-01-03 08:51:54 -0500529[image]
530
531#
532# Options defined in tempest.config
533#
534
535# Catalog type of the Image service. (string value)
536#catalog_type=image
537
538# The image region name to use. If empty, the value of
539# identity.region is used instead. If no such region is found
540# in the service catalog, the first found one is used. (string
541# value)
542#region=
543
JordanP5d29b2c2013-12-18 13:56:03 +0000544# The endpoint type to use for the image service. (string
545# value)
546#endpoint_type=publicURL
547
Sean Daguefc691e32014-01-03 08:51:54 -0500548# http accessible image (string value)
549#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
550
551
552[image-feature-enabled]
553
554#
555# Options defined in tempest.config
556#
557
558# Is the v2 image API enabled (boolean value)
559#api_v2=true
560
561# Is the v1 image API enabled (boolean value)
562#api_v1=true
563
564
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000565[input-scenario]
566
567#
568# Options defined in tempest.config
569#
570
571# Matching images become parameters for scenario tests (string
572# value)
573#image_regex=^cirros-0.3.1-x86_64-uec$
574
575# Matching flavors become parameters for scenario tests
576# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000577#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000578
579# SSH verification in tests is skippedfor matching images
580# (string value)
581#non_ssh_image_regex=^.*[Ww]in.*$
582
583# List of user mapped to regex to matching image names.
584# (string value)
585#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
586
587
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100588[negative]
589
590#
591# Options defined in tempest.config
592#
593
594# Test generator class for all negative tests (string value)
595#test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator
596
597
Sean Daguefc691e32014-01-03 08:51:54 -0500598[network]
599
600#
601# Options defined in tempest.config
602#
603
604# Catalog type of the Neutron service. (string value)
605#catalog_type=network
606
607# The network region name to use. If empty, the value of
608# identity.region is used instead. If no such region is found
609# in the service catalog, the first found one is used. (string
610# value)
611#region=
612
JordanP5d29b2c2013-12-18 13:56:03 +0000613# The endpoint type to use for the network service. (string
614# value)
615#endpoint_type=publicURL
616
Henry Gessauffda37a2014-01-16 11:17:55 -0500617# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500618# value)
619#tenant_network_cidr=10.100.0.0/16
620
Henry Gessauffda37a2014-01-16 11:17:55 -0500621# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500622#tenant_network_mask_bits=28
623
Henry Gessauffda37a2014-01-16 11:17:55 -0500624# The cidr block to allocate tenant ipv6 subnets from (string
625# value)
626#tenant_network_v6_cidr=2003::/64
627
628# The mask bits for tenant ipv6 subnets (integer value)
629#tenant_network_v6_mask_bits=96
630
Sean Daguefc691e32014-01-03 08:51:54 -0500631# Whether tenant network connectivity should be evaluated
632# directly (boolean value)
633#tenant_networks_reachable=false
634
635# Id of the public network that provides external connectivity
636# (string value)
637#public_network_id=
638
639# Id of the public router that provides external connectivity
640# (string value)
641#public_router_id=
642
izikpensod9a01a62014-02-17 20:02:32 +0200643# Timeout in seconds to wait for network operation to
644# complete. (integer value)
645#build_timeout=300
646
647# Time in seconds between network operation status checks.
648# (integer value)
649#build_interval=10
650
Sean Daguefc691e32014-01-03 08:51:54 -0500651
652[network-feature-enabled]
653
654#
655# Options defined in tempest.config
656#
657
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000658# Allow the execution of IPv6 tests (boolean value)
659#ipv6=true
660
Zhi Kun Liude25c022014-02-14 13:25:19 +0800661# A list of enabled network extensions with a special entry
662# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500663#api_extensions=all
664
665
666[object-storage]
667
668#
669# Options defined in tempest.config
670#
671
672# Catalog type of the Object-Storage service. (string value)
673#catalog_type=object-store
674
675# The object-storage region name to use. If empty, the value
676# of identity.region is used instead. If no such region is
677# found in the service catalog, the first found one is used.
678# (string value)
679#region=
680
JordanP5d29b2c2013-12-18 13:56:03 +0000681# The endpoint type to use for the object-store service.
682# (string value)
683#endpoint_type=publicURL
684
Fabien Boucher2178d312013-12-31 15:38:57 +0100685# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500686# container synchronization complete. (integer value)
687#container_sync_timeout=120
688
Fabien Boucher2178d312013-12-31 15:38:57 +0100689# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500690# of a container to container synchronization (integer value)
691#container_sync_interval=5
692
693# Role to add to users created for swift tests to enable
694# creating containers (string value)
695#operator_role=Member
696
Matthew Treinish998c91d2014-03-01 12:39:49 -0500697# User role that has reseller admin (string value)
698#reseller_admin_role=ResellerAdmin
699
Sean Daguefc691e32014-01-03 08:51:54 -0500700
701[object-storage-feature-enabled]
702
703#
704# Options defined in tempest.config
705#
706
Matthew Treinish20345382013-12-13 17:04:23 +0000707# A list of the enabled optional discoverable apis. A single
708# entry, all, indicates that all of these features are
709# expected to be enabled (list value)
710#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500711
712
Matthew Treinish3d468112013-10-24 21:49:14 +0000713[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900714
Matthew Treinish3d468112013-10-24 21:49:14 +0000715#
716# Options defined in tempest.config
717#
Attila Fazekas86950732013-06-08 09:33:08 +0200718
Matthew Treinish3d468112013-10-24 21:49:14 +0000719# Catalog type of the Orchestration service. (string value)
720#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000721
Matthew Treinish3d468112013-10-24 21:49:14 +0000722# The orchestration region name to use. If empty, the value of
723# identity.region is used instead. If no such region is found
724# in the service catalog, the first found one is used. (string
725# value)
726#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400727
JordanP5d29b2c2013-12-18 13:56:03 +0000728# The endpoint type to use for the orchestration service.
729# (string value)
730#endpoint_type=publicURL
731
Matthew Treinish3d468112013-10-24 21:49:14 +0000732# Time in seconds between build status checks. (integer value)
733#build_interval=1
734
735# Timeout in seconds to wait for a stack to build. (integer
736# value)
Steve Baker27f02432014-03-07 09:47:32 +1300737#build_timeout=600
Matthew Treinish3d468112013-10-24 21:49:14 +0000738
739# Instance type for tests. Needs to be big enough for a full
740# OS plus the test workload (string value)
741#instance_type=m1.micro
742
743# Name of heat-cfntools enabled image to use when launching
744# test instances. (string value)
745#image_ref=<None>
746
747# Name of existing keypair to launch servers with. (string
748# value)
749#keypair_name=<None>
750
751# Value must match heat configuration of the same name.
752# (integer value)
753#max_template_size=524288
754
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000755# Value must match heat configuration of the same name.
756# (integer value)
757#max_resources_per_stack=1000
758
Matthew Treinish3d468112013-10-24 21:49:14 +0000759
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500760[queuing]
761
762#
763# Options defined in tempest.config
764#
765
766# Catalog type of the Queuing service. (string value)
767#catalog_type=queuing
768
769
Sean Daguefc691e32014-01-03 08:51:54 -0500770[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000771
772#
773# Options defined in tempest.config
774#
775
Sean Daguefc691e32014-01-03 08:51:54 -0500776# Directory containing image files (string value)
777#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
778
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900779# QCOW2 image file name (string value)
780#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
781
Sean Daguefc691e32014-01-03 08:51:54 -0500782# AMI image file name (string value)
783#ami_img_file=cirros-0.3.1-x86_64-blank.img
784
785# ARI image file name (string value)
786#ari_img_file=cirros-0.3.1-x86_64-initrd
787
788# AKI image file name (string value)
789#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
790
791# ssh username for the image file (string value)
792#ssh_user=cirros
793
794# specifies how many resources to request at once. Used for
795# large operations testing. (integer value)
796#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000797
798
799[service_available]
800
801#
802# Options defined in tempest.config
803#
804
805# Whether or not cinder is expected to be available (boolean
806# value)
807#cinder=true
808
809# Whether or not neutron is expected to be available (boolean
810# value)
811#neutron=false
812
813# Whether or not glance is expected to be available (boolean
814# value)
815#glance=true
816
817# Whether or not swift is expected to be available (boolean
818# value)
819#swift=true
820
821# Whether or not nova is expected to be available (boolean
822# value)
823#nova=true
824
825# Whether or not Heat is expected to be available (boolean
826# value)
827#heat=false
828
829# Whether or not Ceilometer is expected to be available
830# (boolean value)
831#ceilometer=true
832
833# Whether or not Horizon is expected to be available (boolean
834# value)
835#horizon=true
836
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400837# Whether or not Sahara is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100838# value)
Sergey Lukjanov9c95a252014-03-13 23:59:22 +0400839#sahara=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000840
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300841# Whether or not Ironic is expected to be available (boolean
842# value)
843#ironic=false
844
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800845# Whether or not Trove is expected to be available (boolean
846# value)
847#trove=false
848
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500849# Whether or not Marconi is expected to be available (boolean
850# value)
851#marconi=false
852
Matthew Treinish3d468112013-10-24 21:49:14 +0000853
Sean Daguefc691e32014-01-03 08:51:54 -0500854[stress]
855
856#
857# Options defined in tempest.config
858#
859
860# Directory containing log files on the compute nodes (string
861# value)
862#nova_logdir=<None>
863
864# Maximum number of instances to create during test. (integer
865# value)
866#max_instances=16
867
868# Controller host. (string value)
869#controller=<None>
870
871# Controller host. (string value)
872#target_controller=<None>
873
874# ssh user. (string value)
875#target_ssh_user=<None>
876
877# Path to private key. (string value)
878#target_private_key_path=<None>
879
880# regexp for list of log files. (string value)
881#target_logfiles=<None>
882
883# time (in seconds) between log file error checks. (integer
884# value)
885#log_check_interval=60
886
887# The number of threads created while stress test. (integer
888# value)
889#default_thread_number_per_action=4
890
Julien Leloup04d40f72014-01-28 11:17:18 +0100891# Prevent the cleaning (tearDownClass()) between each stress
892# test run if an exception occurs during this run. (boolean
893# value)
894#leave_dirty_stack=false
895
Julien Leloupa5ee5422014-02-13 14:29:02 +0100896# Allows a full cleaning process after a stress test. Caution
897# : this cleanup will remove every objects of every tenant.
898# (boolean value)
899#full_clean_stack=false
900
Sean Daguefc691e32014-01-03 08:51:54 -0500901
902[telemetry]
903
904#
905# Options defined in tempest.config
906#
907
908# Catalog type of the Telemetry service. (string value)
909#catalog_type=metering
910
JordanPfc62c902014-02-26 14:47:28 +0000911# The endpoint type to use for the telemetry service. (string
912# value)
913#endpoint_type=publicURL
914
Sean Daguefc691e32014-01-03 08:51:54 -0500915
916[volume]
917
918#
919# Options defined in tempest.config
920#
921
922# Time in seconds between volume availability checks. (integer
923# value)
924#build_interval=10
925
926# Timeout in seconds to wait for a volume to becomeavailable.
927# (integer value)
928#build_timeout=300
929
930# Catalog type of the Volume Service (string value)
931#catalog_type=volume
932
933# The volume region name to use. If empty, the value of
934# identity.region is used instead. If no such region is found
935# in the service catalog, the first found one is used. (string
936# value)
937#region=
938
JordanP5d29b2c2013-12-18 13:56:03 +0000939# The endpoint type to use for the volume service. (string
940# value)
941#endpoint_type=publicURL
942
Sean Daguefc691e32014-01-03 08:51:54 -0500943# Name of the backend1 (must be declared in cinder.conf)
944# (string value)
945#backend1_name=BACKEND_1
946
947# Name of the backend2 (must be declared in cinder.conf)
948# (string value)
949#backend2_name=BACKEND_2
950
951# Backend protocol to target when creating volume types
952# (string value)
953#storage_protocol=iSCSI
954
955# Backend vendor to target when creating volume types (string
956# value)
957#vendor_name=Open Source
958
959# Disk format to use when copying a volume to image (string
960# value)
961#disk_format=raw
962
963
964[volume-feature-enabled]
965
966#
967# Options defined in tempest.config
968#
969
970# Runs Cinder multi-backend test (requires 2 backends)
971# (boolean value)
972#multi_backend=false
973
Giulio Fidente74b08ad2014-01-18 04:02:51 +0100974# Runs Cinder volumes backup test (boolean value)
975#backup=true
976
JordanPbce55532014-03-19 12:10:32 +0100977# Runs Cinder volume snapshot test (boolean value)
978#snapshot=true
979
Zhi Kun Liude25c022014-02-14 13:25:19 +0800980# A list of enabled volume extensions with a special entry all
981# which indicates every extension is enabled (list value)
982#api_extensions=all
983
Sean Daguefc691e32014-01-03 08:51:54 -0500984# Is the v1 volume API enabled (boolean value)
985#api_v1=true
986
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +0800987# Is the v2 volume API enabled (boolean value)
988#api_v2=true
989
Sean Daguefc691e32014-01-03 08:51:54 -0500990