blob: 3c6eb4463a9fa90ba55d4f457f557a79014ec105 [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#
Jon Grimm270bd7f2014-08-05 18:11:29 +00004# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +00005#
Attila Fazekasbfd96e12013-07-31 17:19:10 +02006
Matthew Treinish3d468112013-10-24 21:49:14 +00007# Whether to disable inter-process locks (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00008#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)
Jon Grimm270bd7f2014-08-05 18:11:29 +000011#lock_path = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000012
13#
Jon Grimm270bd7f2014-08-05 18:11:29 +000014# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +000015#
16
Jon Grimm270bd7f2014-08-05 18:11:29 +000017# Print debugging output (set logging level to DEBUG instead of
18# default WARNING level). (boolean value)
19#debug = false
Matthew Treinish3d468112013-10-24 21:49:14 +000020
Jon Grimm270bd7f2014-08-05 18:11:29 +000021# Print more verbose output (set logging level to INFO instead of
22# default WARNING level). (boolean value)
23#verbose = false
Matthew Treinish3d468112013-10-24 21:49:14 +000024
Jon Grimm270bd7f2014-08-05 18:11:29 +000025#
26# From tempest.config
27#
Matthew Treinish3d468112013-10-24 21:49:14 +000028
Jon Grimm270bd7f2014-08-05 18:11:29 +000029# The name of a logging configuration file. This file is appended to
30# any existing logging configuration files. For details about logging
31# configuration files, see the Python logging module documentation.
Matthew Treinish3d468112013-10-24 21:49:14 +000032# (string value)
Sean Daguefc691e32014-01-03 08:51:54 -050033# Deprecated group/name - [DEFAULT]/log_config
Jon Grimm270bd7f2014-08-05 18:11:29 +000034#log_config_append = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000035
Jon Grimm270bd7f2014-08-05 18:11:29 +000036# Format string for %%(asctime)s in log records. Default: %(default)s
37# . (string value)
38#log_date_format = %Y-%m-%d %H:%M:%S
Matthew Treinish3d468112013-10-24 21:49:14 +000039
Jon Grimm270bd7f2014-08-05 18:11:29 +000040# (Optional) The base directory used for relative --log-file paths.
41# (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +000042# Deprecated group/name - [DEFAULT]/logdir
Jon Grimm270bd7f2014-08-05 18:11:29 +000043#log_dir = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000044
Jon Grimm270bd7f2014-08-05 18:11:29 +000045# (Optional) Name of log file to output to. If no default is set,
46# logging will go to stdout. (string value)
47# Deprecated group/name - [DEFAULT]/logfile
48#log_file = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000049
Jon Grimm270bd7f2014-08-05 18:11:29 +000050# DEPRECATED. A logging.Formatter log message format string which may
51# use any of the available logging.LogRecord attributes. This option
52# is deprecated. Please use logging_context_format_string and
53# logging_default_format_string instead. (string value)
54#log_format = <None>
Sean Dague2bbdf422014-07-11 07:58:33 -040055
56# Syslog facility to receive log lines. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +000057#syslog_log_facility = LOG_USER
58
59# Use syslog for logging. Existing syslog format is DEPRECATED during
60# I, and will change in J to honor RFC5424. (boolean value)
61#use_syslog = false
62
63# (Optional) Enables or disables syslog rfc5424 format for logging. If
64# enabled, prefixes the MSG part of the syslog message with APP-NAME
65# (RFC5424). The format without the APP-NAME is deprecated in I, and
66# will be removed in J. (boolean value)
67#use_syslog_rfc_format = false
68
69#
70# From tempest.config
71#
72
73# Log output to standard error. (boolean value)
74#use_stderr = true
75
76#
77# From tempest.config
78#
79
80# List of logger=LEVEL pairs. (list value)
Davanum Srinivasd4f1b9a2014-11-04 08:40:59 +010081#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,websocket=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN
Jon Grimm270bd7f2014-08-05 18:11:29 +000082
83# Enables or disables fatal status of deprecations. (boolean value)
84#fatal_deprecations = false
85
86# The format for an instance that is passed with the log message.
87# (string value)
88#instance_format = "[instance: %(uuid)s] "
89
90# The format for an instance UUID that is passed with the log message.
91# (string value)
92#instance_uuid_format = "[instance: %(uuid)s] "
93
94# Format string to use for log messages with context. (string value)
95#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
96
97# Data to append to log format when level is DEBUG. (string value)
98#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
99
100# Format string to use for log messages without context. (string
101# value)
102#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
103
104# Prefix each line of exception output with this format. (string
105# value)
106#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
107
108# Enables or disables publication of error events. (boolean value)
109#publish_errors = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000110
Marc Kodererb714de52013-08-08 09:21:46 +0200111
Matthew Treinishc791ac42014-07-16 09:15:23 -0400112[auth]
113
114#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000115# From tempest.config
Matthew Treinishc791ac42014-07-16 09:15:23 -0400116#
117
Jon Grimm270bd7f2014-08-05 18:11:29 +0000118# Allows test cases to create/destroy tenants and users. This option
119# requires that OpenStack Identity API admin credentials are known. If
120# false, isolated test cases and parallel execution, can still be
121# achieved configuring a list of test accounts (boolean value)
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100122# Deprecated group/name - [compute]/allow_tenant_isolation
123# Deprecated group/name - [orchestration]/allow_tenant_isolation
Jon Grimm270bd7f2014-08-05 18:11:29 +0000124#allow_tenant_isolation = false
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100125
126# If set to True it enables the Accounts provider, which locks
Jon Grimm270bd7f2014-08-05 18:11:29 +0000127# credentials to allow for parallel execution with pre-provisioned
128# accounts. It can only be used to run tests that ensure credentials
129# cleanup happens. It requires at least `2 * CONC` distinct accounts
130# configured in `test_accounts_file`, with CONC == the number of
131# concurrent test processes. (boolean value)
132#locking_credentials_provider = false
133
134# Path to the yaml file that contains the list of credentials to use
135# for running tests (string value)
136#test_accounts_file = etc/accounts.yaml
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100137
Matthew Treinishc791ac42014-07-16 09:15:23 -0400138
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300139[baremetal]
140
141#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000142# From tempest.config
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300143#
144
Jon Grimm270bd7f2014-08-05 18:11:29 +0000145# Timeout for Ironic node to completely provision (integer value)
146#active_timeout = 300
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300147
Jon Grimm270bd7f2014-08-05 18:11:29 +0000148# Timeout for association of Nova instance and Ironic node (integer
Adam Gandelman4a48a602014-03-20 18:23:18 -0700149# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000150#association_timeout = 30
151
152# Catalog type of the baremetal provisioning service (string value)
153#catalog_type = baremetal
Adam Gandelman4a48a602014-03-20 18:23:18 -0700154
Yuiko Takada1ee1b322014-07-04 09:55:30 +0900155# Driver name which Ironic uses (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000156#driver = fake
Yuiko Takada1ee1b322014-07-04 09:55:30 +0900157
Jon Grimm270bd7f2014-08-05 18:11:29 +0000158# Whether the Ironic nova-compute driver is enabled (boolean value)
159#driver_enabled = false
JordanPfc62c902014-02-26 14:47:28 +0000160
Jon Grimm270bd7f2014-08-05 18:11:29 +0000161# The endpoint type to use for the baremetal provisioning service
162# (string value)
163#endpoint_type = publicURL
Adam Gandelman4a48a602014-03-20 18:23:18 -0700164
165# Timeout for Ironic power transitions. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000166#power_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700167
168# Timeout for unprovisioning an Ironic node. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000169#unprovision_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700170
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300171
Sean Daguefc691e32014-01-03 08:51:54 -0500172[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400173
174#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000175# From tempest.config
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400176#
177
Jon Grimm270bd7f2014-08-05 18:11:29 +0000178# AKI Kernel Image manifest (string value)
179#aki_manifest = cirros-0.3.0-x86_64-vmlinuz.manifest.xml
Sean Daguefc691e32014-01-03 08:51:54 -0500180
181# AMI Machine Image manifest (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000182#ami_manifest = cirros-0.3.0-x86_64-blank.img.manifest.xml
Sean Daguefc691e32014-01-03 08:51:54 -0500183
Jon Grimm270bd7f2014-08-05 18:11:29 +0000184# ARI Ramdisk Image manifest (string value)
185#ari_manifest = cirros-0.3.0-x86_64-initrd.manifest.xml
Sean Daguefc691e32014-01-03 08:51:54 -0500186
Jon Grimm270bd7f2014-08-05 18:11:29 +0000187# AWS Access Key (string value)
188#aws_access = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500189
Jon Grimm270bd7f2014-08-05 18:11:29 +0000190# AWS Secret Key (string value)
191#aws_secret = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500192
Jon Grimm270bd7f2014-08-05 18:11:29 +0000193# AWS Zone for EC2 tests (string value)
194#aws_zone = nova
Sean Daguefc691e32014-01-03 08:51:54 -0500195
196# Status Change Test Interval (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000197#build_interval = 1
198
199# Status Change Timeout (integer value)
200#build_timeout = 60
201
202# EC2 URL (string value)
203#ec2_url = http://localhost:8773/services/Cloud
204
205# boto Http socket timeout (integer value)
206#http_socket_timeout = 3
207
208# Instance type (string value)
209#instance_type = m1.tiny
210
211# boto num_retries on error (integer value)
212#num_retries = 1
213
214# S3 Materials Path (string value)
215#s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
216
217# S3 URL (string value)
218#s3_url = http://localhost:8080
Sean Daguefc691e32014-01-03 08:51:54 -0500219
220
221[cli]
222
223#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000224# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500225#
226
Jon Grimm270bd7f2014-08-05 18:11:29 +0000227# directory where python client binaries are located (string value)
228#cli_dir = /usr/local/bin
Sean Daguefc691e32014-01-03 08:51:54 -0500229
Jon Grimm270bd7f2014-08-05 18:11:29 +0000230# enable cli tests (boolean value)
231#enabled = true
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400232
Sean Dague44b24682014-02-20 19:08:24 -0500233# Whether the tempest run location has access to the *-manage
Jon Grimm270bd7f2014-08-05 18:11:29 +0000234# commands. In a pure blackbox environment it will not. (boolean
235# value)
236#has_manage = true
Sean Dague44b24682014-02-20 19:08:24 -0500237
Sean Daguefc691e32014-01-03 08:51:54 -0500238# Number of seconds to wait on a CLI timeout (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000239#timeout = 15
Arata Notsu8f440392013-09-13 16:14:20 +0900240
Sean Dague83401992013-05-06 17:46:36 -0400241
Matthew Treinish3d468112013-10-24 21:49:14 +0000242[compute]
243
244#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000245# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000246#
247
Jon Grimm270bd7f2014-08-05 18:11:29 +0000248# Time in seconds between build status checks. (integer value)
249#build_interval = 1
250
251# Timeout in seconds to wait for an instance to build. (integer value)
252#build_timeout = 300
253
254# Catalog type of the Compute service. (string value)
255#catalog_type = compute
256
257# Catalog type of the Compute v3 service. (string value)
258#catalog_v3_type = computev3
259
260# The endpoint type to use for the compute service. (string value)
261#endpoint_type = publicURL
262
Chris Hoge8f1401b2014-11-19 14:00:37 -0800263# Name of the fixed network that is visible to all test tenants.
264# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000265#fixed_network_name = private
266
267# Valid primary flavor to use in tests. (string value)
268#flavor_ref = 1
269
270# Valid secondary flavor to be used in tests. (string value)
271#flavor_ref_alt = 2
272
273# Unallocated floating IP range, which will be used to test the
Chris Hoge8f1401b2014-11-19 14:00:37 -0800274# floating IP bulk feature for CRUD operation. This block must not
275# overlap an existing floating IP pool. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000276#floating_ip_range = 10.0.0.0/29
277
278# Password used to authenticate to an instance using the alternate
279# image. (string value)
280#image_alt_ssh_password = password
281
282# User name used to authenticate to an instance using the alternate
283# image. (string value)
284#image_alt_ssh_user = root
285
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400286# Valid primary image reference to be used in tests. This is a
287# required option (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000288#image_ref = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000289
Jon Grimm270bd7f2014-08-05 18:11:29 +0000290# Valid secondary image reference to be used in tests. This is a
291# required option, but if only one image is available duplicate the
292# value of image_ref above (string value)
293#image_ref_alt = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000294
295# Password used to authenticate to an instance. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000296#image_ssh_password = password
Matthew Treinish3d468112013-10-24 21:49:14 +0000297
Jon Grimm270bd7f2014-08-05 18:11:29 +0000298# User name used to authenticate to an instance. (string value)
299#image_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000300
301# IP version used for SSH connections. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000302#ip_version_for_ssh = 4
Matthew Treinish3d468112013-10-24 21:49:14 +0000303
Chris Hoge8f1401b2014-11-19 14:00:37 -0800304# Network used for SSH connections. Ignored if
305# use_floatingip_for_ssh=true or run_ssh=false. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000306#network_for_ssh = public
Matthew Treinish3d468112013-10-24 21:49:14 +0000307
Jon Grimm270bd7f2014-08-05 18:11:29 +0000308# Path to a private key file for SSH access to remote hosts (string
309# value)
310#path_to_private_key = <None>
311
312# Timeout in seconds to wait for ping to succeed. (integer value)
313#ping_timeout = 120
314
315# Additional wait time for clean state, when there is no OS-EXT-STS
316# extension available (integer value)
317#ready_wait = 0
Matthew Treinish3d468112013-10-24 21:49:14 +0000318
319# The compute region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000320# identity.region is used instead. If no such region is found in the
321# service catalog, the first found one is used. (string value)
322#region =
323
324# Should the tests ssh to instances? (boolean value)
325#run_ssh = false
326
327# Time in seconds before a shelved instance is eligible for removing
328# from a host. -1 never offload, 0 offload when shelved. This time
329# should be the same as the time of nova.conf, and some tests will run
330# for as long as the time. (integer value)
331#shelved_offload_time = 0
332
333# Auth method used for authenticate to the instance. Valid choices
334# are: keypair, configured, adminpass. keypair: start the servers with
335# an ssh keypair. configured: use the configured user and password.
336# adminpass: use the injected adminPass. disabled: avoid using ssh
337# when it is an option. (string value)
338#ssh_auth_method = keypair
339
340# Timeout in seconds to wait for output from ssh channel. (integer
Matthew Treinish3d468112013-10-24 21:49:14 +0000341# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000342#ssh_channel_timeout = 60
Matthew Treinish3d468112013-10-24 21:49:14 +0000343
Jon Grimm270bd7f2014-08-05 18:11:29 +0000344# How to connect to the instance? fixed: using the first ip belongs
345# the fixed network floating: creating and using a floating ip (string
JordanP5d29b2c2013-12-18 13:56:03 +0000346# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000347#ssh_connect_method = fixed
JordanP5d29b2c2013-12-18 13:56:03 +0000348
Jon Grimm270bd7f2014-08-05 18:11:29 +0000349# Timeout in seconds to wait for authentication to succeed. (integer
350# value)
351#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000352
Jon Grimm270bd7f2014-08-05 18:11:29 +0000353# User name used to authenticate to an instance. (string value)
354#ssh_user = root
355
356# Does SSH use Floating IPs? (boolean value)
357#use_floatingip_for_ssh = true
358
359# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000360# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000361#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400362
Sean Daguefc691e32014-01-03 08:51:54 -0500363
364[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700365
Matthew Treinish3d468112013-10-24 21:49:14 +0000366#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000367# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000368#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400369
Jon Grimm270bd7f2014-08-05 18:11:29 +0000370# Domain name for authentication as admin (Keystone V3).The same
371# domain applies to user and project (string value)
372#domain_name = <None>
Maru Newby81f07a02012-09-05 20:21:19 -0700373
Sean Daguefc691e32014-01-03 08:51:54 -0500374# API key to use when authenticating as admin. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000375#password = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000376
Jon Grimm270bd7f2014-08-05 18:11:29 +0000377# Administrative Tenant name to use for Nova API requests. (string
378# value)
379#tenant_name = <None>
380
381# Administrative Username to use for Nova API requests. (string value)
382#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100383
Matthew Treinish3d468112013-10-24 21:49:14 +0000384
Sean Daguefc691e32014-01-03 08:51:54 -0500385[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000386
387#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000388# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000389#
390
Jon Grimm270bd7f2014-08-05 18:11:29 +0000391# A list of enabled compute extensions with a special entry all which
392# indicates every extension is enabled. Each extension should be
393# specified with alias name. Empty list indicates all extensions are
394# disabled (list value)
395#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000396
Jon Grimm270bd7f2014-08-05 18:11:29 +0000397# If false, skip all nova v3 tests. (boolean value)
398#api_v3 = false
399
400# A list of enabled v3 extensions with a special entry all which
401# indicates every extension is enabled. Each extension should be
402# specified with alias name. Empty list indicates all extensions are
403# disabled (list value)
404#api_v3_extensions = all
405
406# Does the test environment block migration support cinder iSCSI
407# volumes (boolean value)
408#block_migrate_cinder_iscsi = false
409
410# Does the test environment use block devices for live migration
411# (boolean value)
412#block_migration_for_live_migration = false
413
414# Does the test environment support changing the admin password?
415# (boolean value)
416#change_password = false
417
418# Does the test environment support obtaining instance serial console
419# output? (boolean value)
420#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400421
Sean Daguefc691e32014-01-03 08:51:54 -0500422# If false, skip disk config tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000423#disk_config = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000424
Jon Grimm270bd7f2014-08-05 18:11:29 +0000425# Enables returning of the instance password by the relevant server
426# API calls such as create, rebuild or rescue. (boolean value)
427#enable_instance_password = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900428
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400429# Does the test environment support dynamic network interface
430# attachment? (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000431#interface_attach = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400432
Jon Grimm270bd7f2014-08-05 18:11:29 +0000433# Does the test environment support live migration available? (boolean
434# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800435#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000436
437# Does the test environment support pausing? (boolean value)
438#pause = true
439
440# Enable RDP console. This configuration value should be same as
441# [nova.rdp]->enabled in nova.conf (boolean value)
442#rdp_console = false
443
444# Does the test environment support instance rescue mode? (boolean
445# value)
446#rescue = true
447
448# Does the test environment support resizing? (boolean value)
449#resize = false
450
451# Does the test environment support shelving/unshelving? (boolean
452# value)
453#shelve = true
454
455# Does the test environment support creating snapshot images of
456# running instances? (boolean value)
457#snapshot = true
458
459# Enable Spice console. This configuration value should be same as
460# [nova.spice]->enabled in nova.conf (boolean value)
461#spice_console = false
462
463# Does the test environment support suspend/resume? (boolean value)
464#suspend = true
465
466# Enable VNC console. This configuration value should be same as
467# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
468#vnc_console = false
469
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100470
Julie Pichond1017642013-07-24 16:37:23 +0100471[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100472
Matthew Treinish3d468112013-10-24 21:49:14 +0000473#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000474# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000475#
Julie Pichond1017642013-07-24 16:37:23 +0100476
Matthew Treinish3d468112013-10-24 21:49:14 +0000477# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000478#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900479
Matthew Treinish3d468112013-10-24 21:49:14 +0000480# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000481#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900482
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900483
Sean Daguefc691e32014-01-03 08:51:54 -0500484[data_processing]
485
486#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000487# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500488#
489
490# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000491#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500492
Jon Grimm270bd7f2014-08-05 18:11:29 +0000493# The endpoint type to use for the data processing service. (string
494# value)
495#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000496
Sean Daguefc691e32014-01-03 08:51:54 -0500497
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800498[database]
499
500#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000501# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800502#
503
504# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000505#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800506
Jon Grimm270bd7f2014-08-05 18:11:29 +0000507# Current database version to use in database tests. (string value)
508#db_current_version = v1.0
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800509
Jon Grimm270bd7f2014-08-05 18:11:29 +0000510# Valid primary flavor to use in database tests. (string value)
511#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400512
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800513
Sean Daguefc691e32014-01-03 08:51:54 -0500514[debug]
515
516#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000517# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500518#
519
520# Enable diagnostic commands (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000521#enable = true
Sean Daguefc691e32014-01-03 08:51:54 -0500522
Jon Grimm270bd7f2014-08-05 18:11:29 +0000523# A regex to determine which requests should be traced. This is a
524# regex to match the caller for rest client requests to be able to
525# selectively trace calls out of specific classes and methods. It
526# largely exists for test development, and is not expected to be used
527# in a real deploy of tempest. This will be matched against the
528# discovered ClassName:method in the test environment. Expected
529# values for this field are: * ClassName:test_method_name - traces
530# one test_method * ClassName:setUp(Class) - traces specific setup
531# functions * ClassName:tearDown(Class) - traces specific teardown
532# functions * ClassName:_run_cleanups - traces the cleanup functions
533# If nothing is specified, this feature is not enabled. To trace
534# everything specify .* as the regex. (string value)
535#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400536
Sean Daguefc691e32014-01-03 08:51:54 -0500537
538[identity]
539
540#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000541# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500542#
543
Jon Grimm270bd7f2014-08-05 18:11:29 +0000544# Admin domain name for authentication (Keystone V3).The same domain
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100545# applies to user and project (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000546#admin_domain_name = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500547
548# API key to use when authenticating as admin. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000549#admin_password = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500550
Jon Grimm270bd7f2014-08-05 18:11:29 +0000551# Role required to administrate keystone. (string value)
552#admin_role = admin
553
554# Administrative Tenant name to use for Keystone API requests. (string
555# value)
556#admin_tenant_name = <None>
557
558# Administrative Username to use for Keystone API requests. (string
559# value)
560#admin_username = <None>
561
562# Alternate domain name for authentication (Keystone V3).The same
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100563# domain applies to user and project (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000564#alt_domain_name = <None>
565
566# API key to use when authenticating as alternate user. (string value)
567#alt_password = <None>
568
569# Alternate user's Tenant name to use for Nova API requests. (string
570# value)
571#alt_tenant_name = <None>
572
573# Username of alternate user to use for Nova API requests. (string
574# value)
575#alt_username = <None>
576
577# Identity API version to be used for authentication for API tests.
578# (string value)
579#auth_version = v2
580
Rob Crittendena7db6692014-11-23 18:44:38 -0500581# Specify a CA bundle file to use in verifying a TLS (https) server
582# certificate. (string value)
583#ca_certificates_file = <None>
584
Jon Grimm270bd7f2014-08-05 18:11:29 +0000585# Catalog type of the Identity service. (string value)
586#catalog_type = identity
587
588# Set to True if using self-signed SSL certificates. (boolean value)
589#disable_ssl_certificate_validation = false
590
591# Domain name for authentication (Keystone V3).The same domain applies
592# to user and project (string value)
593#domain_name = <None>
594
595# The endpoint type to use for the identity service. (string value)
596#endpoint_type = publicURL
597
598# API key to use when authenticating. (string value)
599#password = <None>
600
601# The identity region name to use. Also used as the other services'
602# region name unless they are set explicitly. If no such region is
603# found in the service catalog, the first found one is used. (string
604# value)
605#region = RegionOne
606
607# Tenant name to use for Nova API requests. (string value)
608#tenant_name = <None>
609
610# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
611#uri = <None>
612
613# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
614#uri_v3 = <None>
615
616# Username to use for Nova API requests. (string value)
617#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100618
Sean Daguefc691e32014-01-03 08:51:54 -0500619
Matthew Treinishd5021a72014-01-09 18:42:51 +0000620[identity-feature-enabled]
621
622#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000623# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000624#
625
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000626# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000627#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000628
629# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000630#api_v3 = true
631
632# Does the identity service have delegation and impersonation enabled
633# (boolean value)
634#trust = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000635
Matthew Treinishd5021a72014-01-09 18:42:51 +0000636
Sean Daguefc691e32014-01-03 08:51:54 -0500637[image]
638
639#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000640# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500641#
642
643# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000644#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500645
Jon Grimm270bd7f2014-08-05 18:11:29 +0000646# The endpoint type to use for the image service. (string value)
647#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000648
Sean Daguefc691e32014-01-03 08:51:54 -0500649# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000650#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
651
652# The image region name to use. If empty, the value of identity.region
653# is used instead. If no such region is found in the service catalog,
654# the first found one is used. (string value)
655#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500656
657
658[image-feature-enabled]
659
660#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000661# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500662#
663
Sean Daguefc691e32014-01-03 08:51:54 -0500664# Is the v1 image API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000665#api_v1 = true
666
667# Is the v2 image API enabled (boolean value)
668#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500669
670
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000671[input-scenario]
672
673#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000674# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000675#
676
Jon Grimm270bd7f2014-08-05 18:11:29 +0000677# Matching flavors become parameters for scenario tests (string value)
678#flavor_regex = ^m1.nano$
679
680# Matching images become parameters for scenario tests (string value)
681#image_regex = ^cirros-0.3.1-x86_64-uec$
682
683# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000684# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000685#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000686
Jon Grimm270bd7f2014-08-05 18:11:29 +0000687# List of user mapped to regex to matching image names. (string value)
688#ssh_user_regex = [["^.*[Cc]irros.*$", "root"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000689
690
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300691[messaging]
692
693#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000694# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300695#
696
697# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000698#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300699
700# The maximum grace period for a claim (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000701#max_claim_grace = 43200
702
703# The maximum ttl for a claim (integer value)
704#max_claim_ttl = 43200
705
706# The maximum size of a message body (integer value)
707#max_message_size = 262144
708
709# The maximum ttl for a message (integer value)
710#max_message_ttl = 1209600
711
712# The maximum number of messages per claim (integer value)
713#max_messages_per_claim = 20
714
715# The maximum number of queue message per page when listing (or)
716# posting messages (integer value)
717#max_messages_per_page = 20
718
719# The maximum metadata size for a queue (integer value)
720#max_queue_metadata = 65536
721
722# The maximum number of queue records per page when listing queues
723# (integer value)
724#max_queues_per_page = 20
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300725
726
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100727[negative]
728
729#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000730# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100731#
732
733# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000734#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100735
736
Sean Daguefc691e32014-01-03 08:51:54 -0500737[network]
738
739#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000740# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500741#
742
Jon Grimm270bd7f2014-08-05 18:11:29 +0000743# Time in seconds between network operation status checks. (integer
744# value)
745#build_interval = 1
746
747# Timeout in seconds to wait for network operation to complete.
748# (integer value)
749#build_timeout = 300
750
Sean Daguefc691e32014-01-03 08:51:54 -0500751# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000752#catalog_type = network
753
754# List of dns servers whichs hould be used for subnet creation (list
755# value)
756#dns_servers = 8.8.8.8,8.8.4.4
757
758# The endpoint type to use for the network service. (string value)
759#endpoint_type = publicURL
760
761# Id of the public network that provides external connectivity (string
762# value)
763#public_network_id =
764
Yair Fried1eb27f52014-11-10 15:24:19 +0200765# Id of the public router that provides external connectivity. This
766# should only be used when Neutron's 'allow_overlapping_ips' is set to
767# 'False' in neutron.conf. usually not needed past 'Grizzly' release
768# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000769#public_router_id =
Sean Daguefc691e32014-01-03 08:51:54 -0500770
771# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000772# identity.region is used instead. If no such region is found in the
773# service catalog, the first found one is used. (string value)
774#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500775
Jon Grimm270bd7f2014-08-05 18:11:29 +0000776# The cidr block to allocate tenant ipv4 subnets from (string value)
777#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500778
Henry Gessauffda37a2014-01-16 11:17:55 -0500779# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000780#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500781
Jon Grimm270bd7f2014-08-05 18:11:29 +0000782# The cidr block to allocate tenant ipv6 subnets from (string value)
783#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500784
785# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000786#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500787
Jon Grimm270bd7f2014-08-05 18:11:29 +0000788# Whether tenant network connectivity should be evaluated directly
789# (boolean value)
790#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200791
Sean Daguefc691e32014-01-03 08:51:54 -0500792
793[network-feature-enabled]
794
795#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000796# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500797#
798
Jon Grimm270bd7f2014-08-05 18:11:29 +0000799# A list of enabled network extensions with a special entry all which
800# indicates every extension is enabled. Empty list indicates all
801# extensions are disabled (list value)
802#api_extensions = all
803
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000804# Allow the execution of IPv6 tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000805#ipv6 = true
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000806
Jon Grimm270bd7f2014-08-05 18:11:29 +0000807# Allow the execution of IPv6 subnet tests that use the extended IPv6
808# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
809#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400810
Sean Daguefc691e32014-01-03 08:51:54 -0500811
812[object-storage]
813
814#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000815# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500816#
817
818# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000819#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500820
Jon Grimm270bd7f2014-08-05 18:11:29 +0000821# Number of seconds to wait while looping to check the status of a
822# container to container synchronization (integer value)
823#container_sync_interval = 5
Sean Daguefc691e32014-01-03 08:51:54 -0500824
Jon Grimm270bd7f2014-08-05 18:11:29 +0000825# Number of seconds to time on waiting for a container to container
826# synchronization complete. (integer value)
827#container_sync_timeout = 120
JordanP5d29b2c2013-12-18 13:56:03 +0000828
Jon Grimm270bd7f2014-08-05 18:11:29 +0000829# The endpoint type to use for the object-store service. (string
830# value)
831#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500832
Jon Grimm270bd7f2014-08-05 18:11:29 +0000833# Role to add to users created for swift tests to enable creating
834# containers (string value)
835#operator_role = Member
Sean Daguefc691e32014-01-03 08:51:54 -0500836
Jon Grimm270bd7f2014-08-05 18:11:29 +0000837# The object-storage region name to use. If empty, the value of
838# identity.region is used instead. If no such region is found in the
839# service catalog, the first found one is used. (string value)
840#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500841
Matthew Treinish998c91d2014-03-01 12:39:49 -0500842# User role that has reseller admin (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000843#reseller_admin_role = ResellerAdmin
Matthew Treinish998c91d2014-03-01 12:39:49 -0500844
Sean Daguefc691e32014-01-03 08:51:54 -0500845
846[object-storage-feature-enabled]
847
848#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000849# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500850#
851
Daisuke Morita20a183f2014-08-25 14:43:36 +0900852# Execute (old style) container-sync tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000853#container_sync = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900854
855# Execute discoverability tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000856#discoverability = true
857
858# A list of the enabled optional discoverable apis. A single entry,
859# all, indicates that all of these features are expected to be enabled
860# (list value)
861#discoverable_apis = all
862
863# Execute object-versioning tests (boolean value)
864#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900865
Sean Daguefc691e32014-01-03 08:51:54 -0500866
Matthew Treinish3d468112013-10-24 21:49:14 +0000867[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900868
Matthew Treinish3d468112013-10-24 21:49:14 +0000869#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000870# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000871#
Attila Fazekas86950732013-06-08 09:33:08 +0200872
Jon Grimm270bd7f2014-08-05 18:11:29 +0000873# Time in seconds between build status checks. (integer value)
874#build_interval = 1
875
876# Timeout in seconds to wait for a stack to build. (integer value)
877#build_timeout = 1200
878
Matthew Treinish3d468112013-10-24 21:49:14 +0000879# Catalog type of the Orchestration service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000880#catalog_type = orchestration
881
882# The endpoint type to use for the orchestration service. (string
883# value)
884#endpoint_type = publicURL
885
886# Name of heat-cfntools enabled image to use when launching test
887# instances. (string value)
888#image_ref = <None>
889
890# Instance type for tests. Needs to be big enough for a full OS plus
891# the test workload (string value)
892#instance_type = m1.micro
893
894# Name of existing keypair to launch servers with. (string value)
895#keypair_name = <None>
896
897# Value must match heat configuration of the same name. (integer
898# value)
899#max_resources_per_stack = 1000
900
901# Value must match heat configuration of the same name. (integer
902# value)
903#max_template_size = 524288
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000904
Matthew Treinish3d468112013-10-24 21:49:14 +0000905# The orchestration region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000906# identity.region is used instead. If no such region is found in the
907# service catalog, the first found one is used. (string value)
908#region =
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000909
Matthew Treinish3d468112013-10-24 21:49:14 +0000910
Sean Daguefc691e32014-01-03 08:51:54 -0500911[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000912
913#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000914# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000915#
916
Jon Grimm270bd7f2014-08-05 18:11:29 +0000917# AKI image file name (string value)
918#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
919
920# AMI image file name (string value)
921#ami_img_file = cirros-0.3.1-x86_64-blank.img
922
923# ARI image file name (string value)
924#ari_img_file = cirros-0.3.1-x86_64-initrd
925
926# Image container format (string value)
927#img_container_format = bare
928
Sean Daguefc691e32014-01-03 08:51:54 -0500929# Directory containing image files (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000930#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
931
932# Image disk format (string value)
933#img_disk_format = qcow2
Sean Daguefc691e32014-01-03 08:51:54 -0500934
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300935# Image file name (string value)
936# Deprecated group/name - [DEFAULT]/qcow2_img_file
Jon Grimm270bd7f2014-08-05 18:11:29 +0000937#img_file = cirros-0.3.1-x86_64-disk.img
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300938
Jon Grimm270bd7f2014-08-05 18:11:29 +0000939# specifies how many resources to request at once. Used for large
940# operations testing. (integer value)
941#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500942
943# ssh username for the image file (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000944#ssh_user = cirros
Matthew Treinish3d468112013-10-24 21:49:14 +0000945
946
947[service_available]
948
949#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000950# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000951#
952
Jon Grimm270bd7f2014-08-05 18:11:29 +0000953# Whether or not Ceilometer is expected to be available (boolean
Matthew Treinish3d468112013-10-24 21:49:14 +0000954# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000955#ceilometer = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000956
Jon Grimm270bd7f2014-08-05 18:11:29 +0000957# Whether or not cinder is expected to be available (boolean value)
958#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000959
Jon Grimm270bd7f2014-08-05 18:11:29 +0000960# Whether or not glance is expected to be available (boolean value)
961#glance = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000962
Jon Grimm270bd7f2014-08-05 18:11:29 +0000963# Whether or not Heat is expected to be available (boolean value)
964#heat = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000965
Jon Grimm270bd7f2014-08-05 18:11:29 +0000966# Whether or not Horizon is expected to be available (boolean value)
967#horizon = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000968
Jon Grimm270bd7f2014-08-05 18:11:29 +0000969# Whether or not Ironic is expected to be available (boolean value)
970#ironic = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000971
Jon Grimm270bd7f2014-08-05 18:11:29 +0000972# Whether or not neutron is expected to be available (boolean value)
973#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000974
Jon Grimm270bd7f2014-08-05 18:11:29 +0000975# Whether or not nova is expected to be available (boolean value)
976#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000977
Jon Grimm270bd7f2014-08-05 18:11:29 +0000978# Whether or not Sahara is expected to be available (boolean value)
979#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000980
Jon Grimm270bd7f2014-08-05 18:11:29 +0000981# Whether or not swift is expected to be available (boolean value)
982#swift = true
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300983
Jon Grimm270bd7f2014-08-05 18:11:29 +0000984# Whether or not Trove is expected to be available (boolean value)
985#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800986
Jon Grimm270bd7f2014-08-05 18:11:29 +0000987# Whether or not Zaqar is expected to be available (boolean value)
988#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500989
Matthew Treinish3d468112013-10-24 21:49:14 +0000990
Sean Daguefc691e32014-01-03 08:51:54 -0500991[stress]
992
993#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000994# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500995#
996
Jon Grimm270bd7f2014-08-05 18:11:29 +0000997# Controller host. (string value)
998#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500999
Jon Grimm270bd7f2014-08-05 18:11:29 +00001000# The number of threads created while stress test. (integer value)
1001#default_thread_number_per_action = 4
1002
1003# Allows a full cleaning process after a stress test. Caution : this
1004# cleanup will remove every objects of every tenant. (boolean value)
1005#full_clean_stack = false
1006
1007# Prevent the cleaning (tearDownClass()) between each stress test run
1008# if an exception occurs during this run. (boolean value)
1009#leave_dirty_stack = false
1010
1011# time (in seconds) between log file error checks. (integer value)
1012#log_check_interval = 60
1013
1014# Maximum number of instances to create during test. (integer value)
1015#max_instances = 16
1016
1017# Directory containing log files on the compute nodes (string value)
1018#nova_logdir = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001019
1020# Controller host. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001021#target_controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001022
1023# regexp for list of log files. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001024#target_logfiles = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001025
Jon Grimm270bd7f2014-08-05 18:11:29 +00001026# Path to private key. (string value)
1027#target_private_key_path = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001028
Jon Grimm270bd7f2014-08-05 18:11:29 +00001029# ssh user. (string value)
1030#target_ssh_user = <None>
Julien Leloupa5ee5422014-02-13 14:29:02 +01001031
Sean Daguefc691e32014-01-03 08:51:54 -05001032
1033[telemetry]
1034
1035#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001036# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001037#
1038
1039# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001040#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001041
Jon Grimm270bd7f2014-08-05 18:11:29 +00001042# The endpoint type to use for the telemetry service. (string value)
1043#endpoint_type = publicURL
1044
1045# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001046# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001047#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001048
Sean Daguefc691e32014-01-03 08:51:54 -05001049
1050[volume]
1051
1052#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001053# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001054#
1055
Jon Grimm270bd7f2014-08-05 18:11:29 +00001056# Name of the backend1 (must be declared in cinder.conf) (string
Sean Daguefc691e32014-01-03 08:51:54 -05001057# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001058#backend1_name = BACKEND_1
1059
1060# Name of the backend2 (must be declared in cinder.conf) (string
1061# value)
1062#backend2_name = BACKEND_2
1063
1064# Time in seconds between volume availability checks. (integer value)
1065#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001066
Eric Harney9b1f89c2014-10-14 14:40:19 -04001067# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001068# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001069#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001070
1071# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001072#catalog_type = volume
1073
1074# Disk format to use when copying a volume to image (string value)
1075#disk_format = raw
1076
1077# The endpoint type to use for the volume service. (string value)
1078#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -05001079
1080# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001081# identity.region is used instead. If no such region is found in the
1082# service catalog, the first found one is used. (string value)
1083#region =
1084
1085# Backend protocol to target when creating volume types (string value)
1086#storage_protocol = iSCSI
1087
1088# Backend vendor to target when creating volume types (string value)
1089#vendor_name = Open Source
1090
1091# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001092# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001093#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001094
Sean Daguefc691e32014-01-03 08:51:54 -05001095
1096[volume-feature-enabled]
1097
1098#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001099# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001100#
1101
Jon Grimm270bd7f2014-08-05 18:11:29 +00001102# A list of enabled volume extensions with a special entry all which
1103# indicates every extension is enabled. Empty list indicates all
1104# extensions are disabled (list value)
1105#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001106
Sean Daguefc691e32014-01-03 08:51:54 -05001107# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001108#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001109
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001110# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001111#api_v2 = true
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001112
Jon Grimm270bd7f2014-08-05 18:11:29 +00001113# Runs Cinder volumes backup test (boolean value)
1114#backup = true
Sean Daguefc691e32014-01-03 08:51:54 -05001115
Jon Grimm270bd7f2014-08-05 18:11:29 +00001116# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1117#multi_backend = false
1118
1119# Runs Cinder volume snapshot test (boolean value)
1120#snapshot = true