blob: 8d0e97862a023d25b74225e5784df5f487aa276d [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
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100144[volume-feature-enabled]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400145
146#
147# Options defined in tempest.config
148#
149
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100150# Runs Cinder multi-backend test (requires 2 backends)
151# (boolean value)
152#multi_backend=false
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400153
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100154# A list of enabled extensions with a special entry all which
155# indicates every extension is enabled (list value)
156#api_extensions=all
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400157
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100158# Is the v1 volume API enabled (boolean value)
159#api_v1=true
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400160
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400161
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100162[telemetry]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400163
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100164#
165# Options defined in tempest.config
166#
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400167
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100168# Catalog type of the Telemetry service. (string value)
169#catalog_type=metering
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400170
171
172[data_processing]
173
174#
175# Options defined in tempest.config
176#
177
178# Catalog type of the data processing service. (string value)
179#catalog_type=data_processing
180
181
182[object-storage-feature-enabled]
183
184#
185# Options defined in tempest.config
186#
187
188# Set to True if the Container Quota middleware is enabled
189# (boolean value)
190#container_quotas=true
191
192# Set to True if the Account Quota middleware is enabled
193# (boolean value)
194#accounts_quotas=true
195
196# Set to True if the Crossdomain middleware is enabled
197# (boolean value)
198#crossdomain=true
199
200# Set to True if the TempURL middleware is enabled (boolean
201# value)
202#tempurl=true
203
204
205[network-feature-enabled]
206
207#
208# Options defined in tempest.config
209#
210
211# A list of enabled extensions with a special entry all which
212# indicates every extension is enabled (list value)
213#api_extensions=all
214
215
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400216[image-feature-enabled]
217
218#
219# Options defined in tempest.config
220#
221
222# Is the v2 image API enabled (boolean value)
223#api_v2=true
224
225# Is the v1 image API enabled (boolean value)
226#api_v1=true
227
228
229[compute-admin]
230
231#
232# Options defined in tempest.config
233#
234
235# Administrative Username to use for Nova API requests.
236# (string value)
237#username=admin
238
239# Administrative Tenant name to use for Nova API requests.
240# (string value)
241#tenant_name=admin
242
243# API key to use when authenticating as admin. (string value)
244#password=pass
245
246
247[volume]
248
249#
250# Options defined in tempest.config
251#
252
253# Time in seconds between volume availability checks. (integer
254# value)
255#build_interval=10
256
257# Timeout in seconds to wait for a volume to becomeavailable.
258# (integer value)
259#build_timeout=300
260
261# Catalog type of the Volume Service (string value)
262#catalog_type=volume
263
264# The volume region name to use. If empty, the value of
265# identity.region is used instead. If no such region is found
266# in the service catalog, the first found one is used. (string
267# value)
268#region=
269
270# Name of the backend1 (must be declared in cinder.conf)
271# (string value)
272#backend1_name=BACKEND_1
273
274# Name of the backend2 (must be declared in cinder.conf)
275# (string value)
276#backend2_name=BACKEND_2
277
278# Backend protocol to target when creating volume types
279# (string value)
280#storage_protocol=iSCSI
281
282# Backend vendor to target when creating volume types (string
283# value)
284#vendor_name=Open Source
285
286# Disk format to use when copying a volume to image (string
287# value)
288#disk_format=raw
289
290
291[compute-feature-enabled]
292
293#
294# Options defined in tempest.config
295#
296
297# If false, skip all nova v3 tests. (boolean value)
298#api_v3=true
299
300# If false, skip disk config tests (boolean value)
301#disk_config=true
302
303# A list of enabled extensions with a special entry all which
304# indicates every extension is enabled (list value)
305#api_extensions=all
306
307# A list of enabled v3 extensions with a special entry all
308# which indicates every extension is enabled (list value)
309#api_v3_extensions=all
310
311# Does the test environment support changing the admin
312# password? (boolean value)
313#change_password=false
314
315# Does the test environment support snapshots? (boolean value)
316#create_image=false
317
318# Does the test environment support resizing? (boolean value)
319#resize=false
320
321# Does the test environment support live migration available?
322# (boolean value)
323#live_migration=false
324
325# Does the test environment use block devices for live
326# migration (boolean value)
327#block_migration_for_live_migration=false
328
329# Does the test environment block migration support cinder
330# iSCSI volumes (boolean value)
331#block_migrate_cinder_iscsi=false
332
333
Daryl Walleck587385b2012-03-03 13:00:26 -0600334[identity]
Jay Pipes3f981df2012-03-27 18:59:44 -0400335
Matthew Treinish3d468112013-10-24 21:49:14 +0000336#
337# Options defined in tempest.config
338#
Daryl Walleck587385b2012-03-03 13:00:26 -0600339
Matthew Treinish3d468112013-10-24 21:49:14 +0000340# Catalog type of the Identity service. (string value)
341#catalog_type=identity
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100342
Matthew Treinish3d468112013-10-24 21:49:14 +0000343# Set to True if using self-signed SSL certificates. (boolean
344# value)
345#disable_ssl_certificate_validation=false
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100346
Matthew Treinish3d468112013-10-24 21:49:14 +0000347# Full URI of the OpenStack Identity API (Keystone), v2
348# (string value)
349#uri=<None>
Attila Fazekascadcb1f2013-01-21 23:10:53 +0100350
Matthew Treinish3d468112013-10-24 21:49:14 +0000351# Full URI of the OpenStack Identity API (Keystone), v3
352# (string value)
353#uri_v3=<None>
Russell Sim7f894a52013-09-13 10:35:21 +1000354
Matthew Treinish3d468112013-10-24 21:49:14 +0000355# The identity region name to use. Also used as the other
356# services' region name unless they are set explicitly. If no
357# such region is found in the service catalog, the first found
358# one is used. (string value)
359#region=RegionOne
Jay Pipes3f981df2012-03-27 18:59:44 -0400360
Matthew Treinish3d468112013-10-24 21:49:14 +0000361# Username to use for Nova API requests. (string value)
362#username=demo
Jay Pipesf38eaac2012-06-21 13:37:35 -0400363
Matthew Treinish3d468112013-10-24 21:49:14 +0000364# Tenant name to use for Nova API requests. (string value)
365#tenant_name=demo
Dan Smithd6ff6b72012-08-23 10:29:41 -0700366
Matthew Treinish3d468112013-10-24 21:49:14 +0000367# Role required to administrate keystone. (string value)
368#admin_role=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400369
Matthew Treinish3d468112013-10-24 21:49:14 +0000370# API key to use when authenticating. (string value)
371#password=pass
Ryan Hsucb2e1252013-09-03 21:44:49 -0700372
Matthew Treinish3d468112013-10-24 21:49:14 +0000373# Username of alternate user to use for Nova API requests.
374# (string value)
375#alt_username=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700376
Matthew Treinish3d468112013-10-24 21:49:14 +0000377# Alternate user's Tenant name to use for Nova API requests.
378# (string value)
379#alt_tenant_name=<None>
Maru Newbyaf292e82013-05-20 21:32:28 +0000380
Matthew Treinish3d468112013-10-24 21:49:14 +0000381# API key to use when authenticating as alternate user.
382# (string value)
383#alt_password=<None>
Ryan Hsucb2e1252013-09-03 21:44:49 -0700384
Matthew Treinish3d468112013-10-24 21:49:14 +0000385# Administrative Username to use forKeystone API requests.
386# (string value)
387#admin_username=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400388
Matthew Treinish3d468112013-10-24 21:49:14 +0000389# Administrative Tenant name to use for Keystone API requests.
390# (string value)
391#admin_tenant_name=admin
Jay Pipes3f981df2012-03-27 18:59:44 -0400392
Matthew Treinish3d468112013-10-24 21:49:14 +0000393# API key to use when authenticating as admin. (string value)
394#admin_password=pass
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500395
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500396
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100397[network]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400398
399#
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100400# Options defined in tempest.config
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400401#
402
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100403# Catalog type of the Neutron service. (string value)
404#catalog_type=network
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400405
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100406# The network region name to use. If empty, the value of
407# identity.region is used instead. If no such region is found
408# in the service catalog, the first found one is used. (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400409# value)
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100410#region=
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400411
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100412# The cidr block to allocate tenant networks from (string
413# value)
414#tenant_network_cidr=10.100.0.0/16
415
416# The mask bits for tenant networks (integer value)
417#tenant_network_mask_bits=28
418
419# Whether tenant network connectivity should be evaluated
420# directly (boolean value)
421#tenant_networks_reachable=false
422
423# Id of the public network that provides external connectivity
424# (string value)
425#public_network_id=
426
427# Id of the public router that provides external connectivity
428# (string value)
429#public_router_id=
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400430
431
Matthew Treinish3d468112013-10-24 21:49:14 +0000432[stress]
Attila Fazekasb0661652013-05-08 13:01:36 +0200433
Matthew Treinish3d468112013-10-24 21:49:14 +0000434#
435# Options defined in tempest.config
436#
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500437
Matthew Treinish3d468112013-10-24 21:49:14 +0000438# Directory containing log files on the compute nodes (string
439# value)
440#nova_logdir=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500441
Matthew Treinish3d468112013-10-24 21:49:14 +0000442# Maximum number of instances to create during test. (integer
443# value)
444#max_instances=16
Nachi Ueno6d580be2013-07-24 10:58:11 -0700445
Matthew Treinish3d468112013-10-24 21:49:14 +0000446# Controller host. (string value)
447#controller=<None>
Daryl Walleck6b9b2882012-04-08 21:43:39 -0500448
Matthew Treinish3d468112013-10-24 21:49:14 +0000449# Controller host. (string value)
450#target_controller=<None>
Attila Fazekas0abbc952013-07-01 19:19:42 +0200451
Matthew Treinish3d468112013-10-24 21:49:14 +0000452# ssh user. (string value)
453#target_ssh_user=<None>
Chris Yeoh76916042013-02-27 16:25:25 +1030454
Matthew Treinish3d468112013-10-24 21:49:14 +0000455# Path to private key. (string value)
456#target_private_key_path=<None>
fujioka yuuichia11994e2013-07-09 11:19:51 +0900457
Matthew Treinish3d468112013-10-24 21:49:14 +0000458# regexp for list of log files. (string value)
459#target_logfiles=<None>
Jay Pipes3f981df2012-03-27 18:59:44 -0400460
Matthew Treinish3d468112013-10-24 21:49:14 +0000461# time (in seconds) between log file error checks. (integer
462# value)
463#log_check_interval=60
ivan-zhu8f992be2013-07-31 14:56:58 +0800464
Matthew Treinish3d468112013-10-24 21:49:14 +0000465# The number of threads created while stress test. (integer
466# value)
467#default_thread_number_per_action=4
Arata Notsu8f440392013-09-13 16:14:20 +0900468
Sean Dague83401992013-05-06 17:46:36 -0400469
Matthew Treinish3d468112013-10-24 21:49:14 +0000470[compute]
471
472#
473# Options defined in tempest.config
474#
475
476# Allows test cases to create/destroy tenants and users. This
477# option enables isolated test cases and better parallel
478# execution, but also requires that OpenStack Identity API
479# admin credentials are known. (boolean value)
480#allow_tenant_isolation=false
481
Matthew Treinish3d468112013-10-24 21:49:14 +0000482# Valid secondary image reference to be used in tests. (string
483# value)
484#image_ref={$IMAGE_ID}
485
486# Valid secondary image reference to be used in tests. (string
487# value)
488#image_ref_alt={$IMAGE_ID_ALT}
489
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900490# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000491#flavor_ref=1
492
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900493# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000494#flavor_ref_alt=2
495
496# User name used to authenticate to an instance. (string
497# value)
498#image_ssh_user=root
499
500# Password used to authenticate to an instance. (string value)
501#image_ssh_password=password
502
503# User name used to authenticate to an instance using the
504# alternate image. (string value)
505#image_alt_ssh_user=root
506
507# Password used to authenticate to an instance using the
508# alternate image. (string value)
509#image_alt_ssh_password=password
510
511# Time in seconds between build status checks. (integer value)
512#build_interval=10
513
514# Timeout in seconds to wait for an instance to build.
515# (integer value)
516#build_timeout=300
517
Derek Higgins85cd5142013-12-17 17:10:11 +0000518# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000519#run_ssh=false
520
521# User name used to authenticate to an instance. (string
522# value)
523#ssh_user=root
524
525# Timeout in seconds to wait for ping to succeed. (integer
526# value)
527#ping_timeout=60
528
529# Timeout in seconds to wait for authentication to succeed.
530# (integer value)
531#ssh_timeout=300
532
533# Additional wait time for clean state, when there is no OS-
534# EXT-STS extension available (integer value)
535#ready_wait=0
536
537# Timeout in seconds to wait for output from ssh channel.
538# (integer value)
539#ssh_channel_timeout=60
540
541# Visible fixed network name (string value)
542#fixed_network_name=private
543
544# Network used for SSH connections. (string value)
545#network_for_ssh=public
546
547# IP version used for SSH connections. (integer value)
548#ip_version_for_ssh=4
549
550# Dose the SSH uses Floating IP? (boolean value)
551#use_floatingip_for_ssh=true
552
553# Catalog type of the Compute service. (string value)
554#catalog_type=compute
555
556# The compute region name to use. If empty, the value of
557# identity.region is used instead. If no such region is found
558# in the service catalog, the first found one is used. (string
559# value)
560#region=
561
562# Catalog type of the Compute v3 service. (string value)
563#catalog_v3_type=computev3
564
565# Path to a private key file for SSH access to remote hosts
566# (string value)
567#path_to_private_key=<None>
568
569# Expected device name when a volume is attached to an
570# instance (string value)
571#volume_device_name=vdb
572
573# Time in seconds before a shelved instance is eligible for
574# removing from a host. -1 never offload, 0 offload when
575# shelved. This time should be the same as the time of
576# nova.conf, and some tests will run for as long as the time.
577# (integer value)
578#shelved_offload_time=0
579
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000580
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400581[scenario]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700582
Matthew Treinish3d468112013-10-24 21:49:14 +0000583#
584# Options defined in tempest.config
585#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400586
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400587# Directory containing image files (string value)
588#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
Arata Notsu8f440392013-09-13 16:14:20 +0900589
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400590# AMI image file name (string value)
591#ami_img_file=cirros-0.3.1-x86_64-blank.img
Maru Newby81f07a02012-09-05 20:21:19 -0700592
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400593# ARI image file name (string value)
594#ari_img_file=cirros-0.3.1-x86_64-initrd
Maru Newby81f07a02012-09-05 20:21:19 -0700595
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400596# AKI image file name (string value)
597#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
Maru Newby81f07a02012-09-05 20:21:19 -0700598
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400599# ssh username for the image file (string value)
600#ssh_user=cirros
Maru Newby81f07a02012-09-05 20:21:19 -0700601
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400602# specifies how many resources to request at once. Used for
603# large operations testing. (integer value)
604#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000605
606
607[boto]
608
609#
610# Options defined in tempest.config
611#
612
613# EC2 URL (string value)
614#ec2_url=http://localhost:8773/services/Cloud
615
616# S3 URL (string value)
617#s3_url=http://localhost:8080
618
619# AWS Secret Key (string value)
620#aws_secret=<None>
621
622# AWS Access Key (string value)
623#aws_access=<None>
624
625# S3 Materials Path (string value)
626#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
627
628# ARI Ramdisk Image manifest (string value)
629#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
630
631# AMI Machine Image manifest (string value)
632#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
633
634# AKI Kernel Image manifest (string value)
635#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
636
637# Instance type (string value)
638#instance_type=m1.tiny
639
640# boto Http socket timeout (integer value)
641#http_socket_timeout=3
642
643# boto num_retries on error (integer value)
644#num_retries=1
645
646# Status Change Timeout (integer value)
647#build_timeout=60
648
649# Status Change Test Interval (integer value)
650#build_interval=1
651
652
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100653[cli]
654
655#
656# Options defined in tempest.cli
657#
658
659# enable cli tests (boolean value)
660#enabled=true
661
662# directory where python client binaries are located (string
663# value)
664#cli_dir=/usr/local/bin
665
666# Number of seconds to wait on a CLI timeout (integer value)
667#timeout=15
668
669
Julie Pichond1017642013-07-24 16:37:23 +0100670[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100671
Matthew Treinish3d468112013-10-24 21:49:14 +0000672#
673# Options defined in tempest.config
674#
Julie Pichond1017642013-07-24 16:37:23 +0100675
Matthew Treinish3d468112013-10-24 21:49:14 +0000676# Where the dashboard can be found (string value)
677#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900678
Matthew Treinish3d468112013-10-24 21:49:14 +0000679# Login page for the dashboard (string value)
680#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900681
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900682
Matthew Treinish3d468112013-10-24 21:49:14 +0000683[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900684
Matthew Treinish3d468112013-10-24 21:49:14 +0000685#
686# Options defined in tempest.config
687#
Attila Fazekas86950732013-06-08 09:33:08 +0200688
Matthew Treinish3d468112013-10-24 21:49:14 +0000689# Catalog type of the Orchestration service. (string value)
690#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000691
Matthew Treinish3d468112013-10-24 21:49:14 +0000692# The orchestration region name to use. If empty, the value of
693# identity.region is used instead. If no such region is found
694# in the service catalog, the first found one is used. (string
695# value)
696#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400697
Matthew Treinish3d468112013-10-24 21:49:14 +0000698# Allows test cases to create/destroy tenants and users. This
699# option enables isolated test cases and better parallel
700# execution, but also requires that OpenStack Identity API
701# admin credentials are known. (boolean value)
702#allow_tenant_isolation=false
Marc Koderer32221b8e2013-08-23 13:57:50 +0200703
Matthew Treinish3d468112013-10-24 21:49:14 +0000704# Time in seconds between build status checks. (integer value)
705#build_interval=1
706
707# Timeout in seconds to wait for a stack to build. (integer
708# value)
709#build_timeout=300
710
711# Instance type for tests. Needs to be big enough for a full
712# OS plus the test workload (string value)
713#instance_type=m1.micro
714
715# Name of heat-cfntools enabled image to use when launching
716# test instances. (string value)
717#image_ref=<None>
718
719# Name of existing keypair to launch servers with. (string
720# value)
721#keypair_name=<None>
722
723# Value must match heat configuration of the same name.
724# (integer value)
725#max_template_size=524288
726
727
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400728[debug]
Matthew Treinish3d468112013-10-24 21:49:14 +0000729
730#
731# Options defined in tempest.config
732#
733
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400734# Enable diagnostic commands (boolean value)
735#enable=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000736
737
738[service_available]
739
740#
741# Options defined in tempest.config
742#
743
744# Whether or not cinder is expected to be available (boolean
745# value)
746#cinder=true
747
748# Whether or not neutron is expected to be available (boolean
749# value)
750#neutron=false
751
752# Whether or not glance is expected to be available (boolean
753# value)
754#glance=true
755
756# Whether or not swift is expected to be available (boolean
757# value)
758#swift=true
759
760# Whether or not nova is expected to be available (boolean
761# value)
762#nova=true
763
764# Whether or not Heat is expected to be available (boolean
765# value)
766#heat=false
767
768# Whether or not Ceilometer is expected to be available
769# (boolean value)
770#ceilometer=true
771
772# Whether or not Horizon is expected to be available (boolean
773# value)
774#horizon=true
775
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400776# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100777# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400778#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000779
Matthew Treinish3d468112013-10-24 21:49:14 +0000780