blob: f306d8e9954d6ac71abc74381544964bb0efb178 [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
551# Set to True if the Container Quota middleware is enabled
552# (boolean value)
553#container_quotas=true
554
555# Set to True if the Account Quota middleware is enabled
556# (boolean value)
557#accounts_quotas=true
558
559# Set to True if the Crossdomain middleware is enabled
560# (boolean value)
561#crossdomain=true
562
563# Set to True if the TempURL middleware is enabled (boolean
564# value)
565#tempurl=true
566
567
Matthew Treinish3d468112013-10-24 21:49:14 +0000568[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900569
Matthew Treinish3d468112013-10-24 21:49:14 +0000570#
571# Options defined in tempest.config
572#
Attila Fazekas86950732013-06-08 09:33:08 +0200573
Matthew Treinish3d468112013-10-24 21:49:14 +0000574# Catalog type of the Orchestration service. (string value)
575#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000576
Matthew Treinish3d468112013-10-24 21:49:14 +0000577# The orchestration region name to use. If empty, the value of
578# identity.region is used instead. If no such region is found
579# in the service catalog, the first found one is used. (string
580# value)
581#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400582
Matthew Treinish3d468112013-10-24 21:49:14 +0000583# Time in seconds between build status checks. (integer value)
584#build_interval=1
585
586# Timeout in seconds to wait for a stack to build. (integer
587# value)
588#build_timeout=300
589
590# Instance type for tests. Needs to be big enough for a full
591# OS plus the test workload (string value)
592#instance_type=m1.micro
593
594# Name of heat-cfntools enabled image to use when launching
595# test instances. (string value)
596#image_ref=<None>
597
598# Name of existing keypair to launch servers with. (string
599# value)
600#keypair_name=<None>
601
602# Value must match heat configuration of the same name.
603# (integer value)
604#max_template_size=524288
605
606
Sean Daguefc691e32014-01-03 08:51:54 -0500607[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000608
609#
610# Options defined in tempest.config
611#
612
Sean Daguefc691e32014-01-03 08:51:54 -0500613# Directory containing image files (string value)
614#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
615
616# AMI image file name (string value)
617#ami_img_file=cirros-0.3.1-x86_64-blank.img
618
619# ARI image file name (string value)
620#ari_img_file=cirros-0.3.1-x86_64-initrd
621
622# AKI image file name (string value)
623#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
624
625# ssh username for the image file (string value)
626#ssh_user=cirros
627
628# specifies how many resources to request at once. Used for
629# large operations testing. (integer value)
630#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000631
632
633[service_available]
634
635#
636# Options defined in tempest.config
637#
638
639# Whether or not cinder is expected to be available (boolean
640# value)
641#cinder=true
642
643# Whether or not neutron is expected to be available (boolean
644# value)
645#neutron=false
646
647# Whether or not glance is expected to be available (boolean
648# value)
649#glance=true
650
651# Whether or not swift is expected to be available (boolean
652# value)
653#swift=true
654
655# Whether or not nova is expected to be available (boolean
656# value)
657#nova=true
658
659# Whether or not Heat is expected to be available (boolean
660# value)
661#heat=false
662
663# Whether or not Ceilometer is expected to be available
664# (boolean value)
665#ceilometer=true
666
667# Whether or not Horizon is expected to be available (boolean
668# value)
669#horizon=true
670
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400671# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100672# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400673#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000674
Matthew Treinish3d468112013-10-24 21:49:14 +0000675
Sean Daguefc691e32014-01-03 08:51:54 -0500676[stress]
677
678#
679# Options defined in tempest.config
680#
681
682# Directory containing log files on the compute nodes (string
683# value)
684#nova_logdir=<None>
685
686# Maximum number of instances to create during test. (integer
687# value)
688#max_instances=16
689
690# Controller host. (string value)
691#controller=<None>
692
693# Controller host. (string value)
694#target_controller=<None>
695
696# ssh user. (string value)
697#target_ssh_user=<None>
698
699# Path to private key. (string value)
700#target_private_key_path=<None>
701
702# regexp for list of log files. (string value)
703#target_logfiles=<None>
704
705# time (in seconds) between log file error checks. (integer
706# value)
707#log_check_interval=60
708
709# The number of threads created while stress test. (integer
710# value)
711#default_thread_number_per_action=4
712
713
714[telemetry]
715
716#
717# Options defined in tempest.config
718#
719
720# Catalog type of the Telemetry service. (string value)
721#catalog_type=metering
722
723
724[volume]
725
726#
727# Options defined in tempest.config
728#
729
730# Time in seconds between volume availability checks. (integer
731# value)
732#build_interval=10
733
734# Timeout in seconds to wait for a volume to becomeavailable.
735# (integer value)
736#build_timeout=300
737
738# Catalog type of the Volume Service (string value)
739#catalog_type=volume
740
741# The volume region name to use. If empty, the value of
742# identity.region is used instead. If no such region is found
743# in the service catalog, the first found one is used. (string
744# value)
745#region=
746
747# Name of the backend1 (must be declared in cinder.conf)
748# (string value)
749#backend1_name=BACKEND_1
750
751# Name of the backend2 (must be declared in cinder.conf)
752# (string value)
753#backend2_name=BACKEND_2
754
755# Backend protocol to target when creating volume types
756# (string value)
757#storage_protocol=iSCSI
758
759# Backend vendor to target when creating volume types (string
760# value)
761#vendor_name=Open Source
762
763# Disk format to use when copying a volume to image (string
764# value)
765#disk_format=raw
766
767
768[volume-feature-enabled]
769
770#
771# Options defined in tempest.config
772#
773
774# Runs Cinder multi-backend test (requires 2 backends)
775# (boolean value)
776#multi_backend=false
777
778# Is the v1 volume API enabled (boolean value)
779#api_v1=true
780
781