blob: 003a7f7c3e8e9237c588d86168c47519c500ec36 [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
Sean Dague2bbdf422014-07-11 07:58:33 -040026# Log output to standard error. (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +000027#use_stderr=true
28
Sean Dague2bbdf422014-07-11 07:58:33 -040029# Format string to use for log messages with context. (string
Matthew Treinish3d468112013-10-24 21:49:14 +000030# value)
Sean Daguefc691e32014-01-03 08:51:54 -050031#logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
Matthew Treinish3d468112013-10-24 21:49:14 +000032
Sean Dague2bbdf422014-07-11 07:58:33 -040033# Format string to use for log messages without context.
Matthew Treinish3d468112013-10-24 21:49:14 +000034# (string value)
35#logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
36
Sean Dague2bbdf422014-07-11 07:58:33 -040037# Data to append to log format when level is DEBUG. (string
Matthew Treinish3d468112013-10-24 21:49:14 +000038# value)
39#logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
40
Sean Dague2bbdf422014-07-11 07:58:33 -040041# Prefix each line of exception output with this format.
Matthew Treinish3d468112013-10-24 21:49:14 +000042# (string value)
43#logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
44
Sean Dague2bbdf422014-07-11 07:58:33 -040045# List of logger=LEVEL pairs. (list value)
46#default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN
Matthew Treinish3d468112013-10-24 21:49:14 +000047
Sean Dague2bbdf422014-07-11 07:58:33 -040048# Enables or disables publication of error events. (boolean
49# value)
Matthew Treinish3d468112013-10-24 21:49:14 +000050#publish_errors=false
51
Sean Dague2bbdf422014-07-11 07:58:33 -040052# Enables or disables fatal status of deprecations. (boolean
53# value)
Matthew Treinish3d468112013-10-24 21:49:14 +000054#fatal_deprecations=false
55
Sean Dague2bbdf422014-07-11 07:58:33 -040056# The format for an instance that is passed with the log
57# message. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +000058#instance_format="[instance: %(uuid)s] "
59
Sean Dague2bbdf422014-07-11 07:58:33 -040060# The format for an instance UUID that is passed with the log
61# message. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +000062#instance_uuid_format="[instance: %(uuid)s] "
63
Sean Dague2bbdf422014-07-11 07:58:33 -040064# The name of a logging configuration file. This file is
65# appended to any existing logging configuration files. For
66# details about logging configuration files, see the Python
67# logging module documentation. (string value)
Sean Daguefc691e32014-01-03 08:51:54 -050068# Deprecated group/name - [DEFAULT]/log_config
69#log_config_append=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +000070
71# DEPRECATED. A logging.Formatter log message format string
72# which may use any of the available logging.LogRecord
73# attributes. This option is deprecated. Please use
74# logging_context_format_string and
75# logging_default_format_string instead. (string value)
76#log_format=<None>
77
78# Format string for %%(asctime)s in log records. Default:
Sean Dague2bbdf422014-07-11 07:58:33 -040079# %(default)s . (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +000080#log_date_format=%Y-%m-%d %H:%M:%S
81
82# (Optional) Name of log file to output to. If no default is
83# set, logging will go to stdout. (string value)
84# Deprecated group/name - [DEFAULT]/logfile
85#log_file=<None>
86
87# (Optional) The base directory used for relative --log-file
Sean Dague2bbdf422014-07-11 07:58:33 -040088# paths. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +000089# Deprecated group/name - [DEFAULT]/logdir
90#log_dir=<None>
91
Sean Dague2bbdf422014-07-11 07:58:33 -040092# Use syslog for logging. Existing syslog format is DEPRECATED
93# during I, and will change in J to honor RFC5424. (boolean
94# value)
Matthew Treinish3d468112013-10-24 21:49:14 +000095#use_syslog=false
96
Sean Dague2bbdf422014-07-11 07:58:33 -040097# (Optional) Enables or disables syslog rfc5424 format for
98# logging. If enabled, prefixes the MSG part of the syslog
99# message with APP-NAME (RFC5424). The format without the APP-
100# NAME is deprecated in I, and will be removed in J. (boolean
101# value)
102#use_syslog_rfc_format=false
103
104# Syslog facility to receive log lines. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000105#syslog_log_facility=LOG_USER
106
Marc Kodererb714de52013-08-08 09:21:46 +0200107
Matthew Treinishc791ac42014-07-16 09:15:23 -0400108[auth]
109
110#
111# Options defined in tempest.config
112#
113
114# Path to the yaml file that contains the list of credentials
115# to use for running tests (string value)
116#test_accounts_file=etc/accounts.yaml
117
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100118# Allows test cases to create/destroy tenants and users. This
119# option requires that OpenStack Identity API admin
120# credentials are known. If false, isolated test cases and
121# parallel execution, can still be achieved configuring a list
122# of test accounts (boolean value)
123# Deprecated group/name - [compute]/allow_tenant_isolation
124# Deprecated group/name - [orchestration]/allow_tenant_isolation
125#allow_tenant_isolation=false
126
127# If set to True it enables the Accounts provider, which locks
128# credentials to allow for parallel execution with pre-
129# provisioned accounts. It can only be used to run tests that
130# ensure credentials cleanup happens. It requires at least `2
131# * CONC` distinct accounts configured in
132# `test_accounts_file`, with CONC == the number of concurrent
133# test processes. (boolean value)
134#locking_credentials_provider=false
135
Matthew Treinishc791ac42014-07-16 09:15:23 -0400136
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300137[baremetal]
138
139#
140# Options defined in tempest.config
141#
142
Adam Gandelman4a48a602014-03-20 18:23:18 -0700143# Catalog type of the baremetal provisioning service (string
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300144# value)
145#catalog_type=baremetal
146
Adam Gandelman4a48a602014-03-20 18:23:18 -0700147# Whether the Ironic nova-compute driver is enabled (boolean
148# value)
149#driver_enabled=false
150
Yuiko Takada1ee1b322014-07-04 09:55:30 +0900151# Driver name which Ironic uses (string value)
152#driver=fake
153
JordanPfc62c902014-02-26 14:47:28 +0000154# The endpoint type to use for the baremetal provisioning
Adam Gandelman4a48a602014-03-20 18:23:18 -0700155# service (string value)
JordanPfc62c902014-02-26 14:47:28 +0000156#endpoint_type=publicURL
157
Adam Gandelman4a48a602014-03-20 18:23:18 -0700158# Timeout for Ironic node to completely provision (integer
159# value)
160#active_timeout=300
161
162# Timeout for association of Nova instance and Ironic node
163# (integer value)
Adam Gandelmane42f0922014-06-10 15:26:37 -0700164#association_timeout=30
Adam Gandelman4a48a602014-03-20 18:23:18 -0700165
166# Timeout for Ironic power transitions. (integer value)
Adam Gandelmane42f0922014-06-10 15:26:37 -0700167#power_timeout=60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700168
169# Timeout for unprovisioning an Ironic node. (integer value)
Adam Gandelmane42f0922014-06-10 15:26:37 -0700170#unprovision_timeout=60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700171
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300172
Sean Daguefc691e32014-01-03 08:51:54 -0500173[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400174
175#
176# Options defined in tempest.config
177#
178
Sean Daguefc691e32014-01-03 08:51:54 -0500179# EC2 URL (string value)
180#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400181
Sean Daguefc691e32014-01-03 08:51:54 -0500182# S3 URL (string value)
183#s3_url=http://localhost:8080
184
185# AWS Secret Key (string value)
186#aws_secret=<None>
187
188# AWS Access Key (string value)
189#aws_access=<None>
190
Attila Fazekas27dd92e2014-02-21 14:49:40 +0100191# AWS Zone for EC2 tests (string value)
192#aws_zone=nova
193
Sean Daguefc691e32014-01-03 08:51:54 -0500194# S3 Materials Path (string value)
195#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
196
197# ARI Ramdisk Image manifest (string value)
198#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
199
200# AMI Machine Image manifest (string value)
201#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
202
203# AKI Kernel Image manifest (string value)
204#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
205
206# Instance type (string value)
207#instance_type=m1.tiny
208
209# boto Http socket timeout (integer value)
210#http_socket_timeout=3
211
212# boto num_retries on error (integer value)
213#num_retries=1
214
215# Status Change Timeout (integer value)
216#build_timeout=60
217
218# Status Change Test Interval (integer value)
219#build_interval=1
220
221
222[cli]
223
224#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000225# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500226#
227
228# enable cli tests (boolean value)
229#enabled=true
230
231# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400232# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500233#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400234
Sean Dague44b24682014-02-20 19:08:24 -0500235# Whether the tempest run location has access to the *-manage
236# commands. In a pure blackbox environment it will not.
237# (boolean value)
238#has_manage=true
239
Sean Daguefc691e32014-01-03 08:51:54 -0500240# Number of seconds to wait on a CLI timeout (integer value)
241#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900242
Sean Dague83401992013-05-06 17:46:36 -0400243
Matthew Treinish3d468112013-10-24 21:49:14 +0000244[compute]
245
246#
247# Options defined in tempest.config
248#
249
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400250# Valid primary image reference to be used in tests. This is a
251# required option (string value)
252#image_ref=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000253
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400254# Valid secondary image reference to be used in tests. This is
255# a required option, but if only one image is available
256# duplicate the value of image_ref above (string value)
257#image_ref_alt=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000258
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900259# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000260#flavor_ref=1
261
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900262# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000263#flavor_ref_alt=2
264
265# User name used to authenticate to an instance. (string
266# value)
267#image_ssh_user=root
268
269# Password used to authenticate to an instance. (string value)
270#image_ssh_password=password
271
272# User name used to authenticate to an instance using the
273# alternate image. (string value)
274#image_alt_ssh_user=root
275
276# Password used to authenticate to an instance using the
277# alternate image. (string value)
278#image_alt_ssh_password=password
279
280# Time in seconds between build status checks. (integer value)
Sean Dague82190852014-05-24 07:42:59 -0400281#build_interval=1
Matthew Treinish3d468112013-10-24 21:49:14 +0000282
283# Timeout in seconds to wait for an instance to build.
284# (integer value)
285#build_timeout=300
286
Derek Higgins85cd5142013-12-17 17:10:11 +0000287# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000288#run_ssh=false
289
Attila Fazekas423834d2014-03-14 17:33:13 +0100290# Auth method used for authenticate to the instance. Valid
291# choices are: keypair, configured, adminpass. keypair: start
292# the servers with an ssh keypair. configured: use the
293# configured user and password. adminpass: use the injected
294# adminPass. disabled: avoid using ssh when it is an option.
295# (string value)
296#ssh_auth_method=keypair
297
298# How to connect to the instance? fixed: using the first ip
299# belongs the fixed network floating: creating and using a
300# floating ip (string value)
301#ssh_connect_method=fixed
302
Matthew Treinish3d468112013-10-24 21:49:14 +0000303# User name used to authenticate to an instance. (string
304# value)
305#ssh_user=root
306
307# Timeout in seconds to wait for ping to succeed. (integer
308# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000309#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000310
311# Timeout in seconds to wait for authentication to succeed.
312# (integer value)
313#ssh_timeout=300
314
315# Additional wait time for clean state, when there is no OS-
316# EXT-STS extension available (integer value)
317#ready_wait=0
318
319# Timeout in seconds to wait for output from ssh channel.
320# (integer value)
321#ssh_channel_timeout=60
322
323# Visible fixed network name (string value)
324#fixed_network_name=private
325
326# Network used for SSH connections. (string value)
327#network_for_ssh=public
328
329# IP version used for SSH connections. (integer value)
330#ip_version_for_ssh=4
331
Tushar Kalra95a482d2014-03-25 14:24:43 -0700332# Does SSH use Floating IPs? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000333#use_floatingip_for_ssh=true
334
335# Catalog type of the Compute service. (string value)
336#catalog_type=compute
337
338# The compute region name to use. If empty, the value of
339# identity.region is used instead. If no such region is found
340# in the service catalog, the first found one is used. (string
341# value)
342#region=
343
JordanP5d29b2c2013-12-18 13:56:03 +0000344# The endpoint type to use for the compute service. (string
345# value)
346#endpoint_type=publicURL
347
Matthew Treinish3d468112013-10-24 21:49:14 +0000348# Catalog type of the Compute v3 service. (string value)
349#catalog_v3_type=computev3
350
351# Path to a private key file for SSH access to remote hosts
352# (string value)
353#path_to_private_key=<None>
354
355# Expected device name when a volume is attached to an
356# instance (string value)
357#volume_device_name=vdb
358
359# Time in seconds before a shelved instance is eligible for
360# removing from a host. -1 never offload, 0 offload when
361# shelved. This time should be the same as the time of
362# nova.conf, and some tests will run for as long as the time.
363# (integer value)
364#shelved_offload_time=0
365
Ghanshyam06a5b4a2014-04-11 17:32:45 +0900366# Unallocated floating IP range, which will be used to test
367# the floating IP bulk feature for CRUD operation. (string
368# value)
369#floating_ip_range=10.0.0.0/29
370
Sean Dague82190852014-05-24 07:42:59 -0400371# Time in seconds between build status checks. (integer value)
372#build_interval=1
373
Sean Daguefc691e32014-01-03 08:51:54 -0500374
375[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700376
Matthew Treinish3d468112013-10-24 21:49:14 +0000377#
378# Options defined in tempest.config
379#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400380
Sean Daguefc691e32014-01-03 08:51:54 -0500381# Administrative Username to use for Nova API requests.
382# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000383#username=<None>
Arata Notsu8f440392013-09-13 16:14:20 +0900384
Sean Daguefc691e32014-01-03 08:51:54 -0500385# Administrative Tenant name to use for Nova API requests.
386# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000387#tenant_name=<None>
Maru Newby81f07a02012-09-05 20:21:19 -0700388
Sean Daguefc691e32014-01-03 08:51:54 -0500389# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000390#password=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000391
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100392# Domain name for authentication as admin (Keystone V3).The
393# same domain applies to user and project (string value)
394#domain_name=<None>
395
Matthew Treinish3d468112013-10-24 21:49:14 +0000396
Sean Daguefc691e32014-01-03 08:51:54 -0500397[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000398
399#
400# Options defined in tempest.config
401#
402
Sean Daguefc691e32014-01-03 08:51:54 -0500403# If false, skip all nova v3 tests. (boolean value)
Matthew Treinish836e56b2014-06-12 13:55:19 -0400404#api_v3=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000405
Matthew Treinish20866a22014-06-12 14:58:36 -0400406# If false skip all v2 api tests with xml (boolean value)
407#xml_api_v2=true
408
Sean Daguefc691e32014-01-03 08:51:54 -0500409# If false, skip disk config tests (boolean value)
410#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000411
Zhi Kun Liude25c022014-02-14 13:25:19 +0800412# A list of enabled compute extensions with a special entry
Ken'ichi Ohmichia7e68712014-05-06 10:47:26 +0900413# all which indicates every extension is enabled. Each
Simeon Monov5d7effe2014-07-16 07:32:38 +0300414# extension should be specified with alias name. Empty list
415# indicates all extensions are disabled (list value)
Zhi Kun Liude25c022014-02-14 13:25:19 +0800416#api_extensions=all
417
Sean Daguefc691e32014-01-03 08:51:54 -0500418# A list of enabled v3 extensions with a special entry all
Ken'ichi Ohmichia7e68712014-05-06 10:47:26 +0900419# which indicates every extension is enabled. Each extension
Simeon Monov5d7effe2014-07-16 07:32:38 +0300420# should be specified with alias name. Empty list indicates
421# all extensions are disabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500422#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000423
Sean Daguefc691e32014-01-03 08:51:54 -0500424# Does the test environment support changing the admin
425# password? (boolean value)
426#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000427
Adam Gandelmanc6eefb42014-07-15 16:44:08 -0700428# Does the test environment support obtaining instance serial
429# console output? (boolean value)
430#console_output=true
431
Sean Daguefc691e32014-01-03 08:51:54 -0500432# Does the test environment support resizing? (boolean value)
433#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000434
Eric Windischb5538072014-03-09 23:47:35 -0400435# Does the test environment support pausing? (boolean value)
436#pause=true
437
David Shrewsbury25f666f2014-07-22 12:17:59 -0400438# Does the test environment support shelving/unshelving?
439# (boolean value)
440#shelve=true
441
Eric Windischaeb7e842014-03-10 01:10:50 -0400442# Does the test environment support suspend/resume? (boolean
443# value)
444#suspend=true
445
Sean Daguefc691e32014-01-03 08:51:54 -0500446# Does the test environment support live migration available?
447# (boolean value)
448#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000449
Sean Daguefc691e32014-01-03 08:51:54 -0500450# Does the test environment use block devices for live
451# migration (boolean value)
452#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000453
Sean Daguefc691e32014-01-03 08:51:54 -0500454# Does the test environment block migration support cinder
455# iSCSI volumes (boolean value)
456#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100457
Ghanshyam Mann41c17572014-02-27 18:52:56 +0900458# Enable VNC console. This configuration value should be same
459# as [nova.vnc]->vnc_enabled in nova.conf (boolean value)
460#vnc_console=false
461
Ghanshyam70876d02014-03-11 11:40:18 +0900462# Enable Spice console. This configuration value should be
463# same as [nova.spice]->enabled in nova.conf (boolean value)
464#spice_console=false
465
466# Enable RDP console. This configuration value should be same
467# as [nova.rdp]->enabled in nova.conf (boolean value)
468#rdp_console=false
469
Adam Gandelman2e37b4f2014-06-18 17:34:21 -0700470# Does the test environment support instance rescue mode?
471# (boolean value)
472#rescue=true
473
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900474# Enables returning of the instance password by the relevant
475# server API calls such as create, rebuild or rescue. (boolean
476# value)
477#enable_instance_password=true
478
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400479# Does the test environment support dynamic network interface
480# attachment? (boolean value)
481#interface_attach=true
482
Adam Gandelmanfbc95ac2014-06-19 17:33:43 -0700483# Does the test environment support creating snapshot images
484# of running instances? (boolean value)
485#snapshot=true
486
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100487
Julie Pichond1017642013-07-24 16:37:23 +0100488[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100489
Matthew Treinish3d468112013-10-24 21:49:14 +0000490#
491# Options defined in tempest.config
492#
Julie Pichond1017642013-07-24 16:37:23 +0100493
Matthew Treinish3d468112013-10-24 21:49:14 +0000494# Where the dashboard can be found (string value)
495#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900496
Matthew Treinish3d468112013-10-24 21:49:14 +0000497# Login page for the dashboard (string value)
498#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900499
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900500
Sean Daguefc691e32014-01-03 08:51:54 -0500501[data_processing]
502
503#
504# Options defined in tempest.config
505#
506
507# Catalog type of the data processing service. (string value)
508#catalog_type=data_processing
509
JordanPfc62c902014-02-26 14:47:28 +0000510# The endpoint type to use for the data processing service.
511# (string value)
512#endpoint_type=publicURL
513
Sean Daguefc691e32014-01-03 08:51:54 -0500514
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800515[database]
516
517#
518# Options defined in tempest.config
519#
520
521# Catalog type of the Database service. (string value)
522#catalog_type=database
523
524# Valid primary flavor to use in database tests. (string
525# value)
526#db_flavor_ref=1
527
Peter Stachowski320f9c72014-04-21 16:13:23 -0400528# Current database version to use in database tests. (string
529# value)
530#db_current_version=v1.0
531
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800532
Sean Daguefc691e32014-01-03 08:51:54 -0500533[debug]
534
535#
536# Options defined in tempest.config
537#
538
539# Enable diagnostic commands (boolean value)
540#enable=true
541
Sean Daguec522c092014-03-24 10:43:22 -0400542# A regex to determine which requests should be traced. This
543# is a regex to match the caller for rest client requests to
544# be able to selectively trace calls out of specific classes
545# and methods. It largely exists for test development, and is
546# not expected to be used in a real deploy of tempest. This
547# will be matched against the discovered ClassName:method in
548# the test environment. Expected values for this field are:
549# * ClassName:test_method_name - traces one test_method *
550# ClassName:setUp(Class) - traces specific setup functions *
551# ClassName:tearDown(Class) - traces specific teardown
552# functions * ClassName:_run_cleanups - traces the cleanup
553# functions If nothing is specified, this feature is not
554# enabled. To trace everything specify .* as the regex.
555# (string value)
556#trace_requests=
557
Sean Daguefc691e32014-01-03 08:51:54 -0500558
559[identity]
560
561#
562# Options defined in tempest.config
563#
564
565# Catalog type of the Identity service. (string value)
566#catalog_type=identity
567
568# Set to True if using self-signed SSL certificates. (boolean
569# value)
570#disable_ssl_certificate_validation=false
571
572# Full URI of the OpenStack Identity API (Keystone), v2
573# (string value)
574#uri=<None>
575
576# Full URI of the OpenStack Identity API (Keystone), v3
577# (string value)
578#uri_v3=<None>
579
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000580# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000581# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000582#auth_version=v2
583
Sean Daguefc691e32014-01-03 08:51:54 -0500584# The identity region name to use. Also used as the other
585# services' region name unless they are set explicitly. If no
586# such region is found in the service catalog, the first found
587# one is used. (string value)
588#region=RegionOne
589
JordanP5d29b2c2013-12-18 13:56:03 +0000590# The endpoint type to use for the identity service. (string
591# value)
592#endpoint_type=publicURL
593
Sean Daguefc691e32014-01-03 08:51:54 -0500594# Username to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000595#username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500596
597# Tenant name to use for Nova API requests. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000598#tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500599
600# Role required to administrate keystone. (string value)
601#admin_role=admin
602
603# API key to use when authenticating. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000604#password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500605
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100606# Domain name for authentication (Keystone V3).The same domain
607# applies to user and project (string value)
608#domain_name=<None>
609
Sean Daguefc691e32014-01-03 08:51:54 -0500610# Username of alternate user to use for Nova API requests.
611# (string value)
612#alt_username=<None>
613
614# Alternate user's Tenant name to use for Nova API requests.
615# (string value)
616#alt_tenant_name=<None>
617
618# API key to use when authenticating as alternate user.
619# (string value)
620#alt_password=<None>
621
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100622# Alternate domain name for authentication (Keystone V3).The
623# same domain applies to user and project (string value)
624#alt_domain_name=<None>
625
Dirk Mueller14bd5622014-01-14 19:33:05 +0100626# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500627# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000628#admin_username=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500629
630# Administrative Tenant name to use for Keystone API requests.
631# (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000632#admin_tenant_name=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500633
634# API key to use when authenticating as admin. (string value)
Andrea Frittolia9463672014-03-03 14:39:02 +0000635#admin_password=<None>
Sean Daguefc691e32014-01-03 08:51:54 -0500636
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100637# Admin domain name for authentication (Keystone V3).The same
638# domain applies to user and project (string value)
639#admin_domain_name=<None>
640
Sean Daguefc691e32014-01-03 08:51:54 -0500641
Matthew Treinishd5021a72014-01-09 18:42:51 +0000642[identity-feature-enabled]
643
644#
645# Options defined in tempest.config
646#
647
648# Does the identity service have delegation and impersonation
649# enabled (boolean value)
650#trust=true
651
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000652# Is the v2 identity API enabled (boolean value)
653#api_v2=true
654
655# Is the v3 identity API enabled (boolean value)
656#api_v3=true
657
Matthew Treinishd5021a72014-01-09 18:42:51 +0000658
Sean Daguefc691e32014-01-03 08:51:54 -0500659[image]
660
661#
662# Options defined in tempest.config
663#
664
665# Catalog type of the Image service. (string value)
666#catalog_type=image
667
668# The image region name to use. If empty, the value of
669# identity.region is used instead. If no such region is found
670# in the service catalog, the first found one is used. (string
671# value)
672#region=
673
JordanP5d29b2c2013-12-18 13:56:03 +0000674# The endpoint type to use for the image service. (string
675# value)
676#endpoint_type=publicURL
677
Sean Daguefc691e32014-01-03 08:51:54 -0500678# http accessible image (string value)
679#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
680
681
682[image-feature-enabled]
683
684#
685# Options defined in tempest.config
686#
687
688# Is the v2 image API enabled (boolean value)
689#api_v2=true
690
691# Is the v1 image API enabled (boolean value)
692#api_v1=true
693
694
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000695[input-scenario]
696
697#
698# Options defined in tempest.config
699#
700
701# Matching images become parameters for scenario tests (string
702# value)
703#image_regex=^cirros-0.3.1-x86_64-uec$
704
705# Matching flavors become parameters for scenario tests
706# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000707#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000708
709# SSH verification in tests is skippedfor matching images
710# (string value)
711#non_ssh_image_regex=^.*[Ww]in.*$
712
713# List of user mapped to regex to matching image names.
714# (string value)
715#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
716
717
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300718[messaging]
719
720#
721# Options defined in tempest.config
722#
723
724# Catalog type of the Messaging service. (string value)
725#catalog_type=messaging
726
727# The maximum number of queue records per page when listing
728# queues (integer value)
729#max_queues_per_page=20
730
731# The maximum metadata size for a queue (integer value)
732#max_queue_metadata=65536
733
734# The maximum number of queue message per page when listing
735# (or) posting messages (integer value)
736#max_messages_per_page=20
737
738# The maximum size of a message body (integer value)
739#max_message_size=262144
740
741# The maximum number of messages per claim (integer value)
742#max_messages_per_claim=20
743
744# The maximum ttl for a message (integer value)
745#max_message_ttl=1209600
746
747# The maximum ttl for a claim (integer value)
748#max_claim_ttl=43200
749
750# The maximum grace period for a claim (integer value)
751#max_claim_grace=43200
752
753
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100754[negative]
755
756#
757# Options defined in tempest.config
758#
759
760# Test generator class for all negative tests (string value)
761#test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator
762
763
Sean Daguefc691e32014-01-03 08:51:54 -0500764[network]
765
766#
767# Options defined in tempest.config
768#
769
770# Catalog type of the Neutron service. (string value)
771#catalog_type=network
772
773# The network region name to use. If empty, the value of
774# identity.region is used instead. If no such region is found
775# in the service catalog, the first found one is used. (string
776# value)
777#region=
778
JordanP5d29b2c2013-12-18 13:56:03 +0000779# The endpoint type to use for the network service. (string
780# value)
781#endpoint_type=publicURL
782
Henry Gessauffda37a2014-01-16 11:17:55 -0500783# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500784# value)
785#tenant_network_cidr=10.100.0.0/16
786
Henry Gessauffda37a2014-01-16 11:17:55 -0500787# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500788#tenant_network_mask_bits=28
789
Henry Gessauffda37a2014-01-16 11:17:55 -0500790# The cidr block to allocate tenant ipv6 subnets from (string
791# value)
Sergey Shnaidman1f3659a2014-08-27 18:26:42 +0400792#tenant_network_v6_cidr=2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500793
794# The mask bits for tenant ipv6 subnets (integer value)
Sergey Shnaidman1f3659a2014-08-27 18:26:42 +0400795#tenant_network_v6_mask_bits=64
Henry Gessauffda37a2014-01-16 11:17:55 -0500796
Sean Daguefc691e32014-01-03 08:51:54 -0500797# Whether tenant network connectivity should be evaluated
798# directly (boolean value)
799#tenant_networks_reachable=false
800
801# Id of the public network that provides external connectivity
802# (string value)
803#public_network_id=
804
805# Id of the public router that provides external connectivity
806# (string value)
807#public_router_id=
808
izikpensod9a01a62014-02-17 20:02:32 +0200809# Timeout in seconds to wait for network operation to
810# complete. (integer value)
811#build_timeout=300
812
813# Time in seconds between network operation status checks.
814# (integer value)
Sean Dague82190852014-05-24 07:42:59 -0400815#build_interval=1
izikpensod9a01a62014-02-17 20:02:32 +0200816
Attila Fazekas640392b2014-06-12 15:58:10 +0200817# List of dns servers whichs hould be used for subnet creation
818# (list value)
819#dns_servers=8.8.8.8,8.8.4.4
820
Sean Daguefc691e32014-01-03 08:51:54 -0500821
822[network-feature-enabled]
823
824#
825# Options defined in tempest.config
826#
827
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000828# Allow the execution of IPv6 tests (boolean value)
829#ipv6=true
830
Zhi Kun Liude25c022014-02-14 13:25:19 +0800831# A list of enabled network extensions with a special entry
Simeon Monov5d7effe2014-07-16 07:32:38 +0300832# all which indicates every extension is enabled. Empty list
833# indicates all extensions are disabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500834#api_extensions=all
835
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400836# Allow the execution of IPv6 subnet tests that use the
837# extended IPv6 attributes ipv6_ra_mode and ipv6_address_mode
838# (boolean value)
839#ipv6_subnet_attributes=false
840
Sean Daguefc691e32014-01-03 08:51:54 -0500841
842[object-storage]
843
844#
845# Options defined in tempest.config
846#
847
848# Catalog type of the Object-Storage service. (string value)
849#catalog_type=object-store
850
851# The object-storage region name to use. If empty, the value
852# of identity.region is used instead. If no such region is
853# found in the service catalog, the first found one is used.
854# (string value)
855#region=
856
JordanP5d29b2c2013-12-18 13:56:03 +0000857# The endpoint type to use for the object-store service.
858# (string value)
859#endpoint_type=publicURL
860
Fabien Boucher2178d312013-12-31 15:38:57 +0100861# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500862# container synchronization complete. (integer value)
863#container_sync_timeout=120
864
Fabien Boucher2178d312013-12-31 15:38:57 +0100865# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500866# of a container to container synchronization (integer value)
867#container_sync_interval=5
868
869# Role to add to users created for swift tests to enable
870# creating containers (string value)
871#operator_role=Member
872
Matthew Treinish998c91d2014-03-01 12:39:49 -0500873# User role that has reseller admin (string value)
874#reseller_admin_role=ResellerAdmin
875
Sean Daguefc691e32014-01-03 08:51:54 -0500876
877[object-storage-feature-enabled]
878
879#
880# Options defined in tempest.config
881#
882
Matthew Treinish20345382013-12-13 17:04:23 +0000883# A list of the enabled optional discoverable apis. A single
884# entry, all, indicates that all of these features are
885# expected to be enabled (list value)
886#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500887
Daisuke Morita20a183f2014-08-25 14:43:36 +0900888# Execute (old style) container-sync tests (boolean value)
889#container_sync=true
890
891# Execute object-versioning tests (boolean value)
892#object_versioning=true
893
894# Execute discoverability tests (boolean value)
895#discoverability=true
896
Sean Daguefc691e32014-01-03 08:51:54 -0500897
Matthew Treinish3d468112013-10-24 21:49:14 +0000898[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900899
Matthew Treinish3d468112013-10-24 21:49:14 +0000900#
901# Options defined in tempest.config
902#
Attila Fazekas86950732013-06-08 09:33:08 +0200903
Matthew Treinish3d468112013-10-24 21:49:14 +0000904# Catalog type of the Orchestration service. (string value)
905#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000906
Matthew Treinish3d468112013-10-24 21:49:14 +0000907# The orchestration region name to use. If empty, the value of
908# identity.region is used instead. If no such region is found
909# in the service catalog, the first found one is used. (string
910# value)
911#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400912
JordanP5d29b2c2013-12-18 13:56:03 +0000913# The endpoint type to use for the orchestration service.
914# (string value)
915#endpoint_type=publicURL
916
Matthew Treinish3d468112013-10-24 21:49:14 +0000917# Timeout in seconds to wait for a stack to build. (integer
918# value)
Matthew Treinisha2dfd492014-04-15 11:15:34 -0400919#build_timeout=1200
Matthew Treinish3d468112013-10-24 21:49:14 +0000920
921# Instance type for tests. Needs to be big enough for a full
922# OS plus the test workload (string value)
923#instance_type=m1.micro
924
925# Name of heat-cfntools enabled image to use when launching
926# test instances. (string value)
927#image_ref=<None>
928
929# Name of existing keypair to launch servers with. (string
930# value)
931#keypair_name=<None>
932
933# Value must match heat configuration of the same name.
934# (integer value)
935#max_template_size=524288
936
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000937# Value must match heat configuration of the same name.
938# (integer value)
939#max_resources_per_stack=1000
940
Matthew Treinish3d468112013-10-24 21:49:14 +0000941
Sean Daguefc691e32014-01-03 08:51:54 -0500942[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000943
944#
945# Options defined in tempest.config
946#
947
Sean Daguefc691e32014-01-03 08:51:54 -0500948# Directory containing image files (string value)
949#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
950
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300951# Image file name (string value)
952# Deprecated group/name - [DEFAULT]/qcow2_img_file
953#img_file=cirros-0.3.1-x86_64-disk.img
954
955# Image disk format (string value)
956#img_disk_format=qcow2
957
958# Image container format (string value)
959#img_container_format=bare
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900960
Sean Daguefc691e32014-01-03 08:51:54 -0500961# AMI image file name (string value)
962#ami_img_file=cirros-0.3.1-x86_64-blank.img
963
964# ARI image file name (string value)
965#ari_img_file=cirros-0.3.1-x86_64-initrd
966
967# AKI image file name (string value)
968#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
969
970# ssh username for the image file (string value)
971#ssh_user=cirros
972
973# specifies how many resources to request at once. Used for
974# large operations testing. (integer value)
975#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000976
977
978[service_available]
979
980#
981# Options defined in tempest.config
982#
983
984# Whether or not cinder is expected to be available (boolean
985# value)
986#cinder=true
987
988# Whether or not neutron is expected to be available (boolean
989# value)
990#neutron=false
991
992# Whether or not glance is expected to be available (boolean
993# value)
994#glance=true
995
996# Whether or not swift is expected to be available (boolean
997# value)
998#swift=true
999
1000# Whether or not nova is expected to be available (boolean
1001# value)
1002#nova=true
1003
1004# Whether or not Heat is expected to be available (boolean
1005# value)
1006#heat=false
1007
1008# Whether or not Ceilometer is expected to be available
1009# (boolean value)
1010#ceilometer=true
1011
1012# Whether or not Horizon is expected to be available (boolean
1013# value)
1014#horizon=true
1015
Sergey Lukjanov9c95a252014-03-13 23:59:22 +04001016# Whether or not Sahara is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +01001017# value)
Sergey Lukjanov9c95a252014-03-13 23:59:22 +04001018#sahara=false
Matthew Treinishe3d26142013-11-26 19:14:58 +00001019
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +03001020# Whether or not Ironic is expected to be available (boolean
1021# value)
1022#ironic=false
1023
Nikhil Manchandadd6886f2014-03-03 01:58:45 -08001024# Whether or not Trove is expected to be available (boolean
1025# value)
1026#trove=false
1027
Malini Kamalambal8681e922014-08-18 10:10:45 -04001028# Whether or not Zaqar is expected to be available (boolean
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001029# value)
Malini Kamalambal8681e922014-08-18 10:10:45 -04001030#zaqar=false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001031
Matthew Treinish3d468112013-10-24 21:49:14 +00001032
Sean Daguefc691e32014-01-03 08:51:54 -05001033[stress]
1034
1035#
1036# Options defined in tempest.config
1037#
1038
1039# Directory containing log files on the compute nodes (string
1040# value)
1041#nova_logdir=<None>
1042
1043# Maximum number of instances to create during test. (integer
1044# value)
1045#max_instances=16
1046
1047# Controller host. (string value)
1048#controller=<None>
1049
1050# Controller host. (string value)
1051#target_controller=<None>
1052
1053# ssh user. (string value)
1054#target_ssh_user=<None>
1055
1056# Path to private key. (string value)
1057#target_private_key_path=<None>
1058
1059# regexp for list of log files. (string value)
1060#target_logfiles=<None>
1061
1062# time (in seconds) between log file error checks. (integer
1063# value)
1064#log_check_interval=60
1065
1066# The number of threads created while stress test. (integer
1067# value)
1068#default_thread_number_per_action=4
1069
Julien Leloup04d40f72014-01-28 11:17:18 +01001070# Prevent the cleaning (tearDownClass()) between each stress
1071# test run if an exception occurs during this run. (boolean
1072# value)
1073#leave_dirty_stack=false
1074
Julien Leloupa5ee5422014-02-13 14:29:02 +01001075# Allows a full cleaning process after a stress test. Caution
1076# : this cleanup will remove every objects of every tenant.
1077# (boolean value)
1078#full_clean_stack=false
1079
Sean Daguefc691e32014-01-03 08:51:54 -05001080
1081[telemetry]
1082
1083#
1084# Options defined in tempest.config
1085#
1086
1087# Catalog type of the Telemetry service. (string value)
1088#catalog_type=metering
1089
JordanPfc62c902014-02-26 14:47:28 +00001090# The endpoint type to use for the telemetry service. (string
1091# value)
1092#endpoint_type=publicURL
1093
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001094# This variable is used as flag to enable notification tests
1095# (boolean value)
1096#too_slow_to_test=true
1097
Sean Daguefc691e32014-01-03 08:51:54 -05001098
1099[volume]
1100
1101#
1102# Options defined in tempest.config
1103#
1104
1105# Time in seconds between volume availability checks. (integer
1106# value)
Sean Dague82190852014-05-24 07:42:59 -04001107#build_interval=1
Sean Daguefc691e32014-01-03 08:51:54 -05001108
Eric Harney9b1f89c2014-10-14 14:40:19 -04001109# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001110# (integer value)
1111#build_timeout=300
1112
1113# Catalog type of the Volume Service (string value)
1114#catalog_type=volume
1115
1116# The volume region name to use. If empty, the value of
1117# identity.region is used instead. If no such region is found
1118# in the service catalog, the first found one is used. (string
1119# value)
1120#region=
1121
JordanP5d29b2c2013-12-18 13:56:03 +00001122# The endpoint type to use for the volume service. (string
1123# value)
1124#endpoint_type=publicURL
1125
Sean Daguefc691e32014-01-03 08:51:54 -05001126# Name of the backend1 (must be declared in cinder.conf)
1127# (string value)
1128#backend1_name=BACKEND_1
1129
1130# Name of the backend2 (must be declared in cinder.conf)
1131# (string value)
1132#backend2_name=BACKEND_2
1133
1134# Backend protocol to target when creating volume types
1135# (string value)
1136#storage_protocol=iSCSI
1137
1138# Backend vendor to target when creating volume types (string
1139# value)
1140#vendor_name=Open Source
1141
1142# Disk format to use when copying a volume to image (string
1143# value)
1144#disk_format=raw
1145
Jerry Cai9733d0e2014-03-19 15:50:49 +08001146# Default size in GB for volumes created by volumes tests
1147# (integer value)
1148#volume_size=1
1149
Sean Daguefc691e32014-01-03 08:51:54 -05001150
1151[volume-feature-enabled]
1152
1153#
1154# Options defined in tempest.config
1155#
1156
1157# Runs Cinder multi-backend test (requires 2 backends)
1158# (boolean value)
1159#multi_backend=false
1160
Giulio Fidente74b08ad2014-01-18 04:02:51 +01001161# Runs Cinder volumes backup test (boolean value)
1162#backup=true
1163
JordanPbce55532014-03-19 12:10:32 +01001164# Runs Cinder volume snapshot test (boolean value)
1165#snapshot=true
1166
Zhi Kun Liude25c022014-02-14 13:25:19 +08001167# A list of enabled volume extensions with a special entry all
Simeon Monov5d7effe2014-07-16 07:32:38 +03001168# which indicates every extension is enabled. Empty list
1169# indicates all extensions are disabled (list value)
Zhi Kun Liude25c022014-02-14 13:25:19 +08001170#api_extensions=all
1171
Sean Daguefc691e32014-01-03 08:51:54 -05001172# Is the v1 volume API enabled (boolean value)
1173#api_v1=true
1174
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001175# Is the v2 volume API enabled (boolean value)
1176#api_v2=true
1177
Sean Daguefc691e32014-01-03 08:51:54 -05001178