blob: 78215dbaa607f9b50c6d0879ba70fd5e937ef3bb [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
Hugh Saunders5b139ad2014-12-15 09:08:41 +0000251# Timeout in seconds to wait for an instance to build. Other services
252# that do not define build_timeout will inherit this value, for
253# example the image service. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000254#build_timeout = 300
255
256# Catalog type of the Compute service. (string value)
257#catalog_type = compute
258
Jon Grimm270bd7f2014-08-05 18:11:29 +0000259# The endpoint type to use for the compute service. (string value)
260#endpoint_type = publicURL
261
Chris Hoge8f1401b2014-11-19 14:00:37 -0800262# Name of the fixed network that is visible to all test tenants.
263# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000264#fixed_network_name = private
265
266# Valid primary flavor to use in tests. (string value)
267#flavor_ref = 1
268
269# Valid secondary flavor to be used in tests. (string value)
270#flavor_ref_alt = 2
271
272# Unallocated floating IP range, which will be used to test the
Chris Hoge8f1401b2014-11-19 14:00:37 -0800273# floating IP bulk feature for CRUD operation. This block must not
274# overlap an existing floating IP pool. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000275#floating_ip_range = 10.0.0.0/29
276
277# Password used to authenticate to an instance using the alternate
278# image. (string value)
279#image_alt_ssh_password = password
280
281# User name used to authenticate to an instance using the alternate
282# image. (string value)
283#image_alt_ssh_user = root
284
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400285# Valid primary image reference to be used in tests. This is a
286# required option (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000287#image_ref = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000288
Jon Grimm270bd7f2014-08-05 18:11:29 +0000289# Valid secondary image reference to be used in tests. This is a
290# required option, but if only one image is available duplicate the
291# value of image_ref above (string value)
292#image_ref_alt = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000293
294# Password used to authenticate to an instance. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000295#image_ssh_password = password
Matthew Treinish3d468112013-10-24 21:49:14 +0000296
Jon Grimm270bd7f2014-08-05 18:11:29 +0000297# User name used to authenticate to an instance. (string value)
298#image_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000299
300# IP version used for SSH connections. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000301#ip_version_for_ssh = 4
Matthew Treinish3d468112013-10-24 21:49:14 +0000302
Chris Hoge8f1401b2014-11-19 14:00:37 -0800303# Network used for SSH connections. Ignored if
304# use_floatingip_for_ssh=true or run_ssh=false. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000305#network_for_ssh = public
Matthew Treinish3d468112013-10-24 21:49:14 +0000306
Jon Grimm270bd7f2014-08-05 18:11:29 +0000307# Path to a private key file for SSH access to remote hosts (string
308# value)
309#path_to_private_key = <None>
310
311# Timeout in seconds to wait for ping to succeed. (integer value)
312#ping_timeout = 120
313
314# Additional wait time for clean state, when there is no OS-EXT-STS
315# extension available (integer value)
316#ready_wait = 0
Matthew Treinish3d468112013-10-24 21:49:14 +0000317
318# The compute region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000319# identity.region is used instead. If no such region is found in the
320# service catalog, the first found one is used. (string value)
321#region =
322
323# Should the tests ssh to instances? (boolean value)
324#run_ssh = false
325
326# Time in seconds before a shelved instance is eligible for removing
327# from a host. -1 never offload, 0 offload when shelved. This time
328# should be the same as the time of nova.conf, and some tests will run
329# for as long as the time. (integer value)
330#shelved_offload_time = 0
331
332# Auth method used for authenticate to the instance. Valid choices
333# are: keypair, configured, adminpass. keypair: start the servers with
334# an ssh keypair. configured: use the configured user and password.
335# adminpass: use the injected adminPass. disabled: avoid using ssh
336# when it is an option. (string value)
337#ssh_auth_method = keypair
338
339# Timeout in seconds to wait for output from ssh channel. (integer
Matthew Treinish3d468112013-10-24 21:49:14 +0000340# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000341#ssh_channel_timeout = 60
Matthew Treinish3d468112013-10-24 21:49:14 +0000342
Jon Grimm270bd7f2014-08-05 18:11:29 +0000343# How to connect to the instance? fixed: using the first ip belongs
344# the fixed network floating: creating and using a floating ip (string
JordanP5d29b2c2013-12-18 13:56:03 +0000345# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000346#ssh_connect_method = fixed
JordanP5d29b2c2013-12-18 13:56:03 +0000347
Jon Grimm270bd7f2014-08-05 18:11:29 +0000348# Timeout in seconds to wait for authentication to succeed. (integer
349# value)
350#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000351
Jon Grimm270bd7f2014-08-05 18:11:29 +0000352# User name used to authenticate to an instance. (string value)
353#ssh_user = root
354
355# Does SSH use Floating IPs? (boolean value)
356#use_floatingip_for_ssh = true
357
358# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000359# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000360#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400361
Sean Daguefc691e32014-01-03 08:51:54 -0500362
363[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700364
Matthew Treinish3d468112013-10-24 21:49:14 +0000365#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000366# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000367#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400368
Jon Grimm270bd7f2014-08-05 18:11:29 +0000369# Domain name for authentication as admin (Keystone V3).The same
370# domain applies to user and project (string value)
371#domain_name = <None>
Maru Newby81f07a02012-09-05 20:21:19 -0700372
Sean Daguefc691e32014-01-03 08:51:54 -0500373# API key to use when authenticating as admin. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000374#password = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000375
Jon Grimm270bd7f2014-08-05 18:11:29 +0000376# Administrative Tenant name to use for Nova API requests. (string
377# value)
378#tenant_name = <None>
379
380# Administrative Username to use for Nova API requests. (string value)
381#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100382
Matthew Treinish3d468112013-10-24 21:49:14 +0000383
Sean Daguefc691e32014-01-03 08:51:54 -0500384[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000385
386#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000387# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000388#
389
Jon Grimm270bd7f2014-08-05 18:11:29 +0000390# A list of enabled compute extensions with a special entry all which
391# indicates every extension is enabled. Each extension should be
392# specified with alias name. Empty list indicates all extensions are
393# disabled (list value)
394#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000395
Jon Grimm270bd7f2014-08-05 18:11:29 +0000396# Does the test environment block migration support cinder iSCSI
397# volumes (boolean value)
398#block_migrate_cinder_iscsi = false
399
400# Does the test environment use block devices for live migration
401# (boolean value)
402#block_migration_for_live_migration = false
403
404# Does the test environment support changing the admin password?
405# (boolean value)
406#change_password = false
407
408# Does the test environment support obtaining instance serial console
409# output? (boolean value)
410#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400411
Sean Daguefc691e32014-01-03 08:51:54 -0500412# If false, skip disk config tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000413#disk_config = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000414
Jon Grimm270bd7f2014-08-05 18:11:29 +0000415# Enables returning of the instance password by the relevant server
416# API calls such as create, rebuild or rescue. (boolean value)
417#enable_instance_password = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900418
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400419# Does the test environment support dynamic network interface
420# attachment? (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000421#interface_attach = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400422
Jon Grimm270bd7f2014-08-05 18:11:29 +0000423# Does the test environment support live migration available? (boolean
424# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800425#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000426
427# Does the test environment support pausing? (boolean value)
428#pause = true
429
430# Enable RDP console. This configuration value should be same as
431# [nova.rdp]->enabled in nova.conf (boolean value)
432#rdp_console = false
433
434# Does the test environment support instance rescue mode? (boolean
435# value)
436#rescue = true
437
438# Does the test environment support resizing? (boolean value)
439#resize = false
440
441# Does the test environment support shelving/unshelving? (boolean
442# value)
443#shelve = true
444
445# Does the test environment support creating snapshot images of
446# running instances? (boolean value)
447#snapshot = true
448
449# Enable Spice console. This configuration value should be same as
450# [nova.spice]->enabled in nova.conf (boolean value)
451#spice_console = false
452
453# Does the test environment support suspend/resume? (boolean value)
454#suspend = true
455
456# Enable VNC console. This configuration value should be same as
457# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
458#vnc_console = false
459
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100460
Julie Pichond1017642013-07-24 16:37:23 +0100461[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100462
Matthew Treinish3d468112013-10-24 21:49:14 +0000463#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000464# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000465#
Julie Pichond1017642013-07-24 16:37:23 +0100466
Matthew Treinish3d468112013-10-24 21:49:14 +0000467# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000468#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900469
Matthew Treinish3d468112013-10-24 21:49:14 +0000470# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000471#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900472
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900473
Sean Daguefc691e32014-01-03 08:51:54 -0500474[data_processing]
475
476#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000477# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500478#
479
480# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000481#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500482
Jon Grimm270bd7f2014-08-05 18:11:29 +0000483# The endpoint type to use for the data processing service. (string
484# value)
485#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000486
Sean Daguefc691e32014-01-03 08:51:54 -0500487
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800488[database]
489
490#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000491# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800492#
493
494# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000495#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800496
Jon Grimm270bd7f2014-08-05 18:11:29 +0000497# Current database version to use in database tests. (string value)
498#db_current_version = v1.0
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800499
Jon Grimm270bd7f2014-08-05 18:11:29 +0000500# Valid primary flavor to use in database tests. (string value)
501#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400502
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800503
Sean Daguefc691e32014-01-03 08:51:54 -0500504[debug]
505
506#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000507# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500508#
509
Jon Grimm270bd7f2014-08-05 18:11:29 +0000510# A regex to determine which requests should be traced. This is a
511# regex to match the caller for rest client requests to be able to
512# selectively trace calls out of specific classes and methods. It
513# largely exists for test development, and is not expected to be used
514# in a real deploy of tempest. This will be matched against the
515# discovered ClassName:method in the test environment. Expected
516# values for this field are: * ClassName:test_method_name - traces
517# one test_method * ClassName:setUp(Class) - traces specific setup
518# functions * ClassName:tearDown(Class) - traces specific teardown
519# functions * ClassName:_run_cleanups - traces the cleanup functions
520# If nothing is specified, this feature is not enabled. To trace
521# everything specify .* as the regex. (string value)
522#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400523
Sean Daguefc691e32014-01-03 08:51:54 -0500524
525[identity]
526
527#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000528# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500529#
530
Jon Grimm270bd7f2014-08-05 18:11:29 +0000531# Admin domain name for authentication (Keystone V3).The same domain
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100532# applies to user and project (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000533#admin_domain_name = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500534
535# API key to use when authenticating as admin. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000536#admin_password = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500537
Jon Grimm270bd7f2014-08-05 18:11:29 +0000538# Role required to administrate keystone. (string value)
539#admin_role = admin
540
541# Administrative Tenant name to use for Keystone API requests. (string
542# value)
543#admin_tenant_name = <None>
544
545# Administrative Username to use for Keystone API requests. (string
546# value)
547#admin_username = <None>
548
549# Alternate domain name for authentication (Keystone V3).The same
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100550# domain applies to user and project (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000551#alt_domain_name = <None>
552
553# API key to use when authenticating as alternate user. (string value)
554#alt_password = <None>
555
556# Alternate user's Tenant name to use for Nova API requests. (string
557# value)
558#alt_tenant_name = <None>
559
560# Username of alternate user to use for Nova API requests. (string
561# value)
562#alt_username = <None>
563
564# Identity API version to be used for authentication for API tests.
565# (string value)
566#auth_version = v2
567
Rob Crittendena7db6692014-11-23 18:44:38 -0500568# Specify a CA bundle file to use in verifying a TLS (https) server
569# certificate. (string value)
570#ca_certificates_file = <None>
571
Jon Grimm270bd7f2014-08-05 18:11:29 +0000572# Catalog type of the Identity service. (string value)
573#catalog_type = identity
574
575# Set to True if using self-signed SSL certificates. (boolean value)
576#disable_ssl_certificate_validation = false
577
578# Domain name for authentication (Keystone V3).The same domain applies
579# to user and project (string value)
580#domain_name = <None>
581
582# The endpoint type to use for the identity service. (string value)
583#endpoint_type = publicURL
584
585# API key to use when authenticating. (string value)
586#password = <None>
587
588# The identity region name to use. Also used as the other services'
589# region name unless they are set explicitly. If no such region is
590# found in the service catalog, the first found one is used. (string
591# value)
592#region = RegionOne
593
594# Tenant name to use for Nova API requests. (string value)
595#tenant_name = <None>
596
597# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
598#uri = <None>
599
600# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
601#uri_v3 = <None>
602
603# Username to use for Nova API requests. (string value)
604#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100605
Sean Daguefc691e32014-01-03 08:51:54 -0500606
Matthew Treinishd5021a72014-01-09 18:42:51 +0000607[identity-feature-enabled]
608
609#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000610# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000611#
612
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000613# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000614#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000615
616# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000617#api_v3 = true
618
619# Does the identity service have delegation and impersonation enabled
620# (boolean value)
621#trust = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000622
Matthew Treinishd5021a72014-01-09 18:42:51 +0000623
Sean Daguefc691e32014-01-03 08:51:54 -0500624[image]
625
626#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000627# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500628#
629
630# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000631#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500632
Jon Grimm270bd7f2014-08-05 18:11:29 +0000633# The endpoint type to use for the image service. (string value)
634#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000635
Sean Daguefc691e32014-01-03 08:51:54 -0500636# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000637#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
638
639# The image region name to use. If empty, the value of identity.region
640# is used instead. If no such region is found in the service catalog,
641# the first found one is used. (string value)
642#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500643
644
645[image-feature-enabled]
646
647#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000648# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500649#
650
Sean Daguefc691e32014-01-03 08:51:54 -0500651# Is the v1 image API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000652#api_v1 = true
653
654# Is the v2 image API enabled (boolean value)
655#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500656
657
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000658[input-scenario]
659
660#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000661# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000662#
663
Jon Grimm270bd7f2014-08-05 18:11:29 +0000664# Matching flavors become parameters for scenario tests (string value)
665#flavor_regex = ^m1.nano$
666
667# Matching images become parameters for scenario tests (string value)
668#image_regex = ^cirros-0.3.1-x86_64-uec$
669
670# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000671# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000672#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000673
Jon Grimm270bd7f2014-08-05 18:11:29 +0000674# List of user mapped to regex to matching image names. (string value)
675#ssh_user_regex = [["^.*[Cc]irros.*$", "root"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000676
677
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300678[messaging]
679
680#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000681# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300682#
683
684# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000685#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300686
687# The maximum grace period for a claim (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000688#max_claim_grace = 43200
689
690# The maximum ttl for a claim (integer value)
691#max_claim_ttl = 43200
692
693# The maximum size of a message body (integer value)
694#max_message_size = 262144
695
696# The maximum ttl for a message (integer value)
697#max_message_ttl = 1209600
698
699# The maximum number of messages per claim (integer value)
700#max_messages_per_claim = 20
701
702# The maximum number of queue message per page when listing (or)
703# posting messages (integer value)
704#max_messages_per_page = 20
705
706# The maximum metadata size for a queue (integer value)
707#max_queue_metadata = 65536
708
709# The maximum number of queue records per page when listing queues
710# (integer value)
711#max_queues_per_page = 20
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300712
713
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100714[negative]
715
716#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000717# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100718#
719
720# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000721#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100722
723
Sean Daguefc691e32014-01-03 08:51:54 -0500724[network]
725
726#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000727# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500728#
729
Jon Grimm270bd7f2014-08-05 18:11:29 +0000730# Time in seconds between network operation status checks. (integer
731# value)
732#build_interval = 1
733
734# Timeout in seconds to wait for network operation to complete.
735# (integer value)
736#build_timeout = 300
737
Sean Daguefc691e32014-01-03 08:51:54 -0500738# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000739#catalog_type = network
740
Itzik Brown5be44582014-12-24 09:05:13 +0200741# List of dns servers which should be used for subnet creation (list
Jon Grimm270bd7f2014-08-05 18:11:29 +0000742# value)
743#dns_servers = 8.8.8.8,8.8.4.4
744
745# The endpoint type to use for the network service. (string value)
746#endpoint_type = publicURL
747
748# Id of the public network that provides external connectivity (string
749# value)
750#public_network_id =
751
Yair Fried1eb27f52014-11-10 15:24:19 +0200752# Id of the public router that provides external connectivity. This
753# should only be used when Neutron's 'allow_overlapping_ips' is set to
754# 'False' in neutron.conf. usually not needed past 'Grizzly' release
755# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000756#public_router_id =
Sean Daguefc691e32014-01-03 08:51:54 -0500757
758# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000759# identity.region is used instead. If no such region is found in the
760# service catalog, the first found one is used. (string value)
761#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500762
Jon Grimm270bd7f2014-08-05 18:11:29 +0000763# The cidr block to allocate tenant ipv4 subnets from (string value)
764#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500765
Henry Gessauffda37a2014-01-16 11:17:55 -0500766# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000767#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500768
Jon Grimm270bd7f2014-08-05 18:11:29 +0000769# The cidr block to allocate tenant ipv6 subnets from (string value)
770#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500771
772# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000773#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500774
Jon Grimm270bd7f2014-08-05 18:11:29 +0000775# Whether tenant network connectivity should be evaluated directly
776# (boolean value)
777#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200778
Sean Daguefc691e32014-01-03 08:51:54 -0500779
780[network-feature-enabled]
781
782#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000783# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500784#
785
Jon Grimm270bd7f2014-08-05 18:11:29 +0000786# A list of enabled network extensions with a special entry all which
787# indicates every extension is enabled. Empty list indicates all
788# extensions are disabled (list value)
789#api_extensions = all
790
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000791# Allow the execution of IPv6 tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000792#ipv6 = true
Matthew Treinishe2e33cf2014-03-03 19:28:41 +0000793
Jon Grimm270bd7f2014-08-05 18:11:29 +0000794# Allow the execution of IPv6 subnet tests that use the extended IPv6
795# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
796#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400797
Sean Daguefc691e32014-01-03 08:51:54 -0500798
799[object-storage]
800
801#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000802# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500803#
804
805# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000806#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500807
Jon Grimm270bd7f2014-08-05 18:11:29 +0000808# Number of seconds to wait while looping to check the status of a
809# container to container synchronization (integer value)
810#container_sync_interval = 5
Sean Daguefc691e32014-01-03 08:51:54 -0500811
Jon Grimm270bd7f2014-08-05 18:11:29 +0000812# Number of seconds to time on waiting for a container to container
813# synchronization complete. (integer value)
814#container_sync_timeout = 120
JordanP5d29b2c2013-12-18 13:56:03 +0000815
Jon Grimm270bd7f2014-08-05 18:11:29 +0000816# The endpoint type to use for the object-store service. (string
817# value)
818#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500819
Jon Grimm270bd7f2014-08-05 18:11:29 +0000820# Role to add to users created for swift tests to enable creating
821# containers (string value)
822#operator_role = Member
Sean Daguefc691e32014-01-03 08:51:54 -0500823
Jon Grimm270bd7f2014-08-05 18:11:29 +0000824# The object-storage region name to use. If empty, the value of
825# identity.region is used instead. If no such region is found in the
826# service catalog, the first found one is used. (string value)
827#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500828
Matthew Treinish998c91d2014-03-01 12:39:49 -0500829# User role that has reseller admin (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000830#reseller_admin_role = ResellerAdmin
Matthew Treinish998c91d2014-03-01 12:39:49 -0500831
Sean Daguefc691e32014-01-03 08:51:54 -0500832
833[object-storage-feature-enabled]
834
835#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000836# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500837#
838
Daisuke Morita20a183f2014-08-25 14:43:36 +0900839# Execute (old style) container-sync tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000840#container_sync = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900841
842# Execute discoverability tests (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000843#discoverability = true
844
845# A list of the enabled optional discoverable apis. A single entry,
846# all, indicates that all of these features are expected to be enabled
847# (list value)
848#discoverable_apis = all
849
850# Execute object-versioning tests (boolean value)
851#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900852
Sean Daguefc691e32014-01-03 08:51:54 -0500853
Matthew Treinish3d468112013-10-24 21:49:14 +0000854[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900855
Matthew Treinish3d468112013-10-24 21:49:14 +0000856#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000857# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000858#
Attila Fazekas86950732013-06-08 09:33:08 +0200859
Jon Grimm270bd7f2014-08-05 18:11:29 +0000860# Time in seconds between build status checks. (integer value)
861#build_interval = 1
862
863# Timeout in seconds to wait for a stack to build. (integer value)
864#build_timeout = 1200
865
Matthew Treinish3d468112013-10-24 21:49:14 +0000866# Catalog type of the Orchestration service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000867#catalog_type = orchestration
868
869# The endpoint type to use for the orchestration service. (string
870# value)
871#endpoint_type = publicURL
872
873# Name of heat-cfntools enabled image to use when launching test
874# instances. (string value)
875#image_ref = <None>
876
877# Instance type for tests. Needs to be big enough for a full OS plus
878# the test workload (string value)
879#instance_type = m1.micro
880
881# Name of existing keypair to launch servers with. (string value)
882#keypair_name = <None>
883
884# Value must match heat configuration of the same name. (integer
885# value)
886#max_resources_per_stack = 1000
887
888# Value must match heat configuration of the same name. (integer
889# value)
890#max_template_size = 524288
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000891
Matthew Treinish3d468112013-10-24 21:49:14 +0000892# The orchestration region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000893# identity.region is used instead. If no such region is found in the
894# service catalog, the first found one is used. (string value)
895#region =
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000896
Matthew Treinish3d468112013-10-24 21:49:14 +0000897
Sean Daguefc691e32014-01-03 08:51:54 -0500898[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000899
900#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000901# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000902#
903
Jon Grimm270bd7f2014-08-05 18:11:29 +0000904# AKI image file name (string value)
905#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
906
907# AMI image file name (string value)
908#ami_img_file = cirros-0.3.1-x86_64-blank.img
909
910# ARI image file name (string value)
911#ari_img_file = cirros-0.3.1-x86_64-initrd
912
913# Image container format (string value)
914#img_container_format = bare
915
Sean Daguefc691e32014-01-03 08:51:54 -0500916# Directory containing image files (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000917#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
918
919# Image disk format (string value)
920#img_disk_format = qcow2
Sean Daguefc691e32014-01-03 08:51:54 -0500921
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300922# Image file name (string value)
923# Deprecated group/name - [DEFAULT]/qcow2_img_file
Jon Grimm270bd7f2014-08-05 18:11:29 +0000924#img_file = cirros-0.3.1-x86_64-disk.img
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300925
Jon Grimm270bd7f2014-08-05 18:11:29 +0000926# specifies how many resources to request at once. Used for large
927# operations testing. (integer value)
928#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500929
930# ssh username for the image file (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000931#ssh_user = cirros
Matthew Treinish3d468112013-10-24 21:49:14 +0000932
933
934[service_available]
935
936#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000937# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000938#
939
Jon Grimm270bd7f2014-08-05 18:11:29 +0000940# Whether or not Ceilometer is expected to be available (boolean
Matthew Treinish3d468112013-10-24 21:49:14 +0000941# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000942#ceilometer = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000943
Jon Grimm270bd7f2014-08-05 18:11:29 +0000944# Whether or not cinder is expected to be available (boolean value)
945#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000946
Jon Grimm270bd7f2014-08-05 18:11:29 +0000947# Whether or not glance is expected to be available (boolean value)
948#glance = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000949
Jon Grimm270bd7f2014-08-05 18:11:29 +0000950# Whether or not Heat is expected to be available (boolean value)
951#heat = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000952
Jon Grimm270bd7f2014-08-05 18:11:29 +0000953# Whether or not Horizon is expected to be available (boolean value)
954#horizon = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000955
Jon Grimm270bd7f2014-08-05 18:11:29 +0000956# Whether or not Ironic is expected to be available (boolean value)
957#ironic = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000958
Jon Grimm270bd7f2014-08-05 18:11:29 +0000959# Whether or not neutron is expected to be available (boolean value)
960#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000961
Jon Grimm270bd7f2014-08-05 18:11:29 +0000962# Whether or not nova is expected to be available (boolean value)
963#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000964
Jon Grimm270bd7f2014-08-05 18:11:29 +0000965# Whether or not Sahara is expected to be available (boolean value)
966#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000967
Jon Grimm270bd7f2014-08-05 18:11:29 +0000968# Whether or not swift is expected to be available (boolean value)
969#swift = true
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300970
Jon Grimm270bd7f2014-08-05 18:11:29 +0000971# Whether or not Trove is expected to be available (boolean value)
972#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800973
Jon Grimm270bd7f2014-08-05 18:11:29 +0000974# Whether or not Zaqar is expected to be available (boolean value)
975#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -0500976
Matthew Treinish3d468112013-10-24 21:49:14 +0000977
Sean Daguefc691e32014-01-03 08:51:54 -0500978[stress]
979
980#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000981# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500982#
983
Jon Grimm270bd7f2014-08-05 18:11:29 +0000984# Controller host. (string value)
985#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500986
Jon Grimm270bd7f2014-08-05 18:11:29 +0000987# The number of threads created while stress test. (integer value)
988#default_thread_number_per_action = 4
989
990# Allows a full cleaning process after a stress test. Caution : this
991# cleanup will remove every objects of every tenant. (boolean value)
992#full_clean_stack = false
993
994# Prevent the cleaning (tearDownClass()) between each stress test run
995# if an exception occurs during this run. (boolean value)
996#leave_dirty_stack = false
997
998# time (in seconds) between log file error checks. (integer value)
999#log_check_interval = 60
1000
1001# Maximum number of instances to create during test. (integer value)
1002#max_instances = 16
1003
1004# Directory containing log files on the compute nodes (string value)
1005#nova_logdir = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001006
1007# Controller host. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001008#target_controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001009
1010# regexp for list of log files. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001011#target_logfiles = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001012
Jon Grimm270bd7f2014-08-05 18:11:29 +00001013# Path to private key. (string value)
1014#target_private_key_path = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001015
Jon Grimm270bd7f2014-08-05 18:11:29 +00001016# ssh user. (string value)
1017#target_ssh_user = <None>
Julien Leloupa5ee5422014-02-13 14:29:02 +01001018
Sean Daguefc691e32014-01-03 08:51:54 -05001019
1020[telemetry]
1021
1022#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001023# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001024#
1025
1026# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001027#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001028
Jon Grimm270bd7f2014-08-05 18:11:29 +00001029# The endpoint type to use for the telemetry service. (string value)
1030#endpoint_type = publicURL
1031
1032# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001033# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001034#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001035
Sean Daguefc691e32014-01-03 08:51:54 -05001036
1037[volume]
1038
1039#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001040# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001041#
1042
Jon Grimm270bd7f2014-08-05 18:11:29 +00001043# Name of the backend1 (must be declared in cinder.conf) (string
Sean Daguefc691e32014-01-03 08:51:54 -05001044# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001045#backend1_name = BACKEND_1
1046
1047# Name of the backend2 (must be declared in cinder.conf) (string
1048# value)
1049#backend2_name = BACKEND_2
1050
1051# Time in seconds between volume availability checks. (integer value)
1052#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001053
Eric Harney9b1f89c2014-10-14 14:40:19 -04001054# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001055# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001056#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001057
1058# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001059#catalog_type = volume
1060
1061# Disk format to use when copying a volume to image (string value)
1062#disk_format = raw
1063
1064# The endpoint type to use for the volume service. (string value)
1065#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -05001066
1067# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001068# identity.region is used instead. If no such region is found in the
1069# service catalog, the first found one is used. (string value)
1070#region =
1071
1072# Backend protocol to target when creating volume types (string value)
1073#storage_protocol = iSCSI
1074
1075# Backend vendor to target when creating volume types (string value)
1076#vendor_name = Open Source
1077
1078# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001079# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001080#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001081
Sean Daguefc691e32014-01-03 08:51:54 -05001082
1083[volume-feature-enabled]
1084
1085#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001086# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001087#
1088
Jon Grimm270bd7f2014-08-05 18:11:29 +00001089# A list of enabled volume extensions with a special entry all which
1090# indicates every extension is enabled. Empty list indicates all
1091# extensions are disabled (list value)
1092#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001093
Sean Daguefc691e32014-01-03 08:51:54 -05001094# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001095#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001096
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001097# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001098#api_v2 = true
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001099
Jon Grimm270bd7f2014-08-05 18:11:29 +00001100# Runs Cinder volumes backup test (boolean value)
1101#backup = true
Sean Daguefc691e32014-01-03 08:51:54 -05001102
Jon Grimm270bd7f2014-08-05 18:11:29 +00001103# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1104#multi_backend = false
1105
1106# Runs Cinder volume snapshot test (boolean value)
1107#snapshot = true