blob: 371ff97e52ee50bf6b5563fa857c2f32b268ff73 [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#
Doug Hellmann583ce2c2015-03-11 14:55:46 +00004# From oslo.log
Matthew Treinish3d468112013-10-24 21:49:14 +00005#
6
Jon Grimm270bd7f2014-08-05 18:11:29 +00007# Print debugging output (set logging level to DEBUG instead of
8# default WARNING level). (boolean value)
9#debug = false
Matthew Treinish3d468112013-10-24 21:49:14 +000010
Jon Grimm270bd7f2014-08-05 18:11:29 +000011# Print more verbose output (set logging level to INFO instead of
12# default WARNING level). (boolean value)
13#verbose = false
Matthew Treinish3d468112013-10-24 21:49:14 +000014
Jon Grimm270bd7f2014-08-05 18:11:29 +000015# The name of a logging configuration file. This file is appended to
16# any existing logging configuration files. For details about logging
17# configuration files, see the Python logging module documentation.
Matthew Treinish3d468112013-10-24 21:49:14 +000018# (string value)
Sean Daguefc691e32014-01-03 08:51:54 -050019# Deprecated group/name - [DEFAULT]/log_config
Jon Grimm270bd7f2014-08-05 18:11:29 +000020#log_config_append = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000021
Jon Grimm270bd7f2014-08-05 18:11:29 +000022# DEPRECATED. A logging.Formatter log message format string which may
23# use any of the available logging.LogRecord attributes. This option
24# is deprecated. Please use logging_context_format_string and
25# logging_default_format_string instead. (string value)
26#log_format = <None>
Sean Dague2bbdf422014-07-11 07:58:33 -040027
Matthew Treinishc603d162015-01-05 20:03:40 -050028# Format string for %%(asctime)s in log records. Default: %(default)s
29# . (string value)
30#log_date_format = %Y-%m-%d %H:%M:%S
31
32# (Optional) Name of log file to output to. If no default is set,
33# logging will go to stdout. (string value)
34# Deprecated group/name - [DEFAULT]/logfile
35#log_file = <None>
36
37# (Optional) The base directory used for relative --log-file paths.
38# (string value)
39# Deprecated group/name - [DEFAULT]/logdir
40#log_dir = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +000041
42# Use syslog for logging. Existing syslog format is DEPRECATED during
David Kranz7068d882015-05-27 16:54:15 -040043# I, and changed in J to honor RFC5424. (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +000044#use_syslog = false
45
46# (Optional) Enables or disables syslog rfc5424 format for logging. If
47# enabled, prefixes the MSG part of the syslog message with APP-NAME
OpenStack Proposal Bot8fba8d32015-05-11 15:52:49 +000048# (RFC5424). The format without the APP-NAME is deprecated in K, and
David Kranz7068d882015-05-27 16:54:15 -040049# will be removed in M, along with this option. (boolean value)
50# This option is deprecated for removal.
51# Its value may be silently ignored in the future.
OpenStack Proposal Bot8fba8d32015-05-11 15:52:49 +000052#use_syslog_rfc_format = true
Jon Grimm270bd7f2014-08-05 18:11:29 +000053
Matthew Treinishc603d162015-01-05 20:03:40 -050054# Syslog facility to receive log lines. (string value)
55#syslog_log_facility = LOG_USER
56
Jon Grimm270bd7f2014-08-05 18:11:29 +000057# Log output to standard error. (boolean value)
58#use_stderr = true
59
Matthew Treinishc603d162015-01-05 20:03:40 -050060# Format string to use for log messages with context. (string value)
61#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
62
63# Format string to use for log messages without context. (string
64# value)
65#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
66
67# Data to append to log format when level is DEBUG. (string value)
68#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
69
70# Prefix each line of exception output with this format. (string
71# value)
David Kranz7068d882015-05-27 16:54:15 -040072#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
Matthew Treinishc603d162015-01-05 20:03:40 -050073
Jon Grimm270bd7f2014-08-05 18:11:29 +000074# List of logger=LEVEL pairs. (list value)
Doug Hellmann583ce2c2015-03-11 14:55:46 +000075#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,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN
Jon Grimm270bd7f2014-08-05 18:11:29 +000076
Matthew Treinishc603d162015-01-05 20:03:40 -050077# Enables or disables publication of error events. (boolean value)
78#publish_errors = false
79
Jon Grimm270bd7f2014-08-05 18:11:29 +000080# Enables or disables fatal status of deprecations. (boolean value)
81#fatal_deprecations = false
82
83# The format for an instance that is passed with the log message.
84# (string value)
85#instance_format = "[instance: %(uuid)s] "
86
87# The format for an instance UUID that is passed with the log message.
88# (string value)
89#instance_uuid_format = "[instance: %(uuid)s] "
90
David Kranz7068d882015-05-27 16:54:15 -040091# Enables or disables fatal status of deprecations. (boolean value)
92#fatal_deprecations = false
93
Marc Kodererb714de52013-08-08 09:21:46 +020094
Matthew Treinishc791ac42014-07-16 09:15:23 -040095[auth]
96
97#
Jon Grimm270bd7f2014-08-05 18:11:29 +000098# From tempest.config
Matthew Treinishc791ac42014-07-16 09:15:23 -040099#
100
Matthew Treinishc603d162015-01-05 20:03:40 -0500101# Path to the yaml file that contains the list of credentials to use
Matthew Treinishfc7cd8f2015-03-30 11:51:55 -0400102# for running tests. If used when running in parallel you have to make
103# sure sufficient credentials are provided in the accounts file. For
104# example if no tests with roles are being run it requires at least `2
105# * CONC` distinct accounts configured in the `test_accounts_file`,
106# with CONC == the number of concurrent test processes. (string value)
107#test_accounts_file = <None>
Matthew Treinishc603d162015-01-05 20:03:40 -0500108
Jon Grimm270bd7f2014-08-05 18:11:29 +0000109# Allows test cases to create/destroy tenants and users. This option
110# requires that OpenStack Identity API admin credentials are known. If
111# false, isolated test cases and parallel execution, can still be
112# achieved configuring a list of test accounts (boolean value)
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100113# Deprecated group/name - [compute]/allow_tenant_isolation
114# Deprecated group/name - [orchestration]/allow_tenant_isolation
Attila Fazekas5dda1582015-02-18 17:16:02 +0100115#allow_tenant_isolation = true
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100116
Matthew Treinish167b2be2015-01-15 17:20:27 -0500117# Roles to assign to all users created by tempest (list value)
118#tempest_roles =
119
Andrea Frittolic3280152015-02-26 12:42:34 +0000120# Only applicable when identity.auth_version is v3.Domain within which
121# isolated credentials are provisioned.The default "None" means that
122# the domain from theadmin user is used instead. (string value)
123#tenant_isolation_domain_name = <None>
124
Matthew Treinish2219d382015-04-24 10:33:04 -0400125# If allow_tenant_isolation is set to True and Neutron is enabled
126# Tempest will try to create a useable network, subnet, and router
127# when needed for each tenant it creates. However in some neutron
128# configurations, like with VLAN provider networks, this doesn't work.
129# So if set to False the isolated networks will not be created
130# (boolean value)
131#create_isolated_networks = true
132
Matthew Treinishc791ac42014-07-16 09:15:23 -0400133
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300134[baremetal]
135
136#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000137# From tempest.config
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300138#
139
Matthew Treinishc603d162015-01-05 20:03:40 -0500140# Catalog type of the baremetal provisioning service (string value)
141#catalog_type = baremetal
142
143# Whether the Ironic nova-compute driver is enabled (boolean value)
144#driver_enabled = false
145
146# Driver name which Ironic uses (string value)
147#driver = fake
148
149# The endpoint type to use for the baremetal provisioning service
150# (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400151# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500152#endpoint_type = publicURL
153
Jon Grimm270bd7f2014-08-05 18:11:29 +0000154# Timeout for Ironic node to completely provision (integer value)
155#active_timeout = 300
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300156
Jon Grimm270bd7f2014-08-05 18:11:29 +0000157# Timeout for association of Nova instance and Ironic node (integer
Adam Gandelman4a48a602014-03-20 18:23:18 -0700158# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000159#association_timeout = 30
160
Adam Gandelman4a48a602014-03-20 18:23:18 -0700161# Timeout for Ironic power transitions. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000162#power_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700163
164# Timeout for unprovisioning an Ironic node. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000165#unprovision_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700166
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300167
Sean Daguefc691e32014-01-03 08:51:54 -0500168[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400169
170#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000171# From tempest.config
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400172#
173
Matthew Treinishc603d162015-01-05 20:03:40 -0500174# EC2 URL (string value)
175#ec2_url = http://localhost:8773/services/Cloud
Sean Daguefc691e32014-01-03 08:51:54 -0500176
Matthew Treinishc603d162015-01-05 20:03:40 -0500177# S3 URL (string value)
178#s3_url = http://localhost:8080
Sean Daguefc691e32014-01-03 08:51:54 -0500179
Jon Grimm270bd7f2014-08-05 18:11:29 +0000180# AWS Secret Key (string value)
181#aws_secret = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500182
Matthew Treinishc603d162015-01-05 20:03:40 -0500183# AWS Access Key (string value)
184#aws_access = <None>
185
Jon Grimm270bd7f2014-08-05 18:11:29 +0000186# AWS Zone for EC2 tests (string value)
187#aws_zone = nova
Sean Daguefc691e32014-01-03 08:51:54 -0500188
Jon Grimm270bd7f2014-08-05 18:11:29 +0000189# S3 Materials Path (string value)
190#s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
191
Matthew Treinishc603d162015-01-05 20:03:40 -0500192# ARI Ramdisk Image manifest (string value)
193#ari_manifest = cirros-0.3.0-x86_64-initrd.manifest.xml
194
195# AMI Machine Image manifest (string value)
196#ami_manifest = cirros-0.3.0-x86_64-blank.img.manifest.xml
197
198# AKI Kernel Image manifest (string value)
199#aki_manifest = cirros-0.3.0-x86_64-vmlinuz.manifest.xml
200
201# Instance type (string value)
202#instance_type = m1.tiny
203
204# boto Http socket timeout (integer value)
205#http_socket_timeout = 3
206
207# boto num_retries on error (integer value)
208#num_retries = 1
209
210# Status Change Timeout (integer value)
211#build_timeout = 60
212
213# Status Change Test Interval (integer value)
214#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -0500215
216
Matthew Treinish3d468112013-10-24 21:49:14 +0000217[compute]
218
219#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000220# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000221#
222
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400223# Valid primary image reference to be used in tests. This is a
224# required option (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000225#image_ref = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000226
Jon Grimm270bd7f2014-08-05 18:11:29 +0000227# Valid secondary image reference to be used in tests. This is a
228# required option, but if only one image is available duplicate the
229# value of image_ref above (string value)
230#image_ref_alt = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000231
Matthew Treinishc603d162015-01-05 20:03:40 -0500232# Valid primary flavor to use in tests. (string value)
233#flavor_ref = 1
234
235# Valid secondary flavor to be used in tests. (string value)
236#flavor_ref_alt = 2
Matthew Treinish3d468112013-10-24 21:49:14 +0000237
Jon Grimm270bd7f2014-08-05 18:11:29 +0000238# User name used to authenticate to an instance. (string value)
239#image_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000240
Matthew Treinishc603d162015-01-05 20:03:40 -0500241# Password used to authenticate to an instance. (string value)
242#image_ssh_password = password
Matthew Treinish3d468112013-10-24 21:49:14 +0000243
Matthew Treinishc603d162015-01-05 20:03:40 -0500244# User name used to authenticate to an instance using the alternate
245# image. (string value)
246#image_alt_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000247
Matthew Treinishc603d162015-01-05 20:03:40 -0500248# Time in seconds between build status checks. (integer value)
249#build_interval = 1
Jon Grimm270bd7f2014-08-05 18:11:29 +0000250
Matthew Treinishc603d162015-01-05 20:03:40 -0500251# Timeout in seconds to wait for an instance to build. Other services
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200252# that do not define build_timeout will inherit this value. (integer
253# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500254#build_timeout = 300
Jon Grimm270bd7f2014-08-05 18:11:29 +0000255
Jon Grimm270bd7f2014-08-05 18:11:29 +0000256# Auth method used for authenticate to the instance. Valid choices
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000257# are: keypair, configured, adminpass and disabled. Keypair: start the
258# servers with a ssh keypair. Configured: use the configured user and
259# password. Adminpass: use the injected adminPass. Disabled: avoid
260# using ssh when it is an option. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000261#ssh_auth_method = keypair
262
Jon Grimm270bd7f2014-08-05 18:11:29 +0000263# How to connect to the instance? fixed: using the first ip belongs
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000264# the fixed network floating: creating and using a floating ip.
265# (string value)
266#ssh_connect_method = floating
JordanP5d29b2c2013-12-18 13:56:03 +0000267
Matthew Treinishc603d162015-01-05 20:03:40 -0500268# User name used to authenticate to an instance. (string value)
269#ssh_user = root
270
271# Timeout in seconds to wait for ping to succeed. (integer value)
272#ping_timeout = 120
273
Richard Wintersf87059b2015-02-17 11:46:54 -0500274# The packet size for ping packets originating from remote linux hosts
275# (integer value)
276#ping_size = 56
277
278# The number of ping packets originating from remote linux hosts
279# (integer value)
280#ping_count = 1
281
Jon Grimm270bd7f2014-08-05 18:11:29 +0000282# Timeout in seconds to wait for authentication to succeed. (integer
283# value)
284#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000285
Matthew Treinishc603d162015-01-05 20:03:40 -0500286# Additional wait time for clean state, when there is no OS-EXT-STS
287# extension available (integer value)
288#ready_wait = 0
289
290# Timeout in seconds to wait for output from ssh channel. (integer
291# value)
292#ssh_channel_timeout = 60
293
Matthew Treinish03feae02015-03-27 10:25:45 -0400294# Name of the fixed network that is visible to all test tenants. If
295# multiple networks are available for a tenant this is the network
296# which will be used for creating servers if tempest does not create a
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000297# network or a network is not specified elsewhere. It may be used for
298# ssh validation only if floating IPs are disabled. (string value)
Matthew Treinish03feae02015-03-27 10:25:45 -0400299#fixed_network_name = <None>
Matthew Treinishc603d162015-01-05 20:03:40 -0500300
301# Network used for SSH connections. Ignored if
Matthew Treinishe5cca002015-05-11 15:36:50 -0400302# use_floatingip_for_ssh=true or run_validation=false. (string value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500303#network_for_ssh = public
304
305# IP version used for SSH connections. (integer value)
306#ip_version_for_ssh = 4
Jon Grimm270bd7f2014-08-05 18:11:29 +0000307
308# Does SSH use Floating IPs? (boolean value)
309#use_floatingip_for_ssh = true
310
Matthew Treinishc603d162015-01-05 20:03:40 -0500311# Catalog type of the Compute service. (string value)
312#catalog_type = compute
313
314# The compute region name to use. If empty, the value of
315# identity.region is used instead. If no such region is found in the
316# service catalog, the first found one is used. (string value)
317#region =
318
319# The endpoint type to use for the compute service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400320# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500321#endpoint_type = publicURL
322
Jon Grimm270bd7f2014-08-05 18:11:29 +0000323# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000324# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000325#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400326
Matthew Treinishc603d162015-01-05 20:03:40 -0500327# 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# Unallocated floating IP range, which will be used to test the
334# floating IP bulk feature for CRUD operation. This block must not
335# overlap an existing floating IP pool. (string value)
336#floating_ip_range = 10.0.0.0/29
337
Sean Daguefc691e32014-01-03 08:51:54 -0500338
Sean Daguefc691e32014-01-03 08:51:54 -0500339[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000340
341#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000342# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000343#
344
Matthew Treinishc603d162015-01-05 20:03:40 -0500345# If false, skip disk config tests (boolean value)
346#disk_config = true
347
Jon Grimm270bd7f2014-08-05 18:11:29 +0000348# A list of enabled compute extensions with a special entry all which
349# indicates every extension is enabled. Each extension should be
350# specified with alias name. Empty list indicates all extensions are
351# disabled (list value)
352#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000353
Jon Grimm270bd7f2014-08-05 18:11:29 +0000354# Does the test environment support changing the admin password?
355# (boolean value)
356#change_password = false
357
358# Does the test environment support obtaining instance serial console
359# output? (boolean value)
360#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400361
Matthew Treinishc603d162015-01-05 20:03:40 -0500362# Does the test environment support resizing? (boolean value)
363#resize = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000364
Matthew Treinishc603d162015-01-05 20:03:40 -0500365# Does the test environment support pausing? (boolean value)
366#pause = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900367
Matthew Treinishc603d162015-01-05 20:03:40 -0500368# Does the test environment support shelving/unshelving? (boolean
369# value)
370#shelve = true
371
372# Does the test environment support suspend/resume? (boolean value)
373#suspend = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400374
Jon Grimm270bd7f2014-08-05 18:11:29 +0000375# Does the test environment support live migration available? (boolean
376# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800377#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000378
Matthew Treinishc603d162015-01-05 20:03:40 -0500379# Does the test environment use block devices for live migration
380# (boolean value)
381#block_migration_for_live_migration = false
382
383# Does the test environment block migration support cinder iSCSI
Joe Gordon0a5788f2015-03-17 11:29:38 -0700384# volumes. Note, libvirt doesn't support this, see
385# https://bugs.launchpad.net/nova/+bug/1398999 (boolean value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500386#block_migrate_cinder_iscsi = false
387
Matt Riedemannbb9f7042015-03-03 08:53:11 -0800388# Does the test system allow live-migration of paused instances? Note,
389# this is more than just the ANDing of paused and live_migrate, but
390# all 3 should be set to True to run those tests (boolean value)
391#live_migrate_paused_instances = false
392
Matthew Treinishc603d162015-01-05 20:03:40 -0500393# Enable VNC console. This configuration value should be same as
394# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
395#vnc_console = false
396
397# Enable Spice console. This configuration value should be same as
398# [nova.spice]->enabled in nova.conf (boolean value)
399#spice_console = false
Jon Grimm270bd7f2014-08-05 18:11:29 +0000400
401# Enable RDP console. This configuration value should be same as
402# [nova.rdp]->enabled in nova.conf (boolean value)
403#rdp_console = false
404
405# Does the test environment support instance rescue mode? (boolean
406# value)
407#rescue = true
408
Matthew Treinishc603d162015-01-05 20:03:40 -0500409# Enables returning of the instance password by the relevant server
410# API calls such as create, rebuild or rescue. (boolean value)
411#enable_instance_password = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000412
Matthew Treinishc603d162015-01-05 20:03:40 -0500413# Does the test environment support dynamic network interface
414# attachment? (boolean value)
415#interface_attach = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000416
417# Does the test environment support creating snapshot images of
418# running instances? (boolean value)
419#snapshot = true
420
Matthew Treinishdfd7ac02015-02-09 17:47:31 -0500421# Does the test environment have the ec2 api running? (boolean value)
422#ec2_api = true
423
Matt Riedemann17940732015-03-13 14:18:19 +0000424# Does Nova preserve preexisting ports from Neutron when deleting an
425# instance? This should be set to True if testing Kilo+ Nova. (boolean
426# value)
427#preserve_ports = false
428
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100429
Julie Pichond1017642013-07-24 16:37:23 +0100430[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100431
Matthew Treinish3d468112013-10-24 21:49:14 +0000432#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000433# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000434#
Julie Pichond1017642013-07-24 16:37:23 +0100435
Matthew Treinish3d468112013-10-24 21:49:14 +0000436# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000437#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900438
Matthew Treinish3d468112013-10-24 21:49:14 +0000439# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000440#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900441
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900442
Sean Daguefc691e32014-01-03 08:51:54 -0500443[data_processing]
444
445#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000446# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500447#
448
449# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000450#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500451
Jon Grimm270bd7f2014-08-05 18:11:29 +0000452# The endpoint type to use for the data processing service. (string
453# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400454# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000455#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000456
Sean Daguefc691e32014-01-03 08:51:54 -0500457
Luigi Toscano14d172d2015-01-23 16:37:47 +0100458[data_processing-feature-enabled]
459
460#
461# From tempest.config
462#
463
464# List of enabled data processing plugins (list value)
465#plugins = vanilla,hdp
466
467
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800468[database]
469
470#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000471# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800472#
473
474# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000475#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800476
Jon Grimm270bd7f2014-08-05 18:11:29 +0000477# Valid primary flavor to use in database tests. (string value)
478#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400479
Matthew Treinishc603d162015-01-05 20:03:40 -0500480# Current database version to use in database tests. (string value)
481#db_current_version = v1.0
482
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800483
Sean Daguefc691e32014-01-03 08:51:54 -0500484[debug]
485
486#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000487# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500488#
489
Jon Grimm270bd7f2014-08-05 18:11:29 +0000490# A regex to determine which requests should be traced. This is a
491# regex to match the caller for rest client requests to be able to
492# selectively trace calls out of specific classes and methods. It
493# largely exists for test development, and is not expected to be used
494# in a real deploy of tempest. This will be matched against the
495# discovered ClassName:method in the test environment. Expected
496# values for this field are: * ClassName:test_method_name - traces
497# one test_method * ClassName:setUp(Class) - traces specific setup
498# functions * ClassName:tearDown(Class) - traces specific teardown
499# functions * ClassName:_run_cleanups - traces the cleanup functions
500# If nothing is specified, this feature is not enabled. To trace
501# everything specify .* as the regex. (string value)
502#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400503
Sean Daguefc691e32014-01-03 08:51:54 -0500504
505[identity]
506
507#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000508# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500509#
510
Jon Grimm270bd7f2014-08-05 18:11:29 +0000511# Catalog type of the Identity service. (string value)
512#catalog_type = identity
513
514# Set to True if using self-signed SSL certificates. (boolean value)
515#disable_ssl_certificate_validation = false
516
Matthew Treinishc603d162015-01-05 20:03:40 -0500517# Specify a CA bundle file to use in verifying a TLS (https) server
518# certificate. (string value)
519#ca_certificates_file = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +0000520
521# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
522#uri = <None>
523
524# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
525#uri_v3 = <None>
526
Matthew Treinishc603d162015-01-05 20:03:40 -0500527# Identity API version to be used for authentication for API tests.
528# (string value)
529#auth_version = v2
530
531# The identity region name to use. Also used as the other services'
532# region name unless they are set explicitly. If no such region is
533# found in the service catalog, the first found one is used. (string
534# value)
535#region = RegionOne
536
537# The endpoint type to use for the identity service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400538# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500539#endpoint_type = publicURL
540
Jon Grimm270bd7f2014-08-05 18:11:29 +0000541# Username to use for Nova API requests. (string value)
542#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100543
Matthew Treinishc603d162015-01-05 20:03:40 -0500544# Tenant name to use for Nova API requests. (string value)
545#tenant_name = <None>
546
547# Role required to administrate keystone. (string value)
548#admin_role = admin
549
550# API key to use when authenticating. (string value)
551#password = <None>
552
553# Domain name for authentication (Keystone V3).The same domain applies
554# to user and project (string value)
555#domain_name = <None>
556
557# Username of alternate user to use for Nova API requests. (string
558# value)
559#alt_username = <None>
560
561# Alternate user's Tenant name to use for Nova API requests. (string
562# value)
563#alt_tenant_name = <None>
564
565# API key to use when authenticating as alternate user. (string value)
566#alt_password = <None>
567
568# Alternate domain name for authentication (Keystone V3).The same
569# domain applies to user and project (string value)
570#alt_domain_name = <None>
571
572# Administrative Username to use for Keystone API requests. (string
573# value)
574#admin_username = <None>
575
576# Administrative Tenant name to use for Keystone API requests. (string
577# value)
578#admin_tenant_name = <None>
579
580# API key to use when authenticating as admin. (string value)
581#admin_password = <None>
582
583# Admin domain name for authentication (Keystone V3).The same domain
584# applies to user and project (string value)
585#admin_domain_name = <None>
586
Martin Pavlasek4c3f2ab2014-04-15 17:15:15 +0200587# ID of the default domain (string value)
588#default_domain_id = default
589
Sean Daguefc691e32014-01-03 08:51:54 -0500590
Matthew Treinishd5021a72014-01-09 18:42:51 +0000591[identity-feature-enabled]
592
593#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000594# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000595#
596
Matthew Treinishc603d162015-01-05 20:03:40 -0500597# Does the identity service have delegation and impersonation enabled
598# (boolean value)
599#trust = true
600
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000601# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000602#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000603
604# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000605#api_v3 = true
606
Matthew Treinishd5021a72014-01-09 18:42:51 +0000607
Sean Daguefc691e32014-01-03 08:51:54 -0500608[image]
609
610#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000611# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500612#
613
614# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000615#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500616
Matthew Treinishc603d162015-01-05 20:03:40 -0500617# The image region name to use. If empty, the value of identity.region
618# is used instead. If no such region is found in the service catalog,
619# the first found one is used. (string value)
620#region =
621
Jon Grimm270bd7f2014-08-05 18:11:29 +0000622# The endpoint type to use for the image service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400623# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000624#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000625
Sean Daguefc691e32014-01-03 08:51:54 -0500626# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000627#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
628
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200629# Timeout in seconds to wait for an image to become available.
630# (integer value)
631#build_timeout = 300
632
633# Time in seconds between image operation status checks. (integer
634# value)
635#build_interval = 1
636
Sean Daguefc691e32014-01-03 08:51:54 -0500637
638[image-feature-enabled]
639
640#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000641# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500642#
643
Jon Grimm270bd7f2014-08-05 18:11:29 +0000644# Is the v2 image API enabled (boolean value)
645#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500646
Matthew Treinishc603d162015-01-05 20:03:40 -0500647# Is the v1 image API enabled (boolean value)
648#api_v1 = true
649
bkopilov81aaae72015-05-15 23:46:25 +0300650# Is the deactivate-image feature enabled. The feature has been
651# integrated since Kilo. (boolean value)
652#deactivate_image = false
653
Sean Daguefc691e32014-01-03 08:51:54 -0500654
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000655[input-scenario]
656
657#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000658# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000659#
660
Jon Grimm270bd7f2014-08-05 18:11:29 +0000661# Matching images become parameters for scenario tests (string value)
662#image_regex = ^cirros-0.3.1-x86_64-uec$
663
Matthew Treinishc603d162015-01-05 20:03:40 -0500664# Matching flavors become parameters for scenario tests (string value)
665#flavor_regex = ^m1.nano$
666
Jon Grimm270bd7f2014-08-05 18:11:29 +0000667# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000668# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000669#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000670
Jon Grimm270bd7f2014-08-05 18:11:29 +0000671# List of user mapped to regex to matching image names. (string value)
Marc Koderer07f5a522015-03-27 15:02:41 +0100672#ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000673
674
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300675[messaging]
676
677#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000678# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300679#
680
681# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000682#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300683
Matthew Treinishc603d162015-01-05 20:03:40 -0500684# The maximum number of queue records per page when listing queues
685# (integer value)
686#max_queues_per_page = 20
Jon Grimm270bd7f2014-08-05 18:11:29 +0000687
Matthew Treinishc603d162015-01-05 20:03:40 -0500688# The maximum metadata size for a queue (integer value)
689#max_queue_metadata = 65536
Jon Grimm270bd7f2014-08-05 18:11:29 +0000690
691# The maximum number of queue message per page when listing (or)
692# posting messages (integer value)
693#max_messages_per_page = 20
694
Matthew Treinishc603d162015-01-05 20:03:40 -0500695# The maximum size of a message body (integer value)
696#max_message_size = 262144
Jon Grimm270bd7f2014-08-05 18:11:29 +0000697
Matthew Treinishc603d162015-01-05 20:03:40 -0500698# The maximum number of messages per claim (integer value)
699#max_messages_per_claim = 20
700
701# The maximum ttl for a message (integer value)
702#max_message_ttl = 1209600
703
704# The maximum ttl for a claim (integer value)
705#max_claim_ttl = 43200
706
707# The maximum grace period for a claim (integer value)
708#max_claim_grace = 43200
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300709
710
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100711[negative]
712
713#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000714# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100715#
716
717# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000718#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100719
720
Sean Daguefc691e32014-01-03 08:51:54 -0500721[network]
722
723#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000724# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500725#
726
727# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000728#catalog_type = network
729
Sean Daguefc691e32014-01-03 08:51:54 -0500730# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000731# identity.region is used instead. If no such region is found in the
732# service catalog, the first found one is used. (string value)
733#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500734
Matthew Treinishc603d162015-01-05 20:03:40 -0500735# The endpoint type to use for the network service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400736# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500737#endpoint_type = publicURL
738
Jon Grimm270bd7f2014-08-05 18:11:29 +0000739# The cidr block to allocate tenant ipv4 subnets from (string value)
740#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500741
Henry Gessauffda37a2014-01-16 11:17:55 -0500742# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000743#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500744
Jon Grimm270bd7f2014-08-05 18:11:29 +0000745# The cidr block to allocate tenant ipv6 subnets from (string value)
746#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500747
748# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000749#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500750
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000751# Whether tenant networks can be reached directly from the test
752# client. This must be set to True when the 'fixed' ssh_connect_method
753# is selected. (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000754#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200755
Matthew Treinishc603d162015-01-05 20:03:40 -0500756# Id of the public network that provides external connectivity (string
757# value)
758#public_network_id =
759
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000760# Default floating network name. Used to allocate floating IPs when
761# neutron is enabled. (string value)
762#floating_network_name = <None>
763
Matthew Treinishc603d162015-01-05 20:03:40 -0500764# Id of the public router that provides external connectivity. This
765# should only be used when Neutron's 'allow_overlapping_ips' is set to
766# 'False' in neutron.conf. usually not needed past 'Grizzly' release
767# (string value)
768#public_router_id =
769
770# Timeout in seconds to wait for network operation to complete.
771# (integer value)
772#build_timeout = 300
773
774# Time in seconds between network operation status checks. (integer
775# value)
776#build_interval = 1
777
778# List of dns servers which should be used for subnet creation (list
779# value)
780#dns_servers = 8.8.8.8,8.8.4.4
781
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200782# vnic_type to use when Launching instances with pre-configured ports.
783# Supported ports are: ['normal','direct','macvtap'] (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400784# Allowed values: <None>, normal, direct, macvtap
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200785#port_vnic_type = <None>
786
Sean Daguefc691e32014-01-03 08:51:54 -0500787
788[network-feature-enabled]
789
790#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000791# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500792#
793
Matthew Treinishc603d162015-01-05 20:03:40 -0500794# Allow the execution of IPv6 tests (boolean value)
795#ipv6 = true
796
Jon Grimm270bd7f2014-08-05 18:11:29 +0000797# A list of enabled network extensions with a special entry all which
798# indicates every extension is enabled. Empty list indicates all
799# extensions are disabled (list value)
800#api_extensions = all
801
Jon Grimm270bd7f2014-08-05 18:11:29 +0000802# Allow the execution of IPv6 subnet tests that use the extended IPv6
803# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
804#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400805
Itzik Brownbeb30d32015-03-29 09:42:54 +0300806# Does the test environment support changing port admin state (boolean
807# value)
808#port_admin_state_change = true
809
Sean Daguefc691e32014-01-03 08:51:54 -0500810
811[object-storage]
812
813#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000814# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500815#
816
817# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000818#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500819
Matthew Treinishc603d162015-01-05 20:03:40 -0500820# The object-storage region name to use. If empty, the value of
821# identity.region is used instead. If no such region is found in the
822# service catalog, the first found one is used. (string value)
823#region =
JordanP5d29b2c2013-12-18 13:56:03 +0000824
Jon Grimm270bd7f2014-08-05 18:11:29 +0000825# The endpoint type to use for the object-store service. (string
826# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400827# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000828#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500829
Matthew Treinishc603d162015-01-05 20:03:40 -0500830# Number of seconds to time on waiting for a container to container
831# synchronization complete. (integer value)
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900832#container_sync_timeout = 600
Matthew Treinishc603d162015-01-05 20:03:40 -0500833
834# Number of seconds to wait while looping to check the status of a
835# container to container synchronization (integer value)
836#container_sync_interval = 5
837
Jon Grimm270bd7f2014-08-05 18:11:29 +0000838# Role to add to users created for swift tests to enable creating
839# containers (string value)
840#operator_role = Member
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
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900845# Name of sync realm. A sync realm is a set of clusters that have
846# agreed to allow container syncing with each other. Set the same
847# realm name as Swift's container-sync-realms.conf (string value)
848#realm_name = realm1
849
850# One name of cluster which is set in the realm whose name is set in
851# 'realm_name' item in this file. Set the same cluster name as Swift's
852# container-sync-realms.conf (string value)
853#cluster_name = name1
854
Sean Daguefc691e32014-01-03 08:51:54 -0500855
856[object-storage-feature-enabled]
857
858#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000859# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500860#
861
Jon Grimm270bd7f2014-08-05 18:11:29 +0000862# A list of the enabled optional discoverable apis. A single entry,
863# all, indicates that all of these features are expected to be enabled
864# (list value)
865#discoverable_apis = all
866
Matthew Treinishc603d162015-01-05 20:03:40 -0500867# Execute (old style) container-sync tests (boolean value)
868#container_sync = true
869
Jon Grimm270bd7f2014-08-05 18:11:29 +0000870# Execute object-versioning tests (boolean value)
871#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900872
Matthew Treinishc603d162015-01-05 20:03:40 -0500873# Execute discoverability tests (boolean value)
874#discoverability = true
875
Sean Daguefc691e32014-01-03 08:51:54 -0500876
Matthew Treinish3d468112013-10-24 21:49:14 +0000877[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900878
Matthew Treinish3d468112013-10-24 21:49:14 +0000879#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000880# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000881#
Attila Fazekas86950732013-06-08 09:33:08 +0200882
Matthew Treinishc603d162015-01-05 20:03:40 -0500883# Catalog type of the Orchestration service. (string value)
884#catalog_type = orchestration
885
886# The orchestration region name to use. If empty, the value of
887# identity.region is used instead. If no such region is found in the
888# service catalog, the first found one is used. (string value)
889#region =
890
891# The endpoint type to use for the orchestration service. (string
892# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400893# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500894#endpoint_type = publicURL
895
Matthew Treinishdb9721d2015-03-18 14:21:28 -0400896# Role required for users to be able to manage stacks (string value)
897#stack_owner_role = heat_stack_owner
898
Jon Grimm270bd7f2014-08-05 18:11:29 +0000899# Time in seconds between build status checks. (integer value)
900#build_interval = 1
901
902# Timeout in seconds to wait for a stack to build. (integer value)
903#build_timeout = 1200
904
Matthew Treinishc603d162015-01-05 20:03:40 -0500905# Instance type for tests. Needs to be big enough for a full OS plus
906# the test workload (string value)
907#instance_type = m1.micro
Jon Grimm270bd7f2014-08-05 18:11:29 +0000908
Jon Grimm270bd7f2014-08-05 18:11:29 +0000909# Name of existing keypair to launch servers with. (string value)
910#keypair_name = <None>
911
912# Value must match heat configuration of the same name. (integer
913# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500914#max_template_size = 524288
Jon Grimm270bd7f2014-08-05 18:11:29 +0000915
916# Value must match heat configuration of the same name. (integer
917# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500918#max_resources_per_stack = 1000
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000919
Matthew Treinish3d468112013-10-24 21:49:14 +0000920
Doug Hellmann583ce2c2015-03-11 14:55:46 +0000921[oslo_concurrency]
922
923#
924# From oslo.concurrency
925#
926
927# Enables or disables inter-process locks. (boolean value)
928# Deprecated group/name - [DEFAULT]/disable_process_locking
929#disable_process_locking = false
930
931# Directory to use for lock files. For security, the specified
932# directory should only be writable by the user running the processes
933# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
934# If external locks are used, a lock path must be set. (string value)
935# Deprecated group/name - [DEFAULT]/lock_path
936#lock_path = <None>
937
938
Sean Daguefc691e32014-01-03 08:51:54 -0500939[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000940
941#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000942# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000943#
944
Matthew Treinishc603d162015-01-05 20:03:40 -0500945# Directory containing image files (string value)
946#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
947
948# Image file name (string value)
949# Deprecated group/name - [DEFAULT]/qcow2_img_file
950#img_file = cirros-0.3.1-x86_64-disk.img
951
952# Image disk format (string value)
953#img_disk_format = qcow2
954
955# Image container format (string value)
956#img_container_format = bare
Jon Grimm270bd7f2014-08-05 18:11:29 +0000957
Evgeny Antyshev7ba0d5f2015-04-28 13:18:07 +0000958# Glance image properties. Use for custom images which require them
959# (dict value)
960#img_properties = <None>
961
Jon Grimm270bd7f2014-08-05 18:11:29 +0000962# AMI image file name (string value)
963#ami_img_file = cirros-0.3.1-x86_64-blank.img
964
965# ARI image file name (string value)
966#ari_img_file = cirros-0.3.1-x86_64-initrd
967
Matthew Treinishc603d162015-01-05 20:03:40 -0500968# AKI image file name (string value)
969#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
Jon Grimm270bd7f2014-08-05 18:11:29 +0000970
Matthew Treinishc603d162015-01-05 20:03:40 -0500971# ssh username for the image file (string value)
972#ssh_user = cirros
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300973
Jon Grimm270bd7f2014-08-05 18:11:29 +0000974# specifies how many resources to request at once. Used for large
975# operations testing. (integer value)
976#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500977
Yair Fried413bf2d2014-11-19 17:07:11 +0200978# DHCP client used by images to renew DCHP lease. If left empty,
979# update operation will be skipped. Supported clients: "udhcpc",
980# "dhclient" (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400981# Allowed values: udhcpc, dhclient
Yair Fried413bf2d2014-11-19 17:07:11 +0200982#dhcp_client = udhcpc
983
Matthew Treinish3d468112013-10-24 21:49:14 +0000984
985[service_available]
986
987#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000988# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000989#
990
Jon Grimm270bd7f2014-08-05 18:11:29 +0000991# Whether or not cinder is expected to be available (boolean value)
992#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000993
Jon Grimm270bd7f2014-08-05 18:11:29 +0000994# Whether or not neutron is expected to be available (boolean value)
995#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000996
Matthew Treinishc603d162015-01-05 20:03:40 -0500997# Whether or not glance is expected to be available (boolean value)
998#glance = true
999
1000# Whether or not swift is expected to be available (boolean value)
1001#swift = true
1002
Jon Grimm270bd7f2014-08-05 18:11:29 +00001003# Whether or not nova is expected to be available (boolean value)
1004#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +00001005
Matthew Treinishc603d162015-01-05 20:03:40 -05001006# Whether or not Heat is expected to be available (boolean value)
1007#heat = false
1008
1009# Whether or not Ceilometer is expected to be available (boolean
1010# value)
1011#ceilometer = true
1012
1013# Whether or not Horizon is expected to be available (boolean value)
1014#horizon = true
1015
Jon Grimm270bd7f2014-08-05 18:11:29 +00001016# Whether or not Sahara is expected to be available (boolean value)
1017#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +00001018
Matthew Treinishc603d162015-01-05 20:03:40 -05001019# Whether or not Ironic is expected to be available (boolean value)
1020#ironic = false
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +03001021
Jon Grimm270bd7f2014-08-05 18:11:29 +00001022# Whether or not Trove is expected to be available (boolean value)
1023#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -08001024
Jon Grimm270bd7f2014-08-05 18:11:29 +00001025# Whether or not Zaqar is expected to be available (boolean value)
1026#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001027
Matthew Treinish3d468112013-10-24 21:49:14 +00001028
Sean Daguefc691e32014-01-03 08:51:54 -05001029[stress]
1030
1031#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001032# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001033#
1034
Matthew Treinishc603d162015-01-05 20:03:40 -05001035# Directory containing log files on the compute nodes (string value)
1036#nova_logdir = <None>
1037
1038# Maximum number of instances to create during test. (integer value)
1039#max_instances = 16
1040
Jon Grimm270bd7f2014-08-05 18:11:29 +00001041# Controller host. (string value)
1042#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001043
Matthew Treinishc603d162015-01-05 20:03:40 -05001044# Controller host. (string value)
1045#target_controller = <None>
1046
1047# ssh user. (string value)
1048#target_ssh_user = <None>
1049
1050# Path to private key. (string value)
1051#target_private_key_path = <None>
1052
1053# regexp for list of log files. (string value)
1054#target_logfiles = <None>
1055
1056# time (in seconds) between log file error checks. (integer value)
1057#log_check_interval = 60
1058
Jon Grimm270bd7f2014-08-05 18:11:29 +00001059# The number of threads created while stress test. (integer value)
1060#default_thread_number_per_action = 4
1061
Jon Grimm270bd7f2014-08-05 18:11:29 +00001062# Prevent the cleaning (tearDownClass()) between each stress test run
1063# if an exception occurs during this run. (boolean value)
1064#leave_dirty_stack = false
1065
Matthew Treinishc603d162015-01-05 20:03:40 -05001066# Allows a full cleaning process after a stress test. Caution : this
1067# cleanup will remove every objects of every tenant. (boolean value)
1068#full_clean_stack = false
Julien Leloupa5ee5422014-02-13 14:29:02 +01001069
Sean Daguefc691e32014-01-03 08:51:54 -05001070
1071[telemetry]
1072
1073#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001074# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001075#
1076
1077# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001078#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001079
Jon Grimm270bd7f2014-08-05 18:11:29 +00001080# The endpoint type to use for the telemetry service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001081# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +00001082#endpoint_type = publicURL
1083
1084# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001085# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001086#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001087
Sean Daguefc691e32014-01-03 08:51:54 -05001088
Joseph Lanoux2f81cc12015-01-12 16:01:20 +00001089[validation]
1090
1091#
1092# From tempest.config
1093#
1094
Matthew Treinishe5cca002015-05-11 15:36:50 -04001095# Enable ssh on created servers and creation of additional validation
1096# resources to enable remote access (boolean value)
1097# Deprecated group/name - [compute]/run_ssh
1098#run_validation = false
1099
Joseph Lanoux2f81cc12015-01-12 16:01:20 +00001100# Default IP type used for validation: -fixed: uses the first IP
1101# belonging to the fixed network -floating: creates and uses a
1102# floating IP (string value)
1103# Allowed values: fixed, floating
1104#connect_method = floating
1105
1106# Default authentication method to the instance. Only ssh via keypair
1107# is supported for now. Additional methods will be handled in a
1108# separate spec. (string value)
1109# Allowed values: keypair
1110#auth_method = keypair
1111
1112# Default IP version for ssh connections. (integer value)
1113#ip_version_for_ssh = 4
1114
1115# Timeout in seconds to wait for ping to succeed. (integer value)
1116#ping_timeout = 120
1117
1118# Timeout in seconds to wait for the TCP connection to be successful.
1119# (integer value)
1120#connect_timeout = 60
1121
1122# Timeout in seconds to wait for the ssh banner. (integer value)
1123#ssh_timeout = 300
1124
1125
Sean Daguefc691e32014-01-03 08:51:54 -05001126[volume]
1127
1128#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001129# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001130#
1131
Jon Grimm270bd7f2014-08-05 18:11:29 +00001132# Time in seconds between volume availability checks. (integer value)
1133#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001134
Eric Harney9b1f89c2014-10-14 14:40:19 -04001135# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001136# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001137#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001138
1139# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001140#catalog_type = volume
1141
Sean Daguefc691e32014-01-03 08:51:54 -05001142# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001143# identity.region is used instead. If no such region is found in the
1144# service catalog, the first found one is used. (string value)
1145#region =
1146
Matthew Treinishc603d162015-01-05 20:03:40 -05001147# The endpoint type to use for the volume service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001148# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -05001149#endpoint_type = publicURL
1150
1151# Name of the backend1 (must be declared in cinder.conf) (string
1152# value)
1153#backend1_name = BACKEND_1
1154
1155# Name of the backend2 (must be declared in cinder.conf) (string
1156# value)
1157#backend2_name = BACKEND_2
1158
Jon Grimm270bd7f2014-08-05 18:11:29 +00001159# Backend protocol to target when creating volume types (string value)
1160#storage_protocol = iSCSI
1161
1162# Backend vendor to target when creating volume types (string value)
1163#vendor_name = Open Source
1164
Matthew Treinishc603d162015-01-05 20:03:40 -05001165# Disk format to use when copying a volume to image (string value)
1166#disk_format = raw
1167
Jon Grimm270bd7f2014-08-05 18:11:29 +00001168# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001169# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001170#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001171
Sean Daguefc691e32014-01-03 08:51:54 -05001172
1173[volume-feature-enabled]
1174
1175#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001176# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001177#
1178
Matthew Treinishc603d162015-01-05 20:03:40 -05001179# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1180#multi_backend = false
1181
1182# Runs Cinder volumes backup test (boolean value)
1183#backup = true
1184
1185# Runs Cinder volume snapshot test (boolean value)
1186#snapshot = true
1187
Jon Grimm270bd7f2014-08-05 18:11:29 +00001188# A list of enabled volume extensions with a special entry all which
1189# indicates every extension is enabled. Empty list indicates all
1190# extensions are disabled (list value)
1191#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001192
Sean Daguefc691e32014-01-03 08:51:54 -05001193# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001194#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001195
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001196# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001197#api_v2 = true
bkopilov8a657ae2015-05-11 11:45:23 +03001198
1199# Update bootable status of a volume Not implemented on icehouse
1200# (boolean value)
1201#bootable = false