blob: 2173eb6576b0bca2c7af093f6ba71acd1cc7a71f [file] [log] [blame]
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -04001[DEFAULT]
Attila Fazekasbfd96e12013-07-31 17:19:10 +02002
Matthew Treinish3d468112013-10-24 21:49:14 +00003#
4# Options defined in tempest.openstack.common.lockutils
5#
Attila Fazekasbfd96e12013-07-31 17:19:10 +02006
Matthew Treinish3d468112013-10-24 21:49:14 +00007# Whether to disable inter-process locks (boolean value)
8#disable_process_locking=false
Attila Fazekasbfd96e12013-07-31 17:19:10 +02009
Matthew Treinish3d468112013-10-24 21:49:14 +000010# Directory to use for lock files. (string value)
11#lock_path=<None>
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -040012
Matthew Treinish3d468112013-10-24 21:49:14 +000013
14#
15# Options defined in tempest.openstack.common.log
16#
17
18# Print debugging output (set logging level to DEBUG instead
19# of default WARNING level). (boolean value)
20#debug=false
21
22# Print more verbose output (set logging level to INFO instead
23# of default WARNING level). (boolean value)
24#verbose=false
25
26# Log output to standard error (boolean value)
27#use_stderr=true
28
29# format string to use for log messages with context (string
30# value)
Sean Daguefc691e32014-01-03 08:51:54 -050031#logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
Matthew Treinish3d468112013-10-24 21:49:14 +000032
33# format string to use for log messages without context
34# (string value)
35#logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
36
37# data to append to log format when level is DEBUG (string
38# value)
39#logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
40
41# prefix each line of exception output with this format
42# (string value)
43#logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
44
45# list of logger=LEVEL pairs (list value)
Sean Daguefc691e32014-01-03 08:51:54 -050046#default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN
Matthew Treinish3d468112013-10-24 21:49:14 +000047
48# publish error events (boolean value)
49#publish_errors=false
50
51# make deprecations fatal (boolean value)
52#fatal_deprecations=false
53
54# If an instance is passed with the log message, format it
55# like this (string value)
56#instance_format="[instance: %(uuid)s] "
57
58# If an instance UUID is passed with the log message, format
59# it like this (string value)
60#instance_uuid_format="[instance: %(uuid)s] "
61
Sean Daguefc691e32014-01-03 08:51:54 -050062# The name of logging configuration file. It does not disable
63# existing loggers, but just appends specified logging
64# configuration to any other existing logging options. Please
65# see the Python logging module documentation for details on
66# logging configuration files. (string value)
67# Deprecated group/name - [DEFAULT]/log_config
68#log_config_append=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +000069
70# DEPRECATED. A logging.Formatter log message format string
71# which may use any of the available logging.LogRecord
72# attributes. This option is deprecated. Please use
73# logging_context_format_string and
74# logging_default_format_string instead. (string value)
75#log_format=<None>
76
77# Format string for %%(asctime)s in log records. Default:
78# %(default)s (string value)
79#log_date_format=%Y-%m-%d %H:%M:%S
80
81# (Optional) Name of log file to output to. If no default is
82# set, logging will go to stdout. (string value)
83# Deprecated group/name - [DEFAULT]/logfile
84#log_file=<None>
85
86# (Optional) The base directory used for relative --log-file
87# paths (string value)
88# Deprecated group/name - [DEFAULT]/logdir
89#log_dir=<None>
90
91# Use syslog for logging. (boolean value)
92#use_syslog=false
93
94# syslog facility to receive log lines (string value)
95#syslog_log_facility=LOG_USER
96
Marc Kodererb714de52013-08-08 09:21:46 +020097
Sean Daguefc691e32014-01-03 08:51:54 -050098[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +040099
100#
101# Options defined in tempest.config
102#
103
Sean Daguefc691e32014-01-03 08:51:54 -0500104# EC2 URL (string value)
105#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400106
Sean Daguefc691e32014-01-03 08:51:54 -0500107# S3 URL (string value)
108#s3_url=http://localhost:8080
109
110# AWS Secret Key (string value)
111#aws_secret=<None>
112
113# AWS Access Key (string value)
114#aws_access=<None>
115
116# S3 Materials Path (string value)
117#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
118
119# ARI Ramdisk Image manifest (string value)
120#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
121
122# AMI Machine Image manifest (string value)
123#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
124
125# AKI Kernel Image manifest (string value)
126#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
127
128# Instance type (string value)
129#instance_type=m1.tiny
130
131# boto Http socket timeout (integer value)
132#http_socket_timeout=3
133
134# boto num_retries on error (integer value)
135#num_retries=1
136
137# Status Change Timeout (integer value)
138#build_timeout=60
139
140# Status Change Test Interval (integer value)
141#build_interval=1
142
143
144[cli]
145
146#
147# Options defined in tempest.cli
148#
149
150# enable cli tests (boolean value)
151#enabled=true
152
153# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400154# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500155#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400156
Sean Daguefc691e32014-01-03 08:51:54 -0500157# Number of seconds to wait on a CLI timeout (integer value)
158#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900159
Sean Dague83401992013-05-06 17:46:36 -0400160
Matthew Treinish3d468112013-10-24 21:49:14 +0000161[compute]
162
163#
164# Options defined in tempest.config
165#
166
167# Allows test cases to create/destroy tenants and users. This
168# option enables isolated test cases and better parallel
169# execution, but also requires that OpenStack Identity API
170# admin credentials are known. (boolean value)
171#allow_tenant_isolation=false
172
Matthew Treinish3d468112013-10-24 21:49:14 +0000173# Valid secondary image reference to be used in tests. (string
174# value)
175#image_ref={$IMAGE_ID}
176
177# Valid secondary image reference to be used in tests. (string
178# value)
179#image_ref_alt={$IMAGE_ID_ALT}
180
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900181# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000182#flavor_ref=1
183
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900184# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000185#flavor_ref_alt=2
186
187# User name used to authenticate to an instance. (string
188# value)
189#image_ssh_user=root
190
191# Password used to authenticate to an instance. (string value)
192#image_ssh_password=password
193
194# User name used to authenticate to an instance using the
195# alternate image. (string value)
196#image_alt_ssh_user=root
197
198# Password used to authenticate to an instance using the
199# alternate image. (string value)
200#image_alt_ssh_password=password
201
202# Time in seconds between build status checks. (integer value)
203#build_interval=10
204
205# Timeout in seconds to wait for an instance to build.
206# (integer value)
207#build_timeout=300
208
Derek Higgins85cd5142013-12-17 17:10:11 +0000209# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000210#run_ssh=false
211
212# User name used to authenticate to an instance. (string
213# value)
214#ssh_user=root
215
216# Timeout in seconds to wait for ping to succeed. (integer
217# value)
218#ping_timeout=60
219
220# Timeout in seconds to wait for authentication to succeed.
221# (integer value)
222#ssh_timeout=300
223
224# Additional wait time for clean state, when there is no OS-
225# EXT-STS extension available (integer value)
226#ready_wait=0
227
228# Timeout in seconds to wait for output from ssh channel.
229# (integer value)
230#ssh_channel_timeout=60
231
232# Visible fixed network name (string value)
233#fixed_network_name=private
234
235# Network used for SSH connections. (string value)
236#network_for_ssh=public
237
238# IP version used for SSH connections. (integer value)
239#ip_version_for_ssh=4
240
241# Dose the SSH uses Floating IP? (boolean value)
242#use_floatingip_for_ssh=true
243
244# Catalog type of the Compute service. (string value)
245#catalog_type=compute
246
247# The compute region name to use. If empty, the value of
248# identity.region is used instead. If no such region is found
249# in the service catalog, the first found one is used. (string
250# value)
251#region=
252
253# Catalog type of the Compute v3 service. (string value)
254#catalog_v3_type=computev3
255
256# Path to a private key file for SSH access to remote hosts
257# (string value)
258#path_to_private_key=<None>
259
260# Expected device name when a volume is attached to an
261# instance (string value)
262#volume_device_name=vdb
263
264# Time in seconds before a shelved instance is eligible for
265# removing from a host. -1 never offload, 0 offload when
266# shelved. This time should be the same as the time of
267# nova.conf, and some tests will run for as long as the time.
268# (integer value)
269#shelved_offload_time=0
270
Sean Daguefc691e32014-01-03 08:51:54 -0500271# Allows test cases to create/destroy tenants and users. This
272# option enables isolated test cases and better parallel
273# execution, but also requires that OpenStack Identity API
274# admin credentials are known. (boolean value)
275#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000276
Sean Daguefc691e32014-01-03 08:51:54 -0500277
278[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700279
Matthew Treinish3d468112013-10-24 21:49:14 +0000280#
281# Options defined in tempest.config
282#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400283
Sean Daguefc691e32014-01-03 08:51:54 -0500284# Administrative Username to use for Nova API requests.
285# (string value)
286#username=admin
Arata Notsu8f440392013-09-13 16:14:20 +0900287
Sean Daguefc691e32014-01-03 08:51:54 -0500288# Administrative Tenant name to use for Nova API requests.
289# (string value)
290#tenant_name=admin
Maru Newby81f07a02012-09-05 20:21:19 -0700291
Sean Daguefc691e32014-01-03 08:51:54 -0500292# API key to use when authenticating as admin. (string value)
293#password=pass
Matthew Treinish3d468112013-10-24 21:49:14 +0000294
295
Sean Daguefc691e32014-01-03 08:51:54 -0500296[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000297
298#
299# Options defined in tempest.config
300#
301
Sean Daguefc691e32014-01-03 08:51:54 -0500302# If false, skip all nova v3 tests. (boolean value)
303#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000304
Sean Daguefc691e32014-01-03 08:51:54 -0500305# If false, skip disk config tests (boolean value)
306#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000307
Sean Daguefc691e32014-01-03 08:51:54 -0500308# A list of enabled v3 extensions with a special entry all
309# which indicates every extension is enabled (list value)
310#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000311
Sean Daguefc691e32014-01-03 08:51:54 -0500312# Does the test environment support changing the admin
313# password? (boolean value)
314#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000315
Sean Daguefc691e32014-01-03 08:51:54 -0500316# Does the test environment support snapshots? (boolean value)
317#create_image=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000318
Sean Daguefc691e32014-01-03 08:51:54 -0500319# Does the test environment support resizing? (boolean value)
320#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000321
Sean Daguefc691e32014-01-03 08:51:54 -0500322# Does the test environment support live migration available?
323# (boolean value)
324#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000325
Sean Daguefc691e32014-01-03 08:51:54 -0500326# Does the test environment use block devices for live
327# migration (boolean value)
328#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000329
Sean Daguefc691e32014-01-03 08:51:54 -0500330# Does the test environment block migration support cinder
331# iSCSI volumes (boolean value)
332#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100333
334
Julie Pichond1017642013-07-24 16:37:23 +0100335[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100336
Matthew Treinish3d468112013-10-24 21:49:14 +0000337#
338# Options defined in tempest.config
339#
Julie Pichond1017642013-07-24 16:37:23 +0100340
Matthew Treinish3d468112013-10-24 21:49:14 +0000341# Where the dashboard can be found (string value)
342#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900343
Matthew Treinish3d468112013-10-24 21:49:14 +0000344# Login page for the dashboard (string value)
345#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900346
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900347
Sean Daguefc691e32014-01-03 08:51:54 -0500348[data_processing]
349
350#
351# Options defined in tempest.config
352#
353
354# Catalog type of the data processing service. (string value)
355#catalog_type=data_processing
356
357
358[debug]
359
360#
361# Options defined in tempest.config
362#
363
364# Enable diagnostic commands (boolean value)
365#enable=true
366
367
368[identity]
369
370#
371# Options defined in tempest.config
372#
373
374# Catalog type of the Identity service. (string value)
375#catalog_type=identity
376
377# Set to True if using self-signed SSL certificates. (boolean
378# value)
379#disable_ssl_certificate_validation=false
380
381# Full URI of the OpenStack Identity API (Keystone), v2
382# (string value)
383#uri=<None>
384
385# Full URI of the OpenStack Identity API (Keystone), v3
386# (string value)
387#uri_v3=<None>
388
389# The identity region name to use. Also used as the other
390# services' region name unless they are set explicitly. If no
391# such region is found in the service catalog, the first found
392# one is used. (string value)
393#region=RegionOne
394
395# Username to use for Nova API requests. (string value)
396#username=demo
397
398# Tenant name to use for Nova API requests. (string value)
399#tenant_name=demo
400
401# Role required to administrate keystone. (string value)
402#admin_role=admin
403
404# API key to use when authenticating. (string value)
405#password=pass
406
407# Username of alternate user to use for Nova API requests.
408# (string value)
409#alt_username=<None>
410
411# Alternate user's Tenant name to use for Nova API requests.
412# (string value)
413#alt_tenant_name=<None>
414
415# API key to use when authenticating as alternate user.
416# (string value)
417#alt_password=<None>
418
419# Administrative Username to use forKeystone API requests.
420# (string value)
421#admin_username=admin
422
423# Administrative Tenant name to use for Keystone API requests.
424# (string value)
425#admin_tenant_name=admin
426
427# API key to use when authenticating as admin. (string value)
428#admin_password=pass
429
430
431[image]
432
433#
434# Options defined in tempest.config
435#
436
437# Catalog type of the Image service. (string value)
438#catalog_type=image
439
440# The image region name to use. If empty, the value of
441# identity.region is used instead. If no such region is found
442# in the service catalog, the first found one is used. (string
443# value)
444#region=
445
446# http accessible image (string value)
447#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
448
449
450[image-feature-enabled]
451
452#
453# Options defined in tempest.config
454#
455
456# Is the v2 image API enabled (boolean value)
457#api_v2=true
458
459# Is the v1 image API enabled (boolean value)
460#api_v1=true
461
462
463[network]
464
465#
466# Options defined in tempest.config
467#
468
469# Catalog type of the Neutron service. (string value)
470#catalog_type=network
471
472# The network region name to use. If empty, the value of
473# identity.region is used instead. If no such region is found
474# in the service catalog, the first found one is used. (string
475# value)
476#region=
477
478# The cidr block to allocate tenant networks from (string
479# value)
480#tenant_network_cidr=10.100.0.0/16
481
482# The mask bits for tenant networks (integer value)
483#tenant_network_mask_bits=28
484
485# Whether tenant network connectivity should be evaluated
486# directly (boolean value)
487#tenant_networks_reachable=false
488
489# Id of the public network that provides external connectivity
490# (string value)
491#public_network_id=
492
493# Id of the public router that provides external connectivity
494# (string value)
495#public_router_id=
496
497
498[network-feature-enabled]
499
500#
501# Options defined in tempest.config
502#
503
504# A list of enabled extensions with a special entry all which
505# indicates every extension is enabled (list value)
506#api_extensions=all
507
508# A list of enabled extensions with a special entry all which
509# indicates every extension is enabled (list value)
510#api_extensions=all
511
512# A list of enabled extensions with a special entry all which
513# indicates every extension is enabled (list value)
514#api_extensions=all
515
516
517[object-storage]
518
519#
520# Options defined in tempest.config
521#
522
523# Catalog type of the Object-Storage service. (string value)
524#catalog_type=object-store
525
526# The object-storage region name to use. If empty, the value
527# of identity.region is used instead. If no such region is
528# found in the service catalog, the first found one is used.
529# (string value)
530#region=
531
532# Number of seconds to time on waiting for a containerto
533# container synchronization complete. (integer value)
534#container_sync_timeout=120
535
536# Number of seconds to wait while looping to check thestatus
537# of a container to container synchronization (integer value)
538#container_sync_interval=5
539
540# Role to add to users created for swift tests to enable
541# creating containers (string value)
542#operator_role=Member
543
544
545[object-storage-feature-enabled]
546
547#
548# Options defined in tempest.config
549#
550
Matthew Treinish20345382013-12-13 17:04:23 +0000551# A list of the enabled optional discoverable apis. A single
552# entry, all, indicates that all of these features are
553# expected to be enabled (list value)
554#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500555
556
Matthew Treinish3d468112013-10-24 21:49:14 +0000557[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900558
Matthew Treinish3d468112013-10-24 21:49:14 +0000559#
560# Options defined in tempest.config
561#
Attila Fazekas86950732013-06-08 09:33:08 +0200562
Matthew Treinish3d468112013-10-24 21:49:14 +0000563# Catalog type of the Orchestration service. (string value)
564#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000565
Matthew Treinish3d468112013-10-24 21:49:14 +0000566# The orchestration region name to use. If empty, the value of
567# identity.region is used instead. If no such region is found
568# in the service catalog, the first found one is used. (string
569# value)
570#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400571
Matthew Treinish3d468112013-10-24 21:49:14 +0000572# Time in seconds between build status checks. (integer value)
573#build_interval=1
574
575# Timeout in seconds to wait for a stack to build. (integer
576# value)
577#build_timeout=300
578
579# Instance type for tests. Needs to be big enough for a full
580# OS plus the test workload (string value)
581#instance_type=m1.micro
582
583# Name of heat-cfntools enabled image to use when launching
584# test instances. (string value)
585#image_ref=<None>
586
587# Name of existing keypair to launch servers with. (string
588# value)
589#keypair_name=<None>
590
591# Value must match heat configuration of the same name.
592# (integer value)
593#max_template_size=524288
594
595
Sean Daguefc691e32014-01-03 08:51:54 -0500596[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000597
598#
599# Options defined in tempest.config
600#
601
Sean Daguefc691e32014-01-03 08:51:54 -0500602# Directory containing image files (string value)
603#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
604
605# AMI image file name (string value)
606#ami_img_file=cirros-0.3.1-x86_64-blank.img
607
608# ARI image file name (string value)
609#ari_img_file=cirros-0.3.1-x86_64-initrd
610
611# AKI image file name (string value)
612#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
613
614# ssh username for the image file (string value)
615#ssh_user=cirros
616
617# specifies how many resources to request at once. Used for
618# large operations testing. (integer value)
619#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000620
621
622[service_available]
623
624#
625# Options defined in tempest.config
626#
627
628# Whether or not cinder is expected to be available (boolean
629# value)
630#cinder=true
631
632# Whether or not neutron is expected to be available (boolean
633# value)
634#neutron=false
635
636# Whether or not glance is expected to be available (boolean
637# value)
638#glance=true
639
640# Whether or not swift is expected to be available (boolean
641# value)
642#swift=true
643
644# Whether or not nova is expected to be available (boolean
645# value)
646#nova=true
647
648# Whether or not Heat is expected to be available (boolean
649# value)
650#heat=false
651
652# Whether or not Ceilometer is expected to be available
653# (boolean value)
654#ceilometer=true
655
656# Whether or not Horizon is expected to be available (boolean
657# value)
658#horizon=true
659
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400660# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100661# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400662#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000663
Matthew Treinish3d468112013-10-24 21:49:14 +0000664
Sean Daguefc691e32014-01-03 08:51:54 -0500665[stress]
666
667#
668# Options defined in tempest.config
669#
670
671# Directory containing log files on the compute nodes (string
672# value)
673#nova_logdir=<None>
674
675# Maximum number of instances to create during test. (integer
676# value)
677#max_instances=16
678
679# Controller host. (string value)
680#controller=<None>
681
682# Controller host. (string value)
683#target_controller=<None>
684
685# ssh user. (string value)
686#target_ssh_user=<None>
687
688# Path to private key. (string value)
689#target_private_key_path=<None>
690
691# regexp for list of log files. (string value)
692#target_logfiles=<None>
693
694# time (in seconds) between log file error checks. (integer
695# value)
696#log_check_interval=60
697
698# The number of threads created while stress test. (integer
699# value)
700#default_thread_number_per_action=4
701
702
703[telemetry]
704
705#
706# Options defined in tempest.config
707#
708
709# Catalog type of the Telemetry service. (string value)
710#catalog_type=metering
711
712
713[volume]
714
715#
716# Options defined in tempest.config
717#
718
719# Time in seconds between volume availability checks. (integer
720# value)
721#build_interval=10
722
723# Timeout in seconds to wait for a volume to becomeavailable.
724# (integer value)
725#build_timeout=300
726
727# Catalog type of the Volume Service (string value)
728#catalog_type=volume
729
730# The volume region name to use. If empty, the value of
731# identity.region is used instead. If no such region is found
732# in the service catalog, the first found one is used. (string
733# value)
734#region=
735
736# Name of the backend1 (must be declared in cinder.conf)
737# (string value)
738#backend1_name=BACKEND_1
739
740# Name of the backend2 (must be declared in cinder.conf)
741# (string value)
742#backend2_name=BACKEND_2
743
744# Backend protocol to target when creating volume types
745# (string value)
746#storage_protocol=iSCSI
747
748# Backend vendor to target when creating volume types (string
749# value)
750#vendor_name=Open Source
751
752# Disk format to use when copying a volume to image (string
753# value)
754#disk_format=raw
755
756
757[volume-feature-enabled]
758
759#
760# Options defined in tempest.config
761#
762
763# Runs Cinder multi-backend test (requires 2 backends)
764# (boolean value)
765#multi_backend=false
766
767# Is the v1 volume API enabled (boolean value)
768#api_v1=true
769
770