blob: 251336e8efd3f91d4c35ef36a2586eb9bf4e60e2 [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)
46#default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=INFO
47
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
Daryl Walleck587385b2012-03-03 13:00:26 -060097[identity]
Jay Pipes3f981df2012-03-27 18:59:44 -040098
Matthew Treinish3d468112013-10-24 21:49:14 +000099#
100# Options defined in tempest.config
101#
Daryl Walleck587385b2012-03-03 13:00:26 -0600102
Matthew Treinish3d468112013-10-24 21:49:14 +0000103# Catalog type of the Identity service. (string value)
104#catalog_type=identity
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100105
Matthew Treinish3d468112013-10-24 21:49:14 +0000106# Set to True if using self-signed SSL certificates. (boolean
107# value)
108#disable_ssl_certificate_validation=false
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100109
Matthew Treinish3d468112013-10-24 21:49:14 +0000110# Full URI of the OpenStack Identity API (Keystone), v2
111# (string value)
112#uri=<None>
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100113
Matthew Treinish3d468112013-10-24 21:49:14 +0000114# Full URI of the OpenStack Identity API (Keystone), v3
115# (string value)
116#uri_v3=<None>
Russell Sim7f894a52013-09-13 10:35:21 +1000117
Matthew Treinish3d468112013-10-24 21:49:14 +0000118# The identity region name to use. Also used as the other
119# services' region name unless they are set explicitly. If no
120# such region is found in the service catalog, the first found
121# one is used. (string value)
122#region=RegionOne
Jay Pipes3f981df2012-03-27 18:59:44 -0400123
Matthew Treinish3d468112013-10-24 21:49:14 +0000124# Username to use for Nova API requests. (string value)
125#username=demo
Jay Pipesf38eaac2012-06-21 13:37:35 -0400126
Matthew Treinish3d468112013-10-24 21:49:14 +0000127# Tenant name to use for Nova API requests. (string value)
128#tenant_name=demo
Dan Smithd6ff6b72012-08-23 10:29:41 -0700129
Matthew Treinish3d468112013-10-24 21:49:14 +0000130# Role required to administrate keystone. (string value)
131#admin_role=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400132
Matthew Treinish3d468112013-10-24 21:49:14 +0000133# API key to use when authenticating. (string value)
134#password=pass
Ryan Hsucb2e1252013-09-03 21:44:49 -0700135
Matthew Treinish3d468112013-10-24 21:49:14 +0000136# Username of alternate user to use for Nova API requests.
137# (string value)
138#alt_username=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700139
Matthew Treinish3d468112013-10-24 21:49:14 +0000140# Alternate user's Tenant name to use for Nova API requests.
141# (string value)
142#alt_tenant_name=<None>
Maru Newbyaf292e82013-05-20 21:32:28 +0000143
Matthew Treinish3d468112013-10-24 21:49:14 +0000144# API key to use when authenticating as alternate user.
145# (string value)
146#alt_password=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700147
Matthew Treinish3d468112013-10-24 21:49:14 +0000148# Administrative Username to use forKeystone API requests.
149# (string value)
150#admin_username=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400151
Matthew Treinish3d468112013-10-24 21:49:14 +0000152# Administrative Tenant name to use for Keystone API requests.
153# (string value)
154#admin_tenant_name=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400155
Matthew Treinish3d468112013-10-24 21:49:14 +0000156# API key to use when authenticating as admin. (string value)
157#admin_password=pass
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500158
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500159
Matthew Treinish3d468112013-10-24 21:49:14 +0000160[stress]
Attila Fazekasb0661652013-05-08 13:01:36 +0200161
Matthew Treinish3d468112013-10-24 21:49:14 +0000162#
163# Options defined in tempest.config
164#
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500165
Matthew Treinish3d468112013-10-24 21:49:14 +0000166# Directory containing log files on the compute nodes (string
167# value)
168#nova_logdir=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500169
Matthew Treinish3d468112013-10-24 21:49:14 +0000170# Maximum number of instances to create during test. (integer
171# value)
172#max_instances=16
Nachi Ueno6d580be2013-07-24 10:58:11 -0700173
Matthew Treinish3d468112013-10-24 21:49:14 +0000174# Controller host. (string value)
175#controller=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500176
Matthew Treinish3d468112013-10-24 21:49:14 +0000177# Controller host. (string value)
178#target_controller=<None>
Attila Fazekas0abbc952013-07-01 19:19:42 +0200179
Matthew Treinish3d468112013-10-24 21:49:14 +0000180# ssh user. (string value)
181#target_ssh_user=<None>
Chris Yeoh76916042013-02-27 16:25:25 +1030182
Matthew Treinish3d468112013-10-24 21:49:14 +0000183# Path to private key. (string value)
184#target_private_key_path=<None>
fujioka yuuichia11994e2013-07-09 11:19:51 +0900185
Matthew Treinish3d468112013-10-24 21:49:14 +0000186# regexp for list of log files. (string value)
187#target_logfiles=<None>
Jay Pipes3f981df2012-03-27 18:59:44 -0400188
Matthew Treinish3d468112013-10-24 21:49:14 +0000189# time (in seconds) between log file error checks. (integer
190# value)
191#log_check_interval=60
ivan-zhu8f992be2013-07-31 14:56:58 +0800192
Matthew Treinish3d468112013-10-24 21:49:14 +0000193# The number of threads created while stress test. (integer
194# value)
195#default_thread_number_per_action=4
Arata Notsu8f440392013-09-13 16:14:20 +0900196
Sean Dague83401992013-05-06 17:46:36 -0400197
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000198[image-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000199
200#
201# Options defined in tempest.config
202#
203
204# Is the v2 image API enabled (boolean value)
205#api_v2=true
206
207# Is the v1 image API enabled (boolean value)
208#api_v1=true
209
210
211[compute]
212
213#
214# Options defined in tempest.config
215#
216
217# Allows test cases to create/destroy tenants and users. This
218# option enables isolated test cases and better parallel
219# execution, but also requires that OpenStack Identity API
220# admin credentials are known. (boolean value)
221#allow_tenant_isolation=false
222
223# If allow_tenant_isolation is True and a tenant that would be
224# created for a given test already exists (such as from a
225# previously-failed run), re-use that tenant instead of
226# failing because of the conflict. Note that this would result
227# in the tenant being deleted at the end of a subsequent
228# successful run. (boolean value)
229#allow_tenant_reuse=true
230
231# Valid secondary image reference to be used in tests. (string
232# value)
233#image_ref={$IMAGE_ID}
234
235# Valid secondary image reference to be used in tests. (string
236# value)
237#image_ref_alt={$IMAGE_ID_ALT}
238
239# Valid primary flavor to use in tests. (integer value)
240#flavor_ref=1
241
242# Valid secondary flavor to be used in tests. (integer value)
243#flavor_ref_alt=2
244
245# User name used to authenticate to an instance. (string
246# value)
247#image_ssh_user=root
248
249# Password used to authenticate to an instance. (string value)
250#image_ssh_password=password
251
252# User name used to authenticate to an instance using the
253# alternate image. (string value)
254#image_alt_ssh_user=root
255
256# Password used to authenticate to an instance using the
257# alternate image. (string value)
258#image_alt_ssh_password=password
259
260# Time in seconds between build status checks. (integer value)
261#build_interval=10
262
263# Timeout in seconds to wait for an instance to build.
264# (integer value)
265#build_timeout=300
266
267# Does the test environment support snapshots? (boolean value)
268#run_ssh=false
269
270# User name used to authenticate to an instance. (string
271# value)
272#ssh_user=root
273
274# Timeout in seconds to wait for ping to succeed. (integer
275# value)
276#ping_timeout=60
277
278# Timeout in seconds to wait for authentication to succeed.
279# (integer value)
280#ssh_timeout=300
281
282# Additional wait time for clean state, when there is no OS-
283# EXT-STS extension available (integer value)
284#ready_wait=0
285
286# Timeout in seconds to wait for output from ssh channel.
287# (integer value)
288#ssh_channel_timeout=60
289
290# Visible fixed network name (string value)
291#fixed_network_name=private
292
293# Network used for SSH connections. (string value)
294#network_for_ssh=public
295
296# IP version used for SSH connections. (integer value)
297#ip_version_for_ssh=4
298
299# Dose the SSH uses Floating IP? (boolean value)
300#use_floatingip_for_ssh=true
301
302# Catalog type of the Compute service. (string value)
303#catalog_type=compute
304
305# The compute region name to use. If empty, the value of
306# identity.region is used instead. If no such region is found
307# in the service catalog, the first found one is used. (string
308# value)
309#region=
310
311# Catalog type of the Compute v3 service. (string value)
312#catalog_v3_type=computev3
313
314# Path to a private key file for SSH access to remote hosts
315# (string value)
316#path_to_private_key=<None>
317
318# Expected device name when a volume is attached to an
319# instance (string value)
320#volume_device_name=vdb
321
322# Time in seconds before a shelved instance is eligible for
323# removing from a host. -1 never offload, 0 offload when
324# shelved. This time should be the same as the time of
325# nova.conf, and some tests will run for as long as the time.
326# (integer value)
327#shelved_offload_time=0
328
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000329
Unmesh Gurjar44986832012-05-08 19:57:10 +0530330[network]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700331
Matthew Treinish3d468112013-10-24 21:49:14 +0000332#
333# Options defined in tempest.config
334#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400335
Matthew Treinish3d468112013-10-24 21:49:14 +0000336# Catalog type of the Neutron service. (string value)
337#catalog_type=network
Arata Notsu8f440392013-09-13 16:14:20 +0900338
Matthew Treinish3d468112013-10-24 21:49:14 +0000339# The network region name to use. If empty, the value of
340# identity.region is used instead. If no such region is found
341# in the service catalog, the first found one is used. (string
342# value)
343#region=
Maru Newby81f07a02012-09-05 20:21:19 -0700344
Matthew Treinish3d468112013-10-24 21:49:14 +0000345# The cidr block to allocate tenant networks from (string
346# value)
347#tenant_network_cidr=10.100.0.0/16
Maru Newby81f07a02012-09-05 20:21:19 -0700348
Matthew Treinish3d468112013-10-24 21:49:14 +0000349# The mask bits for tenant networks (integer value)
350#tenant_network_mask_bits=28
Maru Newby81f07a02012-09-05 20:21:19 -0700351
Matthew Treinish3d468112013-10-24 21:49:14 +0000352# Whether tenant network connectivity should be evaluated
353# directly (boolean value)
354#tenant_networks_reachable=false
Maru Newby81f07a02012-09-05 20:21:19 -0700355
Matthew Treinish3d468112013-10-24 21:49:14 +0000356# Id of the public network that provides external connectivity
357# (string value)
358#public_network_id=
359
360# Id of the public router that provides external connectivity
361# (string value)
362#public_router_id=
363
364
365[boto]
366
367#
368# Options defined in tempest.config
369#
370
371# EC2 URL (string value)
372#ec2_url=http://localhost:8773/services/Cloud
373
374# S3 URL (string value)
375#s3_url=http://localhost:8080
376
377# AWS Secret Key (string value)
378#aws_secret=<None>
379
380# AWS Access Key (string value)
381#aws_access=<None>
382
383# S3 Materials Path (string value)
384#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
385
386# ARI Ramdisk Image manifest (string value)
387#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
388
389# AMI Machine Image manifest (string value)
390#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
391
392# AKI Kernel Image manifest (string value)
393#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
394
395# Instance type (string value)
396#instance_type=m1.tiny
397
398# boto Http socket timeout (integer value)
399#http_socket_timeout=3
400
401# boto num_retries on error (integer value)
402#num_retries=1
403
404# Status Change Timeout (integer value)
405#build_timeout=60
406
407# Status Change Test Interval (integer value)
408#build_interval=1
409
410
411[scenario]
412
413#
414# Options defined in tempest.config
415#
416
417# Directory containing image files (string value)
418#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
419
420# AMI image file name (string value)
421#ami_img_file=cirros-0.3.1-x86_64-blank.img
422
423# ARI image file name (string value)
424#ari_img_file=cirros-0.3.1-x86_64-initrd
425
426# AKI image file name (string value)
427#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
428
429# ssh username for the image file (string value)
430#ssh_user=cirros
431
432# specifies how many resources to request at once. Used for
433# large operations testing. (integer value)
434#large_ops_number=0
435
436
437[image]
438
439#
440# Options defined in tempest.config
441#
442
443# Catalog type of the Image service. (string value)
444#catalog_type=image
445
446# The image region name to use. If empty, the value of
447# identity.region is used instead. If no such region is found
448# in the service catalog, the first found one is used. (string
449# value)
450#region=
451
452# http accessible image (string value)
453#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
454
455
456[compute-admin]
457
458#
459# Options defined in tempest.config
460#
461
462# Administrative Username to use for Nova API requests.
463# (string value)
464#username=admin
465
466# Administrative Tenant name to use for Nova API requests.
467# (string value)
468#tenant_name=admin
469
470# API key to use when authenticating as admin. (string value)
471#password=pass
472
473
474[cli]
475
476#
477# Options defined in tempest.cli
478#
479
480# enable cli tests (boolean value)
481#enabled=true
482
483# directory where python client binaries are located (string
484# value)
485#cli_dir=/usr/local/bin
486
487# Number of seconds to wait on a CLI timeout (integer value)
488#timeout=15
Maru Newby81f07a02012-09-05 20:21:19 -0700489
Dan Smithd6c1f882013-02-26 15:50:11 -0500490
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700491[volume]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700492
Matthew Treinish3d468112013-10-24 21:49:14 +0000493#
494# Options defined in tempest.config
495#
dwalleck5d734432012-10-04 01:11:47 -0500496
Matthew Treinish3d468112013-10-24 21:49:14 +0000497# Time in seconds between volume availability checks. (integer
498# value)
499#build_interval=10
Matthew Treinishd5c96022013-10-17 21:51:23 +0000500
Matthew Treinish3d468112013-10-24 21:49:14 +0000501# Timeout in seconds to wait for a volume to becomeavailable.
502# (integer value)
503#build_timeout=300
Attila Fazekas9492d352012-12-04 13:55:58 +0100504
Matthew Treinish3d468112013-10-24 21:49:14 +0000505# Catalog type of the Volume Service (string value)
506#catalog_type=volume
dwalleck5d734432012-10-04 01:11:47 -0500507
Matthew Treinish3d468112013-10-24 21:49:14 +0000508# The volume region name to use. If empty, the value of
509# identity.region is used instead. If no such region is found
510# in the service catalog, the first found one is used. (string
511# value)
512#region=
Attila Fazekasa23f5002012-10-23 19:32:45 +0200513
Matthew Treinish3d468112013-10-24 21:49:14 +0000514# Name of the backend1 (must be declared in cinder.conf)
515# (string value)
516#backend1_name=BACKEND_1
Arata Notsu8f440392013-09-13 16:14:20 +0900517
Matthew Treinish3d468112013-10-24 21:49:14 +0000518# Name of the backend2 (must be declared in cinder.conf)
519# (string value)
520#backend2_name=BACKEND_2
K Jonathan Harkerd6ba4b42012-12-18 13:50:47 -0800521
Matthew Treinish3d468112013-10-24 21:49:14 +0000522# Backend protocol to target when creating volume types
523# (string value)
524#storage_protocol=iSCSI
Matthew Treinish3fdb80c2013-08-15 11:13:19 -0400525
Matthew Treinish3d468112013-10-24 21:49:14 +0000526# Backend vendor to target when creating volume types (string
527# value)
528#vendor_name=Open Source
Matthew Treinishd5c96022013-10-17 21:51:23 +0000529
Matthew Treinish3d468112013-10-24 21:49:14 +0000530# Disk format to use when copying a volume to image (string
531# value)
532#disk_format=raw
Attila Fazekasa23f5002012-10-23 19:32:45 +0200533
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900534
Julie Pichond1017642013-07-24 16:37:23 +0100535[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100536
Matthew Treinish3d468112013-10-24 21:49:14 +0000537#
538# Options defined in tempest.config
539#
Julie Pichond1017642013-07-24 16:37:23 +0100540
Matthew Treinish3d468112013-10-24 21:49:14 +0000541# Where the dashboard can be found (string value)
542#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900543
Matthew Treinish3d468112013-10-24 21:49:14 +0000544# Login page for the dashboard (string value)
545#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900546
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900547
Matthew Treinish3d468112013-10-24 21:49:14 +0000548[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900549
Matthew Treinish3d468112013-10-24 21:49:14 +0000550#
551# Options defined in tempest.config
552#
Attila Fazekas86950732013-06-08 09:33:08 +0200553
Matthew Treinish3d468112013-10-24 21:49:14 +0000554# Catalog type of the Orchestration service. (string value)
555#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000556
Matthew Treinish3d468112013-10-24 21:49:14 +0000557# The orchestration region name to use. If empty, the value of
558# identity.region is used instead. If no such region is found
559# in the service catalog, the first found one is used. (string
560# value)
561#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400562
Matthew Treinish3d468112013-10-24 21:49:14 +0000563# Allows test cases to create/destroy tenants and users. This
564# option enables isolated test cases and better parallel
565# execution, but also requires that OpenStack Identity API
566# admin credentials are known. (boolean value)
567#allow_tenant_isolation=false
Marc Koderer32221b8e2013-08-23 13:57:50 +0200568
Matthew Treinish3d468112013-10-24 21:49:14 +0000569# Time in seconds between build status checks. (integer value)
570#build_interval=1
571
572# Timeout in seconds to wait for a stack to build. (integer
573# value)
574#build_timeout=300
575
576# Instance type for tests. Needs to be big enough for a full
577# OS plus the test workload (string value)
578#instance_type=m1.micro
579
580# Name of heat-cfntools enabled image to use when launching
581# test instances. (string value)
582#image_ref=<None>
583
584# Name of existing keypair to launch servers with. (string
585# value)
586#keypair_name=<None>
587
588# Value must match heat configuration of the same name.
589# (integer value)
590#max_template_size=524288
591
592
593[object-storage]
594
595#
596# Options defined in tempest.config
597#
598
599# Catalog type of the Object-Storage service. (string value)
600#catalog_type=object-store
601
602# The object-storage region name to use. If empty, the value
603# of identity.region is used instead. If no such region is
604# found in the service catalog, the first found one is used.
605# (string value)
606#region=
607
608# Number of seconds to time on waiting for a containerto
609# container synchronization complete. (integer value)
610#container_sync_timeout=120
611
612# Number of seconds to wait while looping to check thestatus
613# of a container to container synchronization (integer value)
614#container_sync_interval=5
615
616# Role to add to users created for swift tests to enable
617# creating containers (string value)
618#operator_role=Member
619
Attila Fazekasaeeeefd2013-08-06 17:01:56 +0200620
621[debug]
Matthew Treinish3d468112013-10-24 21:49:14 +0000622
623#
624# Options defined in tempest.config
625#
626
627# Enable diagnostic commands (boolean value)
628#enable=true
629
630
631[service_available]
632
633#
634# Options defined in tempest.config
635#
636
637# Whether or not cinder is expected to be available (boolean
638# value)
639#cinder=true
640
641# Whether or not neutron is expected to be available (boolean
642# value)
643#neutron=false
644
645# Whether or not glance is expected to be available (boolean
646# value)
647#glance=true
648
649# Whether or not swift is expected to be available (boolean
650# value)
651#swift=true
652
653# Whether or not nova is expected to be available (boolean
654# value)
655#nova=true
656
657# Whether or not Heat is expected to be available (boolean
658# value)
659#heat=false
660
661# Whether or not Ceilometer is expected to be available
662# (boolean value)
663#ceilometer=true
664
665# Whether or not Horizon is expected to be available (boolean
666# value)
667#horizon=true
668
669
670[compute-feature-enabled]
671
672#
673# Options defined in tempest.config
674#
675
676# If false, skip all nova v3 tests. (boolean value)
Chris Yeohfbc15de2013-11-26 10:20:08 +1030677#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000678
679# If false, skip disk config tests (boolean value)
680#disk_config=true
681
682# If false, skip flavor extra data test (boolean value)
683#flavor_extra=true
684
685# Does the test environment support changing the admin
686# password? (boolean value)
687#change_password=false
688
689# Does the test environment support snapshots? (boolean value)
690#create_image=false
691
692# Does the test environment support resizing? (boolean value)
693#resize=false
694
695# Does the test environment support live migration available?
696# (boolean value)
697#live_migration=false
698
699# Does the test environment use block devices for live
700# migration (boolean value)
701#block_migration_for_live_migration=false
702
703# Does the test environment block migration support cinder
704# iSCSI volumes (boolean value)
705#block_migrate_cinder_iscsi=false
706
707
708[object-storage-feature-enabled]
709
710#
711# Options defined in tempest.config
712#
713
714# Set to True if the container quota middleware is enabled
715# (boolean value)
716#container_quotas=true
717
718# Set to True if the Account Quota middleware is enabled
719# (boolean value)
720#accounts_quotas=true
721
722# Set to True if the Crossdomain middleware is enabled
723# (boolean value)
724#crossdomain=true
725
726
727[volume-feature-enabled]
728
729#
730# Options defined in tempest.config
731#
732
733# Runs Cinder multi-backend test (requires 2 backends)
734# (boolean value)
735#multi_backend=false
736
737