blob: 607ba8be50bc0af58bf9bc1a9a48edfd0dfa2c38 [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)
31#logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s
32
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)
Saranya Pandianbaefccc2013-12-03 22:42:01 +053046#default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=INFO,paramiko=INFO
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
62# If this option is specified, the logging configuration file
63# specified is used and overrides any other logging options
64# specified. Please see the Python logging module
65# documentation for details on logging configuration files.
66# (string value)
67#log_config=<None>
68
69# DEPRECATED. A logging.Formatter log message format string
70# which may use any of the available logging.LogRecord
71# attributes. This option is deprecated. Please use
72# logging_context_format_string and
73# logging_default_format_string instead. (string value)
74#log_format=<None>
75
76# Format string for %%(asctime)s in log records. Default:
77# %(default)s (string value)
78#log_date_format=%Y-%m-%d %H:%M:%S
79
80# (Optional) Name of log file to output to. If no default is
81# set, logging will go to stdout. (string value)
82# Deprecated group/name - [DEFAULT]/logfile
83#log_file=<None>
84
85# (Optional) The base directory used for relative --log-file
86# paths (string value)
87# Deprecated group/name - [DEFAULT]/logdir
88#log_dir=<None>
89
90# Use syslog for logging. (boolean value)
91#use_syslog=false
92
93# syslog facility to receive log lines (string value)
94#syslog_log_facility=LOG_USER
95
Marc Kodererb714de52013-08-08 09:21:46 +020096
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +040097[image]
98
99#
100# Options defined in tempest.config
101#
102
103# Catalog type of the Image service. (string value)
104#catalog_type=image
105
106# The image region name to use. If empty, the value of
107# identity.region is used instead. If no such region is found
108# in the service catalog, the first found one is used. (string
109# value)
110#region=
111
112# http accessible image (string value)
113#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
114
115
116[object-storage]
117
118#
119# Options defined in tempest.config
120#
121
122# Catalog type of the Object-Storage service. (string value)
123#catalog_type=object-store
124
125# The object-storage region name to use. If empty, the value
126# of identity.region is used instead. If no such region is
127# found in the service catalog, the first found one is used.
128# (string value)
129#region=
130
131# Number of seconds to time on waiting for a containerto
132# container synchronization complete. (integer value)
133#container_sync_timeout=120
134
135# Number of seconds to wait while looping to check thestatus
136# of a container to container synchronization (integer value)
137#container_sync_interval=5
138
139# Role to add to users created for swift tests to enable
140# creating containers (string value)
141#operator_role=Member
142
143
144[network]
145
146#
147# Options defined in tempest.config
148#
149
150# Catalog type of the Neutron service. (string value)
151#catalog_type=network
152
153# The network region name to use. If empty, the value of
154# identity.region is used instead. If no such region is found
155# in the service catalog, the first found one is used. (string
156# value)
157#region=
158
159# The cidr block to allocate tenant networks from (string
160# value)
161#tenant_network_cidr=10.100.0.0/16
162
163# The mask bits for tenant networks (integer value)
164#tenant_network_mask_bits=28
165
166# Whether tenant network connectivity should be evaluated
167# directly (boolean value)
168#tenant_networks_reachable=false
169
170# Id of the public network that provides external connectivity
171# (string value)
172#public_network_id=
173
174# Id of the public router that provides external connectivity
175# (string value)
176#public_router_id=
177
178
179[data_processing]
180
181#
182# Options defined in tempest.config
183#
184
185# Catalog type of the data processing service. (string value)
186#catalog_type=data_processing
187
188
189[object-storage-feature-enabled]
190
191#
192# Options defined in tempest.config
193#
194
195# Set to True if the Container Quota middleware is enabled
196# (boolean value)
197#container_quotas=true
198
199# Set to True if the Account Quota middleware is enabled
200# (boolean value)
201#accounts_quotas=true
202
203# Set to True if the Crossdomain middleware is enabled
204# (boolean value)
205#crossdomain=true
206
207# Set to True if the TempURL middleware is enabled (boolean
208# value)
209#tempurl=true
210
211
212[network-feature-enabled]
213
214#
215# Options defined in tempest.config
216#
217
218# A list of enabled extensions with a special entry all which
219# indicates every extension is enabled (list value)
220#api_extensions=all
221
222
223[volume-feature-enabled]
224
225#
226# Options defined in tempest.config
227#
228
229# Runs Cinder multi-backend test (requires 2 backends)
230# (boolean value)
231#multi_backend=false
232
233# A list of enabled extensions with a special entry all which
234# indicates every extension is enabled (list value)
235#api_extensions=all
236
237
238[image-feature-enabled]
239
240#
241# Options defined in tempest.config
242#
243
244# Is the v2 image API enabled (boolean value)
245#api_v2=true
246
247# Is the v1 image API enabled (boolean value)
248#api_v1=true
249
250
251[compute-admin]
252
253#
254# Options defined in tempest.config
255#
256
257# Administrative Username to use for Nova API requests.
258# (string value)
259#username=admin
260
261# Administrative Tenant name to use for Nova API requests.
262# (string value)
263#tenant_name=admin
264
265# API key to use when authenticating as admin. (string value)
266#password=pass
267
268
269[volume]
270
271#
272# Options defined in tempest.config
273#
274
275# Time in seconds between volume availability checks. (integer
276# value)
277#build_interval=10
278
279# Timeout in seconds to wait for a volume to becomeavailable.
280# (integer value)
281#build_timeout=300
282
283# Catalog type of the Volume Service (string value)
284#catalog_type=volume
285
286# The volume region name to use. If empty, the value of
287# identity.region is used instead. If no such region is found
288# in the service catalog, the first found one is used. (string
289# value)
290#region=
291
292# Name of the backend1 (must be declared in cinder.conf)
293# (string value)
294#backend1_name=BACKEND_1
295
296# Name of the backend2 (must be declared in cinder.conf)
297# (string value)
298#backend2_name=BACKEND_2
299
300# Backend protocol to target when creating volume types
301# (string value)
302#storage_protocol=iSCSI
303
304# Backend vendor to target when creating volume types (string
305# value)
306#vendor_name=Open Source
307
308# Disk format to use when copying a volume to image (string
309# value)
310#disk_format=raw
311
312
313[compute-feature-enabled]
314
315#
316# Options defined in tempest.config
317#
318
319# If false, skip all nova v3 tests. (boolean value)
320#api_v3=true
321
322# If false, skip disk config tests (boolean value)
323#disk_config=true
324
325# A list of enabled extensions with a special entry all which
326# indicates every extension is enabled (list value)
327#api_extensions=all
328
329# A list of enabled v3 extensions with a special entry all
330# which indicates every extension is enabled (list value)
331#api_v3_extensions=all
332
333# Does the test environment support changing the admin
334# password? (boolean value)
335#change_password=false
336
337# Does the test environment support snapshots? (boolean value)
338#create_image=false
339
340# Does the test environment support resizing? (boolean value)
341#resize=false
342
343# Does the test environment support live migration available?
344# (boolean value)
345#live_migration=false
346
347# Does the test environment use block devices for live
348# migration (boolean value)
349#block_migration_for_live_migration=false
350
351# Does the test environment block migration support cinder
352# iSCSI volumes (boolean value)
353#block_migrate_cinder_iscsi=false
354
355
Daryl Walleck587385b2012-03-03 13:00:26 -0600356[identity]
Jay Pipes3f981df2012-03-27 18:59:44 -0400357
Matthew Treinish3d468112013-10-24 21:49:14 +0000358#
359# Options defined in tempest.config
360#
Daryl Walleck587385b2012-03-03 13:00:26 -0600361
Matthew Treinish3d468112013-10-24 21:49:14 +0000362# Catalog type of the Identity service. (string value)
363#catalog_type=identity
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100364
Matthew Treinish3d468112013-10-24 21:49:14 +0000365# Set to True if using self-signed SSL certificates. (boolean
366# value)
367#disable_ssl_certificate_validation=false
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100368
Matthew Treinish3d468112013-10-24 21:49:14 +0000369# Full URI of the OpenStack Identity API (Keystone), v2
370# (string value)
371#uri=<None>
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100372
Matthew Treinish3d468112013-10-24 21:49:14 +0000373# Full URI of the OpenStack Identity API (Keystone), v3
374# (string value)
375#uri_v3=<None>
Russell Sim7f894a52013-09-13 10:35:21 +1000376
Matthew Treinish3d468112013-10-24 21:49:14 +0000377# The identity region name to use. Also used as the other
378# services' region name unless they are set explicitly. If no
379# such region is found in the service catalog, the first found
380# one is used. (string value)
381#region=RegionOne
Jay Pipes3f981df2012-03-27 18:59:44 -0400382
Matthew Treinish3d468112013-10-24 21:49:14 +0000383# Username to use for Nova API requests. (string value)
384#username=demo
Jay Pipesf38eaac2012-06-21 13:37:35 -0400385
Matthew Treinish3d468112013-10-24 21:49:14 +0000386# Tenant name to use for Nova API requests. (string value)
387#tenant_name=demo
Dan Smithd6ff6b72012-08-23 10:29:41 -0700388
Matthew Treinish3d468112013-10-24 21:49:14 +0000389# Role required to administrate keystone. (string value)
390#admin_role=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400391
Matthew Treinish3d468112013-10-24 21:49:14 +0000392# API key to use when authenticating. (string value)
393#password=pass
Ryan Hsucb2e1252013-09-03 21:44:49 -0700394
Matthew Treinish3d468112013-10-24 21:49:14 +0000395# Username of alternate user to use for Nova API requests.
396# (string value)
397#alt_username=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700398
Matthew Treinish3d468112013-10-24 21:49:14 +0000399# Alternate user's Tenant name to use for Nova API requests.
400# (string value)
401#alt_tenant_name=<None>
Maru Newbyaf292e82013-05-20 21:32:28 +0000402
Matthew Treinish3d468112013-10-24 21:49:14 +0000403# API key to use when authenticating as alternate user.
404# (string value)
405#alt_password=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700406
Matthew Treinish3d468112013-10-24 21:49:14 +0000407# Administrative Username to use forKeystone API requests.
408# (string value)
409#admin_username=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400410
Matthew Treinish3d468112013-10-24 21:49:14 +0000411# Administrative Tenant name to use for Keystone API requests.
412# (string value)
413#admin_tenant_name=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400414
Matthew Treinish3d468112013-10-24 21:49:14 +0000415# API key to use when authenticating as admin. (string value)
416#admin_password=pass
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500417
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500418
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400419[cli]
420
421#
422# Options defined in tempest.cli
423#
424
425# enable cli tests (boolean value)
426#enabled=true
427
428# directory where python client binaries are located (string
429# value)
430#cli_dir=/usr/local/bin
431
432# Number of seconds to wait on a CLI timeout (integer value)
433#timeout=15
434
435
Matthew Treinish3d468112013-10-24 21:49:14 +0000436[stress]
Attila Fazekasb0661652013-05-08 13:01:36 +0200437
Matthew Treinish3d468112013-10-24 21:49:14 +0000438#
439# Options defined in tempest.config
440#
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500441
Matthew Treinish3d468112013-10-24 21:49:14 +0000442# Directory containing log files on the compute nodes (string
443# value)
444#nova_logdir=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500445
Matthew Treinish3d468112013-10-24 21:49:14 +0000446# Maximum number of instances to create during test. (integer
447# value)
448#max_instances=16
Nachi Ueno6d580be2013-07-24 10:58:11 -0700449
Matthew Treinish3d468112013-10-24 21:49:14 +0000450# Controller host. (string value)
451#controller=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500452
Matthew Treinish3d468112013-10-24 21:49:14 +0000453# Controller host. (string value)
454#target_controller=<None>
Attila Fazekas0abbc952013-07-01 19:19:42 +0200455
Matthew Treinish3d468112013-10-24 21:49:14 +0000456# ssh user. (string value)
457#target_ssh_user=<None>
Chris Yeoh76916042013-02-27 16:25:25 +1030458
Matthew Treinish3d468112013-10-24 21:49:14 +0000459# Path to private key. (string value)
460#target_private_key_path=<None>
fujioka yuuichia11994e2013-07-09 11:19:51 +0900461
Matthew Treinish3d468112013-10-24 21:49:14 +0000462# regexp for list of log files. (string value)
463#target_logfiles=<None>
Jay Pipes3f981df2012-03-27 18:59:44 -0400464
Matthew Treinish3d468112013-10-24 21:49:14 +0000465# time (in seconds) between log file error checks. (integer
466# value)
467#log_check_interval=60
ivan-zhu8f992be2013-07-31 14:56:58 +0800468
Matthew Treinish3d468112013-10-24 21:49:14 +0000469# The number of threads created while stress test. (integer
470# value)
471#default_thread_number_per_action=4
Arata Notsu8f440392013-09-13 16:14:20 +0900472
Sean Dague83401992013-05-06 17:46:36 -0400473
Matthew Treinish3d468112013-10-24 21:49:14 +0000474[compute]
475
476#
477# Options defined in tempest.config
478#
479
480# Allows test cases to create/destroy tenants and users. This
481# option enables isolated test cases and better parallel
482# execution, but also requires that OpenStack Identity API
483# admin credentials are known. (boolean value)
484#allow_tenant_isolation=false
485
Matthew Treinish3d468112013-10-24 21:49:14 +0000486# Valid secondary image reference to be used in tests. (string
487# value)
488#image_ref={$IMAGE_ID}
489
490# Valid secondary image reference to be used in tests. (string
491# value)
492#image_ref_alt={$IMAGE_ID_ALT}
493
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900494# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000495#flavor_ref=1
496
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900497# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000498#flavor_ref_alt=2
499
500# User name used to authenticate to an instance. (string
501# value)
502#image_ssh_user=root
503
504# Password used to authenticate to an instance. (string value)
505#image_ssh_password=password
506
507# User name used to authenticate to an instance using the
508# alternate image. (string value)
509#image_alt_ssh_user=root
510
511# Password used to authenticate to an instance using the
512# alternate image. (string value)
513#image_alt_ssh_password=password
514
515# Time in seconds between build status checks. (integer value)
516#build_interval=10
517
518# Timeout in seconds to wait for an instance to build.
519# (integer value)
520#build_timeout=300
521
Derek Higgins85cd5142013-12-17 17:10:11 +0000522# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000523#run_ssh=false
524
525# User name used to authenticate to an instance. (string
526# value)
527#ssh_user=root
528
529# Timeout in seconds to wait for ping to succeed. (integer
530# value)
531#ping_timeout=60
532
533# Timeout in seconds to wait for authentication to succeed.
534# (integer value)
535#ssh_timeout=300
536
537# Additional wait time for clean state, when there is no OS-
538# EXT-STS extension available (integer value)
539#ready_wait=0
540
541# Timeout in seconds to wait for output from ssh channel.
542# (integer value)
543#ssh_channel_timeout=60
544
545# Visible fixed network name (string value)
546#fixed_network_name=private
547
548# Network used for SSH connections. (string value)
549#network_for_ssh=public
550
551# IP version used for SSH connections. (integer value)
552#ip_version_for_ssh=4
553
554# Dose the SSH uses Floating IP? (boolean value)
555#use_floatingip_for_ssh=true
556
557# Catalog type of the Compute service. (string value)
558#catalog_type=compute
559
560# The compute 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
566# Catalog type of the Compute v3 service. (string value)
567#catalog_v3_type=computev3
568
569# Path to a private key file for SSH access to remote hosts
570# (string value)
571#path_to_private_key=<None>
572
573# Expected device name when a volume is attached to an
574# instance (string value)
575#volume_device_name=vdb
576
577# Time in seconds before a shelved instance is eligible for
578# removing from a host. -1 never offload, 0 offload when
579# shelved. This time should be the same as the time of
580# nova.conf, and some tests will run for as long as the time.
581# (integer value)
582#shelved_offload_time=0
583
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000584
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400585[scenario]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700586
Matthew Treinish3d468112013-10-24 21:49:14 +0000587#
588# Options defined in tempest.config
589#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400590
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400591# Directory containing image files (string value)
592#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
Arata Notsu8f440392013-09-13 16:14:20 +0900593
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400594# AMI image file name (string value)
595#ami_img_file=cirros-0.3.1-x86_64-blank.img
Maru Newby81f07a02012-09-05 20:21:19 -0700596
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400597# ARI image file name (string value)
598#ari_img_file=cirros-0.3.1-x86_64-initrd
Maru Newby81f07a02012-09-05 20:21:19 -0700599
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400600# AKI image file name (string value)
601#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
Maru Newby81f07a02012-09-05 20:21:19 -0700602
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400603# ssh username for the image file (string value)
604#ssh_user=cirros
Maru Newby81f07a02012-09-05 20:21:19 -0700605
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400606# specifies how many resources to request at once. Used for
607# large operations testing. (integer value)
608#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000609
610
611[boto]
612
613#
614# Options defined in tempest.config
615#
616
617# EC2 URL (string value)
618#ec2_url=http://localhost:8773/services/Cloud
619
620# S3 URL (string value)
621#s3_url=http://localhost:8080
622
623# AWS Secret Key (string value)
624#aws_secret=<None>
625
626# AWS Access Key (string value)
627#aws_access=<None>
628
629# S3 Materials Path (string value)
630#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
631
632# ARI Ramdisk Image manifest (string value)
633#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
634
635# AMI Machine Image manifest (string value)
636#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
637
638# AKI Kernel Image manifest (string value)
639#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
640
641# Instance type (string value)
642#instance_type=m1.tiny
643
644# boto Http socket timeout (integer value)
645#http_socket_timeout=3
646
647# boto num_retries on error (integer value)
648#num_retries=1
649
650# Status Change Timeout (integer value)
651#build_timeout=60
652
653# Status Change Test Interval (integer value)
654#build_interval=1
655
656
Julie Pichond1017642013-07-24 16:37:23 +0100657[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100658
Matthew Treinish3d468112013-10-24 21:49:14 +0000659#
660# Options defined in tempest.config
661#
Julie Pichond1017642013-07-24 16:37:23 +0100662
Matthew Treinish3d468112013-10-24 21:49:14 +0000663# Where the dashboard can be found (string value)
664#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900665
Matthew Treinish3d468112013-10-24 21:49:14 +0000666# Login page for the dashboard (string value)
667#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900668
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900669
Matthew Treinish3d468112013-10-24 21:49:14 +0000670[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900671
Matthew Treinish3d468112013-10-24 21:49:14 +0000672#
673# Options defined in tempest.config
674#
Attila Fazekas86950732013-06-08 09:33:08 +0200675
Matthew Treinish3d468112013-10-24 21:49:14 +0000676# Catalog type of the Orchestration service. (string value)
677#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000678
Matthew Treinish3d468112013-10-24 21:49:14 +0000679# The orchestration region name to use. If empty, the value of
680# identity.region is used instead. If no such region is found
681# in the service catalog, the first found one is used. (string
682# value)
683#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400684
Matthew Treinish3d468112013-10-24 21:49:14 +0000685# Allows test cases to create/destroy tenants and users. This
686# option enables isolated test cases and better parallel
687# execution, but also requires that OpenStack Identity API
688# admin credentials are known. (boolean value)
689#allow_tenant_isolation=false
Marc Koderer32221b8e2013-08-23 13:57:50 +0200690
Matthew Treinish3d468112013-10-24 21:49:14 +0000691# Time in seconds between build status checks. (integer value)
692#build_interval=1
693
694# Timeout in seconds to wait for a stack to build. (integer
695# value)
696#build_timeout=300
697
698# Instance type for tests. Needs to be big enough for a full
699# OS plus the test workload (string value)
700#instance_type=m1.micro
701
702# Name of heat-cfntools enabled image to use when launching
703# test instances. (string value)
704#image_ref=<None>
705
706# Name of existing keypair to launch servers with. (string
707# value)
708#keypair_name=<None>
709
710# Value must match heat configuration of the same name.
711# (integer value)
712#max_template_size=524288
713
714
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400715[debug]
Matthew Treinish3d468112013-10-24 21:49:14 +0000716
717#
718# Options defined in tempest.config
719#
720
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400721# Enable diagnostic commands (boolean value)
722#enable=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000723
724
725[service_available]
726
727#
728# Options defined in tempest.config
729#
730
731# Whether or not cinder is expected to be available (boolean
732# value)
733#cinder=true
734
735# Whether or not neutron is expected to be available (boolean
736# value)
737#neutron=false
738
739# Whether or not glance is expected to be available (boolean
740# value)
741#glance=true
742
743# Whether or not swift is expected to be available (boolean
744# value)
745#swift=true
746
747# Whether or not nova is expected to be available (boolean
748# value)
749#nova=true
750
751# Whether or not Heat is expected to be available (boolean
752# value)
753#heat=false
754
755# Whether or not Ceilometer is expected to be available
756# (boolean value)
757#ceilometer=true
758
759# Whether or not Horizon is expected to be available (boolean
760# value)
761#horizon=true
762
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400763# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100764# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400765#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000766
Matthew Treinish3d468112013-10-24 21:49:14 +0000767