blob: e7145e76d64fa489bb682671c56c61cfb23091d2 [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
Zhi Kun Liubb363a22013-11-28 18:47:39 +0800237# Is the v1 volume API enabled (boolean value)
238#api_v1=true
239
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400240
241[image-feature-enabled]
242
243#
244# Options defined in tempest.config
245#
246
247# Is the v2 image API enabled (boolean value)
248#api_v2=true
249
250# Is the v1 image API enabled (boolean value)
251#api_v1=true
252
253
254[compute-admin]
255
256#
257# Options defined in tempest.config
258#
259
260# Administrative Username to use for Nova API requests.
261# (string value)
262#username=admin
263
264# Administrative Tenant name to use for Nova API requests.
265# (string value)
266#tenant_name=admin
267
268# API key to use when authenticating as admin. (string value)
269#password=pass
270
271
272[volume]
273
274#
275# Options defined in tempest.config
276#
277
278# Time in seconds between volume availability checks. (integer
279# value)
280#build_interval=10
281
282# Timeout in seconds to wait for a volume to becomeavailable.
283# (integer value)
284#build_timeout=300
285
286# Catalog type of the Volume Service (string value)
287#catalog_type=volume
288
289# The volume region name to use. If empty, the value of
290# identity.region is used instead. If no such region is found
291# in the service catalog, the first found one is used. (string
292# value)
293#region=
294
295# Name of the backend1 (must be declared in cinder.conf)
296# (string value)
297#backend1_name=BACKEND_1
298
299# Name of the backend2 (must be declared in cinder.conf)
300# (string value)
301#backend2_name=BACKEND_2
302
303# Backend protocol to target when creating volume types
304# (string value)
305#storage_protocol=iSCSI
306
307# Backend vendor to target when creating volume types (string
308# value)
309#vendor_name=Open Source
310
311# Disk format to use when copying a volume to image (string
312# value)
313#disk_format=raw
314
315
316[compute-feature-enabled]
317
318#
319# Options defined in tempest.config
320#
321
322# If false, skip all nova v3 tests. (boolean value)
323#api_v3=true
324
325# If false, skip disk config tests (boolean value)
326#disk_config=true
327
328# A list of enabled extensions with a special entry all which
329# indicates every extension is enabled (list value)
330#api_extensions=all
331
332# A list of enabled v3 extensions with a special entry all
333# which indicates every extension is enabled (list value)
334#api_v3_extensions=all
335
336# Does the test environment support changing the admin
337# password? (boolean value)
338#change_password=false
339
340# Does the test environment support snapshots? (boolean value)
341#create_image=false
342
343# Does the test environment support resizing? (boolean value)
344#resize=false
345
346# Does the test environment support live migration available?
347# (boolean value)
348#live_migration=false
349
350# Does the test environment use block devices for live
351# migration (boolean value)
352#block_migration_for_live_migration=false
353
354# Does the test environment block migration support cinder
355# iSCSI volumes (boolean value)
356#block_migrate_cinder_iscsi=false
357
358
Daryl Walleck587385b2012-03-03 13:00:26 -0600359[identity]
Jay Pipes3f981df2012-03-27 18:59:44 -0400360
Matthew Treinish3d468112013-10-24 21:49:14 +0000361#
362# Options defined in tempest.config
363#
Daryl Walleck587385b2012-03-03 13:00:26 -0600364
Matthew Treinish3d468112013-10-24 21:49:14 +0000365# Catalog type of the Identity service. (string value)
366#catalog_type=identity
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100367
Matthew Treinish3d468112013-10-24 21:49:14 +0000368# Set to True if using self-signed SSL certificates. (boolean
369# value)
370#disable_ssl_certificate_validation=false
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100371
Matthew Treinish3d468112013-10-24 21:49:14 +0000372# Full URI of the OpenStack Identity API (Keystone), v2
373# (string value)
374#uri=<None>
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100375
Matthew Treinish3d468112013-10-24 21:49:14 +0000376# Full URI of the OpenStack Identity API (Keystone), v3
377# (string value)
378#uri_v3=<None>
Russell Sim7f894a52013-09-13 10:35:21 +1000379
Matthew Treinish3d468112013-10-24 21:49:14 +0000380# The identity region name to use. Also used as the other
381# services' region name unless they are set explicitly. If no
382# such region is found in the service catalog, the first found
383# one is used. (string value)
384#region=RegionOne
Jay Pipes3f981df2012-03-27 18:59:44 -0400385
Matthew Treinish3d468112013-10-24 21:49:14 +0000386# Username to use for Nova API requests. (string value)
387#username=demo
Jay Pipesf38eaac2012-06-21 13:37:35 -0400388
Matthew Treinish3d468112013-10-24 21:49:14 +0000389# Tenant name to use for Nova API requests. (string value)
390#tenant_name=demo
Dan Smithd6ff6b72012-08-23 10:29:41 -0700391
Matthew Treinish3d468112013-10-24 21:49:14 +0000392# Role required to administrate keystone. (string value)
393#admin_role=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400394
Matthew Treinish3d468112013-10-24 21:49:14 +0000395# API key to use when authenticating. (string value)
396#password=pass
Ryan Hsucb2e1252013-09-03 21:44:49 -0700397
Matthew Treinish3d468112013-10-24 21:49:14 +0000398# Username of alternate user to use for Nova API requests.
399# (string value)
400#alt_username=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700401
Matthew Treinish3d468112013-10-24 21:49:14 +0000402# Alternate user's Tenant name to use for Nova API requests.
403# (string value)
404#alt_tenant_name=<None>
Maru Newbyaf292e82013-05-20 21:32:28 +0000405
Matthew Treinish3d468112013-10-24 21:49:14 +0000406# API key to use when authenticating as alternate user.
407# (string value)
408#alt_password=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700409
Matthew Treinish3d468112013-10-24 21:49:14 +0000410# Administrative Username to use forKeystone API requests.
411# (string value)
412#admin_username=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400413
Matthew Treinish3d468112013-10-24 21:49:14 +0000414# Administrative Tenant name to use for Keystone API requests.
415# (string value)
416#admin_tenant_name=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400417
Matthew Treinish3d468112013-10-24 21:49:14 +0000418# API key to use when authenticating as admin. (string value)
419#admin_password=pass
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500420
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500421
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400422[cli]
423
424#
425# Options defined in tempest.cli
426#
427
428# enable cli tests (boolean value)
429#enabled=true
430
431# directory where python client binaries are located (string
432# value)
433#cli_dir=/usr/local/bin
434
435# Number of seconds to wait on a CLI timeout (integer value)
436#timeout=15
437
438
Matthew Treinish3d468112013-10-24 21:49:14 +0000439[stress]
Attila Fazekasb0661652013-05-08 13:01:36 +0200440
Matthew Treinish3d468112013-10-24 21:49:14 +0000441#
442# Options defined in tempest.config
443#
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500444
Matthew Treinish3d468112013-10-24 21:49:14 +0000445# Directory containing log files on the compute nodes (string
446# value)
447#nova_logdir=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500448
Matthew Treinish3d468112013-10-24 21:49:14 +0000449# Maximum number of instances to create during test. (integer
450# value)
451#max_instances=16
Nachi Ueno6d580be2013-07-24 10:58:11 -0700452
Matthew Treinish3d468112013-10-24 21:49:14 +0000453# Controller host. (string value)
454#controller=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500455
Matthew Treinish3d468112013-10-24 21:49:14 +0000456# Controller host. (string value)
457#target_controller=<None>
Attila Fazekas0abbc952013-07-01 19:19:42 +0200458
Matthew Treinish3d468112013-10-24 21:49:14 +0000459# ssh user. (string value)
460#target_ssh_user=<None>
Chris Yeoh76916042013-02-27 16:25:25 +1030461
Matthew Treinish3d468112013-10-24 21:49:14 +0000462# Path to private key. (string value)
463#target_private_key_path=<None>
fujioka yuuichia11994e2013-07-09 11:19:51 +0900464
Matthew Treinish3d468112013-10-24 21:49:14 +0000465# regexp for list of log files. (string value)
466#target_logfiles=<None>
Jay Pipes3f981df2012-03-27 18:59:44 -0400467
Matthew Treinish3d468112013-10-24 21:49:14 +0000468# time (in seconds) between log file error checks. (integer
469# value)
470#log_check_interval=60
ivan-zhu8f992be2013-07-31 14:56:58 +0800471
Matthew Treinish3d468112013-10-24 21:49:14 +0000472# The number of threads created while stress test. (integer
473# value)
474#default_thread_number_per_action=4
Arata Notsu8f440392013-09-13 16:14:20 +0900475
Sean Dague83401992013-05-06 17:46:36 -0400476
Matthew Treinish3d468112013-10-24 21:49:14 +0000477[compute]
478
479#
480# Options defined in tempest.config
481#
482
483# Allows test cases to create/destroy tenants and users. This
484# option enables isolated test cases and better parallel
485# execution, but also requires that OpenStack Identity API
486# admin credentials are known. (boolean value)
487#allow_tenant_isolation=false
488
Matthew Treinish3d468112013-10-24 21:49:14 +0000489# Valid secondary image reference to be used in tests. (string
490# value)
491#image_ref={$IMAGE_ID}
492
493# Valid secondary image reference to be used in tests. (string
494# value)
495#image_ref_alt={$IMAGE_ID_ALT}
496
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900497# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000498#flavor_ref=1
499
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900500# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000501#flavor_ref_alt=2
502
503# User name used to authenticate to an instance. (string
504# value)
505#image_ssh_user=root
506
507# Password used to authenticate to an instance. (string value)
508#image_ssh_password=password
509
510# User name used to authenticate to an instance using the
511# alternate image. (string value)
512#image_alt_ssh_user=root
513
514# Password used to authenticate to an instance using the
515# alternate image. (string value)
516#image_alt_ssh_password=password
517
518# Time in seconds between build status checks. (integer value)
519#build_interval=10
520
521# Timeout in seconds to wait for an instance to build.
522# (integer value)
523#build_timeout=300
524
Derek Higgins85cd5142013-12-17 17:10:11 +0000525# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000526#run_ssh=false
527
528# User name used to authenticate to an instance. (string
529# value)
530#ssh_user=root
531
532# Timeout in seconds to wait for ping to succeed. (integer
533# value)
534#ping_timeout=60
535
536# Timeout in seconds to wait for authentication to succeed.
537# (integer value)
538#ssh_timeout=300
539
540# Additional wait time for clean state, when there is no OS-
541# EXT-STS extension available (integer value)
542#ready_wait=0
543
544# Timeout in seconds to wait for output from ssh channel.
545# (integer value)
546#ssh_channel_timeout=60
547
548# Visible fixed network name (string value)
549#fixed_network_name=private
550
551# Network used for SSH connections. (string value)
552#network_for_ssh=public
553
554# IP version used for SSH connections. (integer value)
555#ip_version_for_ssh=4
556
557# Dose the SSH uses Floating IP? (boolean value)
558#use_floatingip_for_ssh=true
559
560# Catalog type of the Compute service. (string value)
561#catalog_type=compute
562
563# The compute region name to use. If empty, the value of
564# identity.region is used instead. If no such region is found
565# in the service catalog, the first found one is used. (string
566# value)
567#region=
568
569# Catalog type of the Compute v3 service. (string value)
570#catalog_v3_type=computev3
571
572# Path to a private key file for SSH access to remote hosts
573# (string value)
574#path_to_private_key=<None>
575
576# Expected device name when a volume is attached to an
577# instance (string value)
578#volume_device_name=vdb
579
580# Time in seconds before a shelved instance is eligible for
581# removing from a host. -1 never offload, 0 offload when
582# shelved. This time should be the same as the time of
583# nova.conf, and some tests will run for as long as the time.
584# (integer value)
585#shelved_offload_time=0
586
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000587
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400588[scenario]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700589
Matthew Treinish3d468112013-10-24 21:49:14 +0000590#
591# Options defined in tempest.config
592#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400593
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400594# Directory containing image files (string value)
595#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
Arata Notsu8f440392013-09-13 16:14:20 +0900596
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400597# AMI image file name (string value)
598#ami_img_file=cirros-0.3.1-x86_64-blank.img
Maru Newby81f07a02012-09-05 20:21:19 -0700599
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400600# ARI image file name (string value)
601#ari_img_file=cirros-0.3.1-x86_64-initrd
Maru Newby81f07a02012-09-05 20:21:19 -0700602
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400603# AKI image file name (string value)
604#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
Maru Newby81f07a02012-09-05 20:21:19 -0700605
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400606# ssh username for the image file (string value)
607#ssh_user=cirros
Maru Newby81f07a02012-09-05 20:21:19 -0700608
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400609# specifies how many resources to request at once. Used for
610# large operations testing. (integer value)
611#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000612
613
614[boto]
615
616#
617# Options defined in tempest.config
618#
619
620# EC2 URL (string value)
621#ec2_url=http://localhost:8773/services/Cloud
622
623# S3 URL (string value)
624#s3_url=http://localhost:8080
625
626# AWS Secret Key (string value)
627#aws_secret=<None>
628
629# AWS Access Key (string value)
630#aws_access=<None>
631
632# S3 Materials Path (string value)
633#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
634
635# ARI Ramdisk Image manifest (string value)
636#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
637
638# AMI Machine Image manifest (string value)
639#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
640
641# AKI Kernel Image manifest (string value)
642#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
643
644# Instance type (string value)
645#instance_type=m1.tiny
646
647# boto Http socket timeout (integer value)
648#http_socket_timeout=3
649
650# boto num_retries on error (integer value)
651#num_retries=1
652
653# Status Change Timeout (integer value)
654#build_timeout=60
655
656# Status Change Test Interval (integer value)
657#build_interval=1
658
659
Julie Pichond1017642013-07-24 16:37:23 +0100660[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100661
Matthew Treinish3d468112013-10-24 21:49:14 +0000662#
663# Options defined in tempest.config
664#
Julie Pichond1017642013-07-24 16:37:23 +0100665
Matthew Treinish3d468112013-10-24 21:49:14 +0000666# Where the dashboard can be found (string value)
667#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900668
Matthew Treinish3d468112013-10-24 21:49:14 +0000669# Login page for the dashboard (string value)
670#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900671
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900672
Matthew Treinish3d468112013-10-24 21:49:14 +0000673[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900674
Matthew Treinish3d468112013-10-24 21:49:14 +0000675#
676# Options defined in tempest.config
677#
Attila Fazekas86950732013-06-08 09:33:08 +0200678
Matthew Treinish3d468112013-10-24 21:49:14 +0000679# Catalog type of the Orchestration service. (string value)
680#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000681
Matthew Treinish3d468112013-10-24 21:49:14 +0000682# The orchestration region name to use. If empty, the value of
683# identity.region is used instead. If no such region is found
684# in the service catalog, the first found one is used. (string
685# value)
686#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400687
Matthew Treinish3d468112013-10-24 21:49:14 +0000688# Allows test cases to create/destroy tenants and users. This
689# option enables isolated test cases and better parallel
690# execution, but also requires that OpenStack Identity API
691# admin credentials are known. (boolean value)
692#allow_tenant_isolation=false
Marc Koderer32221b8e2013-08-23 13:57:50 +0200693
Matthew Treinish3d468112013-10-24 21:49:14 +0000694# Time in seconds between build status checks. (integer value)
695#build_interval=1
696
697# Timeout in seconds to wait for a stack to build. (integer
698# value)
699#build_timeout=300
700
701# Instance type for tests. Needs to be big enough for a full
702# OS plus the test workload (string value)
703#instance_type=m1.micro
704
705# Name of heat-cfntools enabled image to use when launching
706# test instances. (string value)
707#image_ref=<None>
708
709# Name of existing keypair to launch servers with. (string
710# value)
711#keypair_name=<None>
712
713# Value must match heat configuration of the same name.
714# (integer value)
715#max_template_size=524288
716
717
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400718[debug]
Matthew Treinish3d468112013-10-24 21:49:14 +0000719
720#
721# Options defined in tempest.config
722#
723
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400724# Enable diagnostic commands (boolean value)
725#enable=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000726
727
728[service_available]
729
730#
731# Options defined in tempest.config
732#
733
734# Whether or not cinder is expected to be available (boolean
735# value)
736#cinder=true
737
738# Whether or not neutron is expected to be available (boolean
739# value)
740#neutron=false
741
742# Whether or not glance is expected to be available (boolean
743# value)
744#glance=true
745
746# Whether or not swift is expected to be available (boolean
747# value)
748#swift=true
749
750# Whether or not nova is expected to be available (boolean
751# value)
752#nova=true
753
754# Whether or not Heat is expected to be available (boolean
755# value)
756#heat=false
757
758# Whether or not Ceilometer is expected to be available
759# (boolean value)
760#ceilometer=true
761
762# Whether or not Horizon is expected to be available (boolean
763# value)
764#horizon=true
765
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400766# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100767# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400768#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000769
Matthew Treinish3d468112013-10-24 21:49:14 +0000770