blob: 937bbd3a84f3be75e804738d5e6481ec9392e943 [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
Matthew Treinish3d468112013-10-24 21:49:14 +0000223# Valid secondary image reference to be used in tests. (string
224# value)
225#image_ref={$IMAGE_ID}
226
227# Valid secondary image reference to be used in tests. (string
228# value)
229#image_ref_alt={$IMAGE_ID_ALT}
230
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900231# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000232#flavor_ref=1
233
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900234# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000235#flavor_ref_alt=2
236
237# User name used to authenticate to an instance. (string
238# value)
239#image_ssh_user=root
240
241# Password used to authenticate to an instance. (string value)
242#image_ssh_password=password
243
244# User name used to authenticate to an instance using the
245# alternate image. (string value)
246#image_alt_ssh_user=root
247
248# Password used to authenticate to an instance using the
249# alternate image. (string value)
250#image_alt_ssh_password=password
251
252# Time in seconds between build status checks. (integer value)
253#build_interval=10
254
255# Timeout in seconds to wait for an instance to build.
256# (integer value)
257#build_timeout=300
258
259# Does the test environment support snapshots? (boolean value)
260#run_ssh=false
261
262# User name used to authenticate to an instance. (string
263# value)
264#ssh_user=root
265
266# Timeout in seconds to wait for ping to succeed. (integer
267# value)
268#ping_timeout=60
269
270# Timeout in seconds to wait for authentication to succeed.
271# (integer value)
272#ssh_timeout=300
273
274# Additional wait time for clean state, when there is no OS-
275# EXT-STS extension available (integer value)
276#ready_wait=0
277
278# Timeout in seconds to wait for output from ssh channel.
279# (integer value)
280#ssh_channel_timeout=60
281
282# Visible fixed network name (string value)
283#fixed_network_name=private
284
285# Network used for SSH connections. (string value)
286#network_for_ssh=public
287
288# IP version used for SSH connections. (integer value)
289#ip_version_for_ssh=4
290
291# Dose the SSH uses Floating IP? (boolean value)
292#use_floatingip_for_ssh=true
293
294# Catalog type of the Compute service. (string value)
295#catalog_type=compute
296
297# The compute region name to use. If empty, the value of
298# identity.region is used instead. If no such region is found
299# in the service catalog, the first found one is used. (string
300# value)
301#region=
302
303# Catalog type of the Compute v3 service. (string value)
304#catalog_v3_type=computev3
305
306# Path to a private key file for SSH access to remote hosts
307# (string value)
308#path_to_private_key=<None>
309
310# Expected device name when a volume is attached to an
311# instance (string value)
312#volume_device_name=vdb
313
314# Time in seconds before a shelved instance is eligible for
315# removing from a host. -1 never offload, 0 offload when
316# shelved. This time should be the same as the time of
317# nova.conf, and some tests will run for as long as the time.
318# (integer value)
319#shelved_offload_time=0
320
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000321
Unmesh Gurjar44986832012-05-08 19:57:10 +0530322[network]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700323
Matthew Treinish3d468112013-10-24 21:49:14 +0000324#
325# Options defined in tempest.config
326#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400327
Matthew Treinish3d468112013-10-24 21:49:14 +0000328# Catalog type of the Neutron service. (string value)
329#catalog_type=network
Arata Notsu8f440392013-09-13 16:14:20 +0900330
Matthew Treinish3d468112013-10-24 21:49:14 +0000331# The network region name to use. If empty, the value of
332# identity.region is used instead. If no such region is found
333# in the service catalog, the first found one is used. (string
334# value)
335#region=
Maru Newby81f07a02012-09-05 20:21:19 -0700336
Matthew Treinish3d468112013-10-24 21:49:14 +0000337# The cidr block to allocate tenant networks from (string
338# value)
339#tenant_network_cidr=10.100.0.0/16
Maru Newby81f07a02012-09-05 20:21:19 -0700340
Matthew Treinish3d468112013-10-24 21:49:14 +0000341# The mask bits for tenant networks (integer value)
342#tenant_network_mask_bits=28
Maru Newby81f07a02012-09-05 20:21:19 -0700343
Matthew Treinish3d468112013-10-24 21:49:14 +0000344# Whether tenant network connectivity should be evaluated
345# directly (boolean value)
346#tenant_networks_reachable=false
Maru Newby81f07a02012-09-05 20:21:19 -0700347
Matthew Treinish3d468112013-10-24 21:49:14 +0000348# Id of the public network that provides external connectivity
349# (string value)
350#public_network_id=
351
352# Id of the public router that provides external connectivity
353# (string value)
354#public_router_id=
355
356
357[boto]
358
359#
360# Options defined in tempest.config
361#
362
363# EC2 URL (string value)
364#ec2_url=http://localhost:8773/services/Cloud
365
366# S3 URL (string value)
367#s3_url=http://localhost:8080
368
369# AWS Secret Key (string value)
370#aws_secret=<None>
371
372# AWS Access Key (string value)
373#aws_access=<None>
374
375# S3 Materials Path (string value)
376#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
377
378# ARI Ramdisk Image manifest (string value)
379#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
380
381# AMI Machine Image manifest (string value)
382#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
383
384# AKI Kernel Image manifest (string value)
385#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
386
387# Instance type (string value)
388#instance_type=m1.tiny
389
390# boto Http socket timeout (integer value)
391#http_socket_timeout=3
392
393# boto num_retries on error (integer value)
394#num_retries=1
395
396# Status Change Timeout (integer value)
397#build_timeout=60
398
399# Status Change Test Interval (integer value)
400#build_interval=1
401
402
403[scenario]
404
405#
406# Options defined in tempest.config
407#
408
409# Directory containing image files (string value)
410#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
411
412# AMI image file name (string value)
413#ami_img_file=cirros-0.3.1-x86_64-blank.img
414
415# ARI image file name (string value)
416#ari_img_file=cirros-0.3.1-x86_64-initrd
417
418# AKI image file name (string value)
419#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
420
421# ssh username for the image file (string value)
422#ssh_user=cirros
423
424# specifies how many resources to request at once. Used for
425# large operations testing. (integer value)
426#large_ops_number=0
427
428
429[image]
430
431#
432# Options defined in tempest.config
433#
434
435# Catalog type of the Image service. (string value)
436#catalog_type=image
437
438# The image region name to use. If empty, the value of
439# identity.region is used instead. If no such region is found
440# in the service catalog, the first found one is used. (string
441# value)
442#region=
443
444# http accessible image (string value)
445#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
446
447
448[compute-admin]
449
450#
451# Options defined in tempest.config
452#
453
454# Administrative Username to use for Nova API requests.
455# (string value)
456#username=admin
457
458# Administrative Tenant name to use for Nova API requests.
459# (string value)
460#tenant_name=admin
461
462# API key to use when authenticating as admin. (string value)
463#password=pass
464
465
466[cli]
467
468#
469# Options defined in tempest.cli
470#
471
472# enable cli tests (boolean value)
473#enabled=true
474
475# directory where python client binaries are located (string
476# value)
477#cli_dir=/usr/local/bin
478
479# Number of seconds to wait on a CLI timeout (integer value)
480#timeout=15
Maru Newby81f07a02012-09-05 20:21:19 -0700481
Dan Smithd6c1f882013-02-26 15:50:11 -0500482
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700483[volume]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700484
Matthew Treinish3d468112013-10-24 21:49:14 +0000485#
486# Options defined in tempest.config
487#
dwalleck5d734432012-10-04 01:11:47 -0500488
Matthew Treinish3d468112013-10-24 21:49:14 +0000489# Time in seconds between volume availability checks. (integer
490# value)
491#build_interval=10
Matthew Treinishd5c96022013-10-17 21:51:23 +0000492
Matthew Treinish3d468112013-10-24 21:49:14 +0000493# Timeout in seconds to wait for a volume to becomeavailable.
494# (integer value)
495#build_timeout=300
Attila Fazekas9492d352012-12-04 13:55:58 +0100496
Matthew Treinish3d468112013-10-24 21:49:14 +0000497# Catalog type of the Volume Service (string value)
498#catalog_type=volume
dwalleck5d734432012-10-04 01:11:47 -0500499
Matthew Treinish3d468112013-10-24 21:49:14 +0000500# The volume region name to use. If empty, the value of
501# identity.region is used instead. If no such region is found
502# in the service catalog, the first found one is used. (string
503# value)
504#region=
Attila Fazekasa23f5002012-10-23 19:32:45 +0200505
Matthew Treinish3d468112013-10-24 21:49:14 +0000506# Name of the backend1 (must be declared in cinder.conf)
507# (string value)
508#backend1_name=BACKEND_1
Arata Notsu8f440392013-09-13 16:14:20 +0900509
Matthew Treinish3d468112013-10-24 21:49:14 +0000510# Name of the backend2 (must be declared in cinder.conf)
511# (string value)
512#backend2_name=BACKEND_2
K Jonathan Harkerd6ba4b42012-12-18 13:50:47 -0800513
Matthew Treinish3d468112013-10-24 21:49:14 +0000514# Backend protocol to target when creating volume types
515# (string value)
516#storage_protocol=iSCSI
Matthew Treinish3fdb80c2013-08-15 11:13:19 -0400517
Matthew Treinish3d468112013-10-24 21:49:14 +0000518# Backend vendor to target when creating volume types (string
519# value)
520#vendor_name=Open Source
Matthew Treinishd5c96022013-10-17 21:51:23 +0000521
Matthew Treinish3d468112013-10-24 21:49:14 +0000522# Disk format to use when copying a volume to image (string
523# value)
524#disk_format=raw
Attila Fazekasa23f5002012-10-23 19:32:45 +0200525
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900526
Julie Pichond1017642013-07-24 16:37:23 +0100527[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100528
Matthew Treinish3d468112013-10-24 21:49:14 +0000529#
530# Options defined in tempest.config
531#
Julie Pichond1017642013-07-24 16:37:23 +0100532
Matthew Treinish3d468112013-10-24 21:49:14 +0000533# Where the dashboard can be found (string value)
534#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900535
Matthew Treinish3d468112013-10-24 21:49:14 +0000536# Login page for the dashboard (string value)
537#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900538
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900539
Matthew Treinish3d468112013-10-24 21:49:14 +0000540[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900541
Matthew Treinish3d468112013-10-24 21:49:14 +0000542#
543# Options defined in tempest.config
544#
Attila Fazekas86950732013-06-08 09:33:08 +0200545
Matthew Treinish3d468112013-10-24 21:49:14 +0000546# Catalog type of the Orchestration service. (string value)
547#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000548
Matthew Treinish3d468112013-10-24 21:49:14 +0000549# The orchestration region name to use. If empty, the value of
550# identity.region is used instead. If no such region is found
551# in the service catalog, the first found one is used. (string
552# value)
553#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400554
Matthew Treinish3d468112013-10-24 21:49:14 +0000555# Allows test cases to create/destroy tenants and users. This
556# option enables isolated test cases and better parallel
557# execution, but also requires that OpenStack Identity API
558# admin credentials are known. (boolean value)
559#allow_tenant_isolation=false
Marc Koderer32221b8e2013-08-23 13:57:50 +0200560
Matthew Treinish3d468112013-10-24 21:49:14 +0000561# Time in seconds between build status checks. (integer value)
562#build_interval=1
563
564# Timeout in seconds to wait for a stack to build. (integer
565# value)
566#build_timeout=300
567
568# Instance type for tests. Needs to be big enough for a full
569# OS plus the test workload (string value)
570#instance_type=m1.micro
571
572# Name of heat-cfntools enabled image to use when launching
573# test instances. (string value)
574#image_ref=<None>
575
576# Name of existing keypair to launch servers with. (string
577# value)
578#keypair_name=<None>
579
580# Value must match heat configuration of the same name.
581# (integer value)
582#max_template_size=524288
583
584
585[object-storage]
586
587#
588# Options defined in tempest.config
589#
590
591# Catalog type of the Object-Storage service. (string value)
592#catalog_type=object-store
593
594# The object-storage region name to use. If empty, the value
595# of identity.region is used instead. If no such region is
596# found in the service catalog, the first found one is used.
597# (string value)
598#region=
599
600# Number of seconds to time on waiting for a containerto
601# container synchronization complete. (integer value)
602#container_sync_timeout=120
603
604# Number of seconds to wait while looping to check thestatus
605# of a container to container synchronization (integer value)
606#container_sync_interval=5
607
608# Role to add to users created for swift tests to enable
609# creating containers (string value)
610#operator_role=Member
611
Attila Fazekasaeeeefd2013-08-06 17:01:56 +0200612
613[debug]
Matthew Treinish3d468112013-10-24 21:49:14 +0000614
615#
616# Options defined in tempest.config
617#
618
619# Enable diagnostic commands (boolean value)
620#enable=true
621
622
623[service_available]
624
625#
626# Options defined in tempest.config
627#
628
629# Whether or not cinder is expected to be available (boolean
630# value)
631#cinder=true
632
633# Whether or not neutron is expected to be available (boolean
634# value)
635#neutron=false
636
637# Whether or not glance is expected to be available (boolean
638# value)
639#glance=true
640
641# Whether or not swift is expected to be available (boolean
642# value)
643#swift=true
644
645# Whether or not nova is expected to be available (boolean
646# value)
647#nova=true
648
649# Whether or not Heat is expected to be available (boolean
650# value)
651#heat=false
652
653# Whether or not Ceilometer is expected to be available
654# (boolean value)
655#ceilometer=true
656
657# Whether or not Horizon is expected to be available (boolean
658# value)
659#horizon=true
660
661
662[compute-feature-enabled]
663
664#
665# Options defined in tempest.config
666#
667
668# If false, skip all nova v3 tests. (boolean value)
Chris Yeohfbc15de2013-11-26 10:20:08 +1030669#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000670
671# If false, skip disk config tests (boolean value)
672#disk_config=true
673
674# If false, skip flavor extra data test (boolean value)
675#flavor_extra=true
676
677# Does the test environment support changing the admin
678# password? (boolean value)
679#change_password=false
680
681# Does the test environment support snapshots? (boolean value)
682#create_image=false
683
684# Does the test environment support resizing? (boolean value)
685#resize=false
686
687# Does the test environment support live migration available?
688# (boolean value)
689#live_migration=false
690
691# Does the test environment use block devices for live
692# migration (boolean value)
693#block_migration_for_live_migration=false
694
695# Does the test environment block migration support cinder
696# iSCSI volumes (boolean value)
697#block_migrate_cinder_iscsi=false
698
699
700[object-storage-feature-enabled]
701
702#
703# Options defined in tempest.config
704#
705
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100706# Set to True if the Container Quota middleware is enabled
Matthew Treinish3d468112013-10-24 21:49:14 +0000707# (boolean value)
708#container_quotas=true
709
710# Set to True if the Account Quota middleware is enabled
711# (boolean value)
712#accounts_quotas=true
713
714# Set to True if the Crossdomain middleware is enabled
715# (boolean value)
716#crossdomain=true
717
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100718# Set to True if the TempURL middleware is enabled (boolean
719# value)
720#tempurl=true
721
Matthew Treinish3d468112013-10-24 21:49:14 +0000722
723[volume-feature-enabled]
724
725#
726# Options defined in tempest.config
727#
728
729# Runs Cinder multi-backend test (requires 2 backends)
730# (boolean value)
731#multi_backend=false
732
733