Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / qa_scripts / openstack / files / cinder.template.conf
1 [DEFAULT]
2
3 #
4 # From cinder
5 #
6
7 # Backup metadata version to be used when backing up volume metadata. If this
8 # number is bumped, make sure the service doing the restore supports the new
9 # version. (integer value)
10 #backup_metadata_version = 2
11
12 # The number of chunks or objects, for which one Ceilometer notification will
13 # be sent (integer value)
14 #backup_object_number_per_notification = 10
15
16 # Interval, in seconds, between two progress notifications reporting the backup
17 # status (integer value)
18 #backup_timer_interval = 120
19
20 # The maximum number of items that a collection resource returns in a single
21 # response (integer value)
22 #osapi_max_limit = 1000
23
24 # Base URL that will be presented to users in links to the OpenStack Volume API
25 # (string value)
26 # Deprecated group/name - [DEFAULT]/osapi_compute_link_prefix
27 #osapi_volume_base_URL = <None>
28
29 # Ceph configuration file to use. (string value)
30 #backup_ceph_conf = /etc/ceph/ceph.conf
31 backup_ceph_conf = /etc/ceph/ceph.conf
32
33 # The Ceph user to connect with. Default here is to use the same user as for
34 # Cinder volumes. If not using cephx this should be set to None. (string value)
35 #backup_ceph_user = cinder
36 backup_ceph_user = cinder-backup
37
38 # The chunk size, in bytes, that a backup is broken into before transfer to the
39 # Ceph object store. (integer value)
40 #backup_ceph_chunk_size = 134217728
41 backup_ceph_chunk_size = 134217728
42
43 # The Ceph pool where volume backups are stored. (string value)
44 #backup_ceph_pool = backups
45 backup_ceph_pool = backups
46
47 # RBD stripe unit to use when creating a backup image. (integer value)
48 #backup_ceph_stripe_unit = 0
49 backup_ceph_stripe_unit = 0
50
51 # RBD stripe count to use when creating a backup image. (integer value)
52 #backup_ceph_stripe_count = 0
53 backup_ceph_stripe_count = 0
54
55 # If True, always discard excess bytes when restoring volumes i.e. pad with
56 # zeroes. (boolean value)
57 #restore_discard_excess_bytes = true
58 restore_discard_excess_bytes = true
59
60 # File with the list of available smbfs shares. (string value)
61 #smbfs_shares_config = /etc/cinder/smbfs_shares
62
63 # Default format that will be used when creating volumes if no volume format is
64 # specified. (string value)
65 # Allowed values: raw, qcow2, vhd, vhdx
66 #smbfs_default_volume_format = qcow2
67
68 # Create volumes as sparsed files which take no space rather than regular files
69 # when using raw format, in which case volume creation takes lot of time.
70 # (boolean value)
71 #smbfs_sparsed_volumes = true
72
73 # Percent of ACTUAL usage of the underlying volume before no new volumes can be
74 # allocated to the volume destination. (floating point value)
75 #smbfs_used_ratio = 0.95
76
77 # This will compare the allocated to available space on the volume destination.
78 # If the ratio exceeds this number, the destination will no longer be valid.
79 # (floating point value)
80 #smbfs_oversub_ratio = 1.0
81
82 # Base dir containing mount points for smbfs shares. (string value)
83 #smbfs_mount_point_base = $state_path/mnt
84
85 # Mount options passed to the smbfs client. See mount.cifs man page for
86 # details. (string value)
87 #smbfs_mount_options = noperm,file_mode=0775,dir_mode=0775
88
89 # Compression algorithm (None to disable) (string value)
90 #backup_compression_algorithm = zlib
91
92 # Use thin provisioning for SAN volumes? (boolean value)
93 #san_thin_provision = true
94
95 # IP address of SAN controller (string value)
96 #san_ip =
97
98 # Username for SAN controller (string value)
99 #san_login = admin
100
101 # Password for SAN controller (string value)
102 #san_password =
103
104 # Filename of private key to use for SSH authentication (string value)
105 #san_private_key =
106
107 # Cluster name to use for creating volumes (string value)
108 #san_clustername =
109
110 # SSH port to use with SAN (integer value)
111 # Minimum value: 1
112 # Maximum value: 65535
113 #san_ssh_port = 22
114
115 # Execute commands locally instead of over SSH; use if the volume service is
116 # running on the SAN device (boolean value)
117 #san_is_local = false
118
119 # SSH connection timeout in seconds (integer value)
120 #ssh_conn_timeout = 30
121
122 # Minimum ssh connections in the pool (integer value)
123 #ssh_min_pool_conn = 1
124
125 # Maximum ssh connections in the pool (integer value)
126 #ssh_max_pool_conn = 5
127
128 # Configuration file for HDS NFS cinder plugin (string value)
129 #hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml
130
131 # Global backend request timeout, in seconds. (integer value)
132 #violin_request_timeout = 300
133
134 # Option to enable strict host key checking.  When set to "True" Cinder will
135 # only connect to systems with a host key present in the configured
136 # "ssh_hosts_key_file".  When set to "False" the host key will be saved upon
137 # first connection and used for subsequent connections.  Default=False (boolean
138 # value)
139 #strict_ssh_host_key_policy = false
140
141 # File containing SSH host keys for the systems with which Cinder needs to
142 # communicate.  OPTIONAL: Default=$state_path/ssh_known_hosts (string value)
143 #ssh_hosts_key_file = $state_path/ssh_known_hosts
144
145 # The storage family type used on the storage system; valid values are
146 # ontap_7mode for using Data ONTAP operating in 7-Mode, ontap_cluster for using
147 # clustered Data ONTAP, or eseries for using E-Series. (string value)
148 # Allowed values: ontap_7mode, ontap_cluster, eseries
149 #netapp_storage_family = ontap_cluster
150
151 # The storage protocol to be used on the data path with the storage system.
152 # (string value)
153 # Allowed values: iscsi, fc, nfs
154 #netapp_storage_protocol = <None>
155
156 # The hostname (or IP address) for the storage system or proxy server. (string
157 # value)
158 #netapp_server_hostname = <None>
159
160 # The TCP port to use for communication with the storage system or proxy
161 # server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for
162 # HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS. (integer value)
163 #netapp_server_port = <None>
164
165 # The transport protocol used when communicating with the storage system or
166 # proxy server. (string value)
167 # Allowed values: http, https
168 #netapp_transport_type = http
169
170 # Administrative user account name used to access the storage system or proxy
171 # server. (string value)
172 #netapp_login = <None>
173
174 # Password for the administrative user account specified in the netapp_login
175 # option. (string value)
176 #netapp_password = <None>
177
178 # This option specifies the virtual storage server (Vserver) name on the
179 # storage cluster on which provisioning of block storage volumes should occur.
180 # (string value)
181 #netapp_vserver = <None>
182
183 # The vFiler unit on which provisioning of block storage volumes will be done.
184 # This option is only used by the driver when connecting to an instance with a
185 # storage family of Data ONTAP operating in 7-Mode. Only use this option when
186 # utilizing the MultiStore feature on the NetApp storage system. (string value)
187 #netapp_vfiler = <None>
188
189 # The name of the config.conf stanza for a Data ONTAP (7-mode) HA partner.
190 # This option is only used by the driver when connecting to an instance with a
191 # storage family of Data ONTAP operating in 7-Mode, and it is required if the
192 # storage protocol selected is FC. (string value)
193 #netapp_partner_backend_name = <None>
194
195 # The quantity to be multiplied by the requested volume size to ensure enough
196 # space is available on the virtual storage server (Vserver) to fulfill the
197 # volume creation request.  Note: this option is deprecated and will be removed
198 # in favor of "reserved_percentage" in the Mitaka release. (floating point
199 # value)
200 #netapp_size_multiplier = 1.2
201
202 # This option determines if storage space is reserved for LUN allocation. If
203 # enabled, LUNs are thick provisioned. If space reservation is disabled,
204 # storage space is allocated on demand. (string value)
205 # Allowed values: enabled, disabled
206 #netapp_lun_space_reservation = enabled
207
208 # If the percentage of available space for an NFS share has dropped below the
209 # value specified by this option, the NFS image cache will be cleaned. (integer
210 # value)
211 #thres_avl_size_perc_start = 20
212
213 # When the percentage of available space on an NFS share has reached the
214 # percentage specified by this option, the driver will stop clearing files from
215 # the NFS image cache that have not been accessed in the last M minutes, where
216 # M is the value of the expiry_thres_minutes configuration option. (integer
217 # value)
218 #thres_avl_size_perc_stop = 60
219
220 # This option specifies the threshold for last access time for images in the
221 # NFS image cache. When a cache cleaning cycle begins, images in the cache that
222 # have not been accessed in the last M minutes, where M is the value of this
223 # parameter, will be deleted from the cache to create free space on the NFS
224 # share. (integer value)
225 #expiry_thres_minutes = 720
226
227 # This option is used to specify the path to the E-Series proxy application on
228 # a proxy server. The value is combined with the value of the
229 # netapp_transport_type, netapp_server_hostname, and netapp_server_port options
230 # to create the URL used by the driver to connect to the proxy application.
231 # (string value)
232 #netapp_webservice_path = /devmgr/v2
233
234 # This option is only utilized when the storage family is configured to
235 # eseries. This option is used to restrict provisioning to the specified
236 # controllers. Specify the value of this option to be a comma separated list of
237 # controller hostnames or IP addresses to be used for provisioning. (string
238 # value)
239 #netapp_controller_ips = <None>
240
241 # Password for the NetApp E-Series storage array. (string value)
242 #netapp_sa_password = <None>
243
244 # This option specifies whether the driver should allow operations that require
245 # multiple attachments to a volume. An example would be live migration of
246 # servers that have volumes attached. When enabled, this backend is limited to
247 # 256 total volumes in order to guarantee volumes can be accessed by more than
248 # one host. (boolean value)
249 #netapp_enable_multiattach = false
250
251 # This option specifies the path of the NetApp copy offload tool binary. Ensure
252 # that the binary has execute permissions set which allow the effective user of
253 # the cinder-volume process to execute the file. (string value)
254 #netapp_copyoffload_tool_path = <None>
255
256 # This option defines the type of operating system that will access a LUN
257 # exported from Data ONTAP; it is assigned to the LUN at the time it is
258 # created. (string value)
259 #netapp_lun_ostype = <None>
260
261 # This option defines the type of operating system for all initiators that can
262 # access a LUN. This information is used when mapping LUNs to individual hosts
263 # or groups of hosts. (string value)
264 # Deprecated group/name - [DEFAULT]/netapp_eseries_host_type
265 #netapp_host_type = <None>
266
267 # This option is used to restrict provisioning to the specified pools. Specify
268 # the value of this option to be a regular expression which will be applied to
269 # the names of objects from the storage backend which represent pools in
270 # Cinder. This option is only utilized when the storage protocol is configured
271 # to use iSCSI or FC. (string value)
272 # Deprecated group/name - [DEFAULT]/netapp_volume_list
273 # Deprecated group/name - [DEFAULT]/netapp_storage_pools
274 #netapp_pool_name_search_pattern = (.+)
275
276 # Base dir containing mount point for gluster share. (string value)
277 #glusterfs_backup_mount_point = $state_path/backup_mount
278
279 # GlusterFS share in <hostname|ipv4addr|ipv6addr>:<gluster_vol_name> format.
280 # Eg: 1.2.3.4:backup_vol (string value)
281 #glusterfs_backup_share = <None>
282
283 # Volume prefix for the backup id when backing up to TSM (string value)
284 #backup_tsm_volume_prefix = backup
285
286 # TSM password for the running username (string value)
287 #backup_tsm_password = password
288
289 # Enable or Disable compression for backups (boolean value)
290 #backup_tsm_compression = true
291
292 # Request for FC Zone creating host group (boolean value)
293 #hpxp_zoning_request = false
294
295 # Type of storage command line interface (string value)
296 #hpxp_storage_cli = <None>
297
298 # ID of storage system (string value)
299 #hpxp_storage_id = <None>
300
301 # Pool of storage system (string value)
302 #hpxp_pool = <None>
303
304 # Thin pool of storage system (string value)
305 #hpxp_thin_pool = <None>
306
307 # Logical device range of storage system (string value)
308 #hpxp_ldev_range = <None>
309
310 # Default copy method of storage system. There are two valid values: "FULL"
311 # specifies that a full copy; "THIN" specifies that a thin copy. Default value
312 # is "FULL" (string value)
313 #hpxp_default_copy_method = FULL
314
315 # Copy speed of storage system (integer value)
316 #hpxp_copy_speed = 3
317
318 # Interval to check copy (integer value)
319 #hpxp_copy_check_interval = 3
320
321 # Interval to check copy asynchronously (integer value)
322 #hpxp_async_copy_check_interval = 10
323
324 # Target port names for host group or iSCSI target (list value)
325 #hpxp_target_ports = <None>
326
327 # Target port names of compute node for host group or iSCSI target (list value)
328 #hpxp_compute_target_ports = <None>
329
330 # Request for creating host group or iSCSI target (boolean value)
331 #hpxp_group_request = false
332
333 # Instance numbers for HORCM (list value)
334 #hpxp_horcm_numbers = 200,201
335
336 # Username of storage system for HORCM (string value)
337 #hpxp_horcm_user = <None>
338
339 # Add to HORCM configuration (boolean value)
340 #hpxp_horcm_add_conf = true
341
342 # Resource group name of storage system for HORCM (string value)
343 #hpxp_horcm_resource_name = meta_resource
344
345 # Only discover a specific name of host group or iSCSI target (boolean value)
346 #hpxp_horcm_name_only_discovery = false
347
348 # Storage system storage pool for volumes (string value)
349 #storwize_svc_volpool_name = volpool
350
351 # Storage system space-efficiency parameter for volumes (percentage) (integer
352 # value)
353 # Minimum value: -1
354 # Maximum value: 100
355 #storwize_svc_vol_rsize = 2
356
357 # Storage system threshold for volume capacity warnings (percentage) (integer
358 # value)
359 # Minimum value: -1
360 # Maximum value: 100
361 #storwize_svc_vol_warning = 0
362
363 # Storage system autoexpand parameter for volumes (True/False) (boolean value)
364 #storwize_svc_vol_autoexpand = true
365
366 # Storage system grain size parameter for volumes (32/64/128/256) (integer
367 # value)
368 #storwize_svc_vol_grainsize = 256
369
370 # Storage system compression option for volumes (boolean value)
371 #storwize_svc_vol_compression = false
372
373 # Enable Easy Tier for volumes (boolean value)
374 #storwize_svc_vol_easytier = true
375
376 # The I/O group in which to allocate volumes (integer value)
377 #storwize_svc_vol_iogrp = 0
378
379 # Maximum number of seconds to wait for FlashCopy to be prepared. (integer
380 # value)
381 # Minimum value: 1
382 # Maximum value: 600
383 #storwize_svc_flashcopy_timeout = 120
384
385 # Connection protocol (iSCSI/FC) (string value)
386 #storwize_svc_connection_protocol = iSCSI
387
388 # Configure CHAP authentication for iSCSI connections (Default: Enabled)
389 # (boolean value)
390 #storwize_svc_iscsi_chap_enabled = true
391
392 # Connect with multipath (FC only; iSCSI multipath is controlled by Nova)
393 # (boolean value)
394 #storwize_svc_multipath_enabled = false
395
396 # Allows vdisk to multi host mapping (boolean value)
397 #storwize_svc_multihostmap_enabled = true
398
399 # Indicate whether svc driver is compatible for NPIV setup. If it is
400 # compatible, it will allow no wwpns being returned on get_conn_fc_wwpns during
401 # initialize_connection. It should always be set to True. It will be deprecated
402 # and removed in M release. (boolean value)
403 #storwize_svc_npiv_compatibility_mode = true
404
405 # Allow tenants to specify QOS on create (boolean value)
406 #storwize_svc_allow_tenant_qos = false
407
408 # If operating in stretched cluster mode, specify the name of the pool in which
409 # mirrored copies are stored.Example: "pool2" (string value)
410 #storwize_svc_stretched_cluster_partner = <None>
411
412 # Driver to use for backups. (string value)
413 #backup_driver = cinder.backup.drivers.swift
414 backup_driver = cinder.backup.drivers.ceph
415
416 # Offload pending backup delete during backup service startup. (boolean value)
417 #backup_service_inithost_offload = false
418
419 # Make exception message format errors fatal. (boolean value)
420 #fatal_exception_format_errors = false
421
422 # IP address of this host (string value)
423 #my_ip = 10.16.48.99
424
425 # Default glance host name or IP (string value)
426 #glance_host = $my_ip
427 glance_host = VARINET4ADDR
428
429 # Default glance port (integer value)
430 # Minimum value: 1
431 # Maximum value: 65535
432 #glance_port = 9292
433
434 # A list of the glance API servers available to cinder ([hostname|ip]:port)
435 # (list value)
436 #glance_api_servers = $glance_host:$glance_port
437
438 # Version of the glance API to use (integer value)
439 #glance_api_version = 1
440
441 # Number retries when downloading an image from glance (integer value)
442 #glance_num_retries = 0
443
444 # Allow to perform insecure SSL (https) requests to glance (boolean value)
445 #glance_api_insecure = false
446
447 # Enables or disables negotiation of SSL layer compression. In some cases
448 # disabling compression can improve data throughput, such as when high network
449 # bandwidth is available and you use compressed image formats like qcow2.
450 # (boolean value)
451 #glance_api_ssl_compression = false
452
453 # Location of ca certificates file to use for glance client requests. (string
454 # value)
455 #glance_ca_certificates_file = <None>
456
457 # http/https timeout value for glance operations. If no value (None) is
458 # supplied here, the glanceclient default value is used. (integer value)
459 #glance_request_timeout = <None>
460
461 # The topic that scheduler nodes listen on (string value)
462 #scheduler_topic = cinder-scheduler
463
464 # The topic that volume nodes listen on (string value)
465 #volume_topic = cinder-volume
466
467 # The topic that volume backup nodes listen on (string value)
468 #backup_topic = cinder-backup
469
470 # DEPRECATED: Deploy v1 of the Cinder API. (boolean value)
471 #enable_v1_api = true
472 enable_v1_api = True
473
474 # Deploy v2 of the Cinder API. (boolean value)
475 #enable_v2_api = true
476 enable_v2_api = True
477
478 # Enables or disables rate limit of the API. (boolean value)
479 #api_rate_limit = true
480
481 # Specify list of extensions to load when using osapi_volume_extension option
482 # with cinder.api.contrib.select_extensions (list value)
483 #osapi_volume_ext_list =
484
485 # osapi volume extension to load (multi valued)
486 #osapi_volume_extension = cinder.api.contrib.standard_extensions
487
488 # Full class name for the Manager for volume (string value)
489 #volume_manager = cinder.volume.manager.VolumeManager
490
491 # Full class name for the Manager for volume backup (string value)
492 #backup_manager = cinder.backup.manager.BackupManager
493
494 # Full class name for the Manager for scheduler (string value)
495 #scheduler_manager = cinder.scheduler.manager.SchedulerManager
496
497 # Name of this node.  This can be an opaque identifier. It is not necessarily a
498 # host name, FQDN, or IP address. (string value)
499 #host = x86-024.build.eng.bos.redhat.com
500 host = VARHOSTNAME
501
502 # Availability zone of this node (string value)
503 #storage_availability_zone = nova
504 storage_availability_zone = nova
505
506 # Default availability zone for new volumes. If not set, the
507 # storage_availability_zone option value is used as the default for new
508 # volumes. (string value)
509 #default_availability_zone = <None>
510 default_availability_zone = nova
511
512 # If the requested Cinder availability zone is unavailable, fall back to the
513 # value of default_availability_zone, then storage_availability_zone, instead
514 # of failing. (boolean value)
515 #allow_availability_zone_fallback = false
516
517 # Default volume type to use (string value)
518 #default_volume_type = <None>
519
520 # Time period for which to generate volume usages. The options are hour, day,
521 # month, or year. (string value)
522 #volume_usage_audit_period = month
523
524 # Path to the rootwrap configuration file to use for running commands as root
525 # (string value)
526 #rootwrap_config = /etc/cinder/rootwrap.conf
527
528 # Enable monkey patching (boolean value)
529 #monkey_patch = false
530
531 # List of modules/decorators to monkey patch (list value)
532 #monkey_patch_modules =
533
534 # Maximum time since last check-in for a service to be considered up (integer
535 # value)
536 #service_down_time = 60
537
538 # The full class name of the volume API class to use (string value)
539 #volume_api_class = cinder.volume.api.API
540
541 # The full class name of the volume backup API class (string value)
542 #backup_api_class = cinder.backup.api.API
543
544 # The strategy to use for auth. Supports noauth, keystone, and deprecated.
545 # (string value)
546 # Allowed values: noauth, keystone, deprecated
547 #auth_strategy = keystone
548 auth_strategy = keystone
549
550 # A list of backend names to use. These backend names should be backed by a
551 # unique [CONFIG] group with its options (list value)
552 #enabled_backends = <None>
553 enabled_backends = ceph
554
555 # Whether snapshots count against gigabyte quota (boolean value)
556 #no_snapshot_gb_quota = false
557
558 # The full class name of the volume transfer API class (string value)
559 #transfer_api_class = cinder.transfer.api.API
560
561 # The full class name of the volume replication API class (string value)
562 #replication_api_class = cinder.replication.api.API
563
564 # The full class name of the consistencygroup API class (string value)
565 #consistencygroup_api_class = cinder.consistencygroup.api.API
566
567 # OpenStack privileged account username. Used for requests to other services
568 # (such as Nova) that require an account with special rights. (string value)
569 #os_privileged_user_name = <None>
570
571 # Password associated with the OpenStack privileged account. (string value)
572 #os_privileged_user_password = <None>
573
574 # Tenant name associated with the OpenStack privileged account. (string value)
575 #os_privileged_user_tenant = <None>
576
577 # Auth URL associated with the OpenStack privileged account. (string value)
578 #os_privileged_user_auth_url = <None>
579
580 # Multiplier used for weighing volume capacity. Negative numbers mean to stack
581 # vs spread. (floating point value)
582 #capacity_weight_multiplier = 1.0
583
584 # Multiplier used for weighing volume capacity. Negative numbers mean to stack
585 # vs spread. (floating point value)
586 #allocated_capacity_weight_multiplier = -1.0
587
588 # IP address of sheep daemon. (string value)
589 #sheepdog_store_address = 127.0.0.1
590
591 # Port of sheep daemon. (integer value)
592 # Minimum value: 1
593 # Maximum value: 65535
594 #sheepdog_store_port = 7000
595
596 # Specifies the path of the GPFS directory where Block Storage volume and
597 # snapshot files are stored. (string value)
598 #gpfs_mount_point_base = <None>
599
600 # Specifies the path of the Image service repository in GPFS.  Leave undefined
601 # if not storing images in GPFS. (string value)
602 #gpfs_images_dir = <None>
603
604 # Specifies the type of image copy to be used.  Set this when the Image service
605 # repository also uses GPFS so that image files can be transferred efficiently
606 # from the Image service to the Block Storage service. There are two valid
607 # values: "copy" specifies that a full copy of the image is made;
608 # "copy_on_write" specifies that copy-on-write optimization strategy is used
609 # and unmodified blocks of the image file are shared efficiently. (string
610 # value)
611 # Allowed values: copy, copy_on_write, <None>
612 #gpfs_images_share_mode = <None>
613
614 # Specifies an upper limit on the number of indirections required to reach a
615 # specific block due to snapshots or clones.  A lengthy chain of copy-on-write
616 # snapshots or clones can have a negative impact on performance, but improves
617 # space utilization.  0 indicates unlimited clone depth. (integer value)
618 #gpfs_max_clone_depth = 0
619
620 # Specifies that volumes are created as sparse files which initially consume no
621 # space. If set to False, the volume is created as a fully allocated file, in
622 # which case, creation may take a significantly longer time. (boolean value)
623 #gpfs_sparse_volumes = true
624
625 # Specifies the storage pool that volumes are assigned to. By default, the
626 # system storage pool is used. (string value)
627 #gpfs_storage_pool = system
628
629 # Set 512 byte emulation on volume creation;  (boolean value)
630 #sf_emulate_512 = true
631
632 # Allow tenants to specify QOS on create (boolean value)
633 #sf_allow_tenant_qos = false
634
635 # Create SolidFire accounts with this prefix. Any string can be used here, but
636 # the string "hostname" is special and will create a prefix using the cinder
637 # node hostname (previous default behavior).  The default is NO prefix. (string
638 # value)
639 #sf_account_prefix = <None>
640
641 # Account name on the SolidFire Cluster to use as owner of template/cache
642 # volumes (created if does not exist). (string value)
643 #sf_template_account_name = openstack-vtemplate
644
645 # Create an internal cache of copy of images when a bootable volume is created
646 # to eliminate fetch from glance and qemu-conversion on subsequent calls.
647 # (boolean value)
648 #sf_allow_template_caching = true
649
650 # Overrides default cluster SVIP with the one specified. This is required or
651 # deployments that have implemented the use of VLANs for iSCSI networks in
652 # their cloud. (string value)
653 #sf_svip = <None>
654
655 # Create an internal mapping of volume IDs and account.  Optimizes lookups and
656 # performance at the expense of memory, very large deployments may want to
657 # consider setting to False. (boolean value)
658 #sf_enable_volume_mapping = true
659
660 # SolidFire API port. Useful if the device api is behind a proxy on a different
661 # port. (integer value)
662 # Minimum value: 1
663 # Maximum value: 65535
664 #sf_api_port = 443
665
666 # IBMNAS platform type to be used as backend storage; valid values are - v7ku :
667 # for using IBM Storwize V7000 Unified, sonas : for using IBM Scale Out NAS,
668 # gpfs-nas : for using NFS based IBM GPFS deployments. (string value)
669 # Allowed values: v7ku, sonas, gpfs-nas
670 #ibmnas_platform_type = v7ku
671
672 # The URL of the Swift endpoint (string value)
673 #backup_swift_url = <None>
674 backup_swift_url = http://VARINET4ADDR:8080/v1/AUTH_
675
676 # Info to match when looking for swift in the service catalog. Format is:
677 # separated values of the form: <service_type>:<service_name>:<endpoint_type> -
678 # Only used if backup_swift_url is unset (string value)
679 #swift_catalog_info = object-store:swift:publicURL
680
681 # Swift authentication mechanism (string value)
682 #backup_swift_auth = per_user
683
684 # Swift authentication version. Specify "1" for auth 1.0, or "2" for auth 2.0
685 # (string value)
686 #backup_swift_auth_version = 1
687
688 # Swift tenant/account name. Required when connecting to an auth 2.0 system
689 # (string value)
690 #backup_swift_tenant = <None>
691
692 # Swift user name (string value)
693 #backup_swift_user = <None>
694
695 # Swift key for authentication (string value)
696 #backup_swift_key = <None>
697
698 # The default Swift container to use (string value)
699 #backup_swift_container = volumebackups
700 backup_swift_container = volumes_backup
701
702 # The size in bytes of Swift backup objects (integer value)
703 #backup_swift_object_size = 52428800
704
705 # The size in bytes that changes are tracked for incremental backups.
706 # backup_swift_object_size has to be multiple of backup_swift_block_size.
707 # (integer value)
708 #backup_swift_block_size = 32768
709
710 # The number of retries to make for Swift operations (integer value)
711 #backup_swift_retry_attempts = 3
712
713 # The backoff time in seconds between Swift retries (integer value)
714 #backup_swift_retry_backoff = 2
715
716 # Enable or Disable the timer to send the periodic progress notifications to
717 # Ceilometer when backing up the volume to the Swift backend storage. The
718 # default value is True to enable the timer. (boolean value)
719 #backup_swift_enable_progress_timer = true
720
721 # Location of the CA certificate file to use for swift client requests. (string
722 # value)
723 #backup_swift_ca_cert_file = <None>
724
725 # These values will be used for CloudByte storage's addQos API call. (dict
726 # value)
727 #cb_add_qosgroup = graceallowed:false,iops:10,iopscontrol:true,latency:15,memlimit:0,networkspeed:0,throughput:0,tpcontrol:false
728
729 # These values will be used for CloudByte storage's createVolume API call.
730 # (dict value)
731 #cb_create_volume = blocklength:512B,compression:off,deduplication:off,protocoltype:ISCSI,recordsize:16k,sync:always
732
733 # Driver will use this API key to authenticate against the CloudByte storage's
734 # management interface. (string value)
735 #cb_apikey = <None>
736
737 # CloudByte storage specific account name. This maps to a project name in
738 # OpenStack. (string value)
739 #cb_account_name = <None>
740
741 # This corresponds to the name of Tenant Storage Machine (TSM) in CloudByte
742 # storage. A volume will be created in this TSM. (string value)
743 #cb_tsm_name = <None>
744
745 # A retry value in seconds. Will be used by the driver to check if volume
746 # creation was successful in CloudByte storage. (integer value)
747 #cb_confirm_volume_create_retry_interval = 5
748
749 # Will confirm a successful volume creation in CloudByte storage by making this
750 # many number of attempts. (integer value)
751 #cb_confirm_volume_create_retries = 3
752
753 # A retry value in seconds. Will be used by the driver to check if volume
754 # deletion was successful in CloudByte storage. (integer value)
755 #cb_confirm_volume_delete_retry_interval = 5
756
757 # Will confirm a successful volume deletion in CloudByte storage by making this
758 # many number of attempts. (integer value)
759 #cb_confirm_volume_delete_retries = 3
760
761 # This corresponds to the discovery authentication group in CloudByte storage.
762 # Chap users are added to this group. Driver uses the first user found for this
763 # group. Default value is None. (string value)
764 #cb_auth_group = None
765
766 # Interval, in seconds, between nodes reporting state to datastore (integer
767 # value)
768 #report_interval = 10
769
770 # Interval, in seconds, between running periodic tasks (integer value)
771 #periodic_interval = 60
772
773 # Range, in seconds, to randomly delay when starting the periodic task
774 # scheduler to reduce stampeding. (Disable by setting to 0) (integer value)
775 #periodic_fuzzy_delay = 60
776
777 # IP address on which OpenStack Volume API listens (string value)
778 #osapi_volume_listen = 0.0.0.0
779 osapi_volume_listen = 0.0.0.0
780
781 # Port on which OpenStack Volume API listens (integer value)
782 # Minimum value: 1
783 # Maximum value: 65535
784 #osapi_volume_listen_port = 8776
785
786 # Number of workers for OpenStack Volume API service. The default is equal to
787 # the number of CPUs available. (integer value)
788 #osapi_volume_workers = <None>
789 osapi_volume_workers = 12
790
791 # The full class name of the compute API class to use (string value)
792 #compute_api_class = cinder.compute.nova.API
793
794 # Number of nodes that should replicate the data. (string value)
795 #drbdmanage_redundancy = 1
796
797 # Pool or Vdisk name to use for volume creation. (string value)
798 #dothill_backend_name = A
799
800 # linear (for Vdisk) or virtual (for Pool). (string value)
801 # Allowed values: linear, virtual
802 #dothill_backend_type = virtual
803
804 # DotHill API interface protocol. (string value)
805 # Allowed values: http, https
806 #dothill_api_protocol = https
807
808 # Whether to verify DotHill array SSL certificate. (boolean value)
809 #dothill_verify_certificate = false
810
811 # DotHill array SSL certificate path. (string value)
812 #dothill_verify_certificate_path = <None>
813
814 # List of comma-separated target iSCSI IP addresses. (list value)
815 #dothill_iscsi_ips =
816
817 # File with the list of available gluster shares (string value)
818 #glusterfs_shares_config = /etc/cinder/glusterfs_shares
819
820 # Base dir containing mount points for gluster shares. (string value)
821 #glusterfs_mount_point_base = $state_path/mnt
822
823 # REST API authorization token. (string value)
824 #pure_api_token = <None>
825
826 # ID of the project which will be used as the Cinder internal tenant. (string
827 # value)
828 #cinder_internal_tenant_project_id = <None>
829
830 # ID of the user to be used in volume operations as the Cinder internal tenant.
831 # (string value)
832 #cinder_internal_tenant_user_id = <None>
833
834 # The scheduler host manager class to use (string value)
835 #scheduler_host_manager = cinder.scheduler.host_manager.HostManager
836
837 # Maximum number of attempts to schedule an volume (integer value)
838 #scheduler_max_attempts = 3
839
840 # Path or URL to Scality SOFS configuration file (string value)
841 #scality_sofs_config = <None>
842
843 # Base dir where Scality SOFS shall be mounted (string value)
844 #scality_sofs_mount_point = $state_path/scality
845
846 # Path from Scality SOFS root to volume dir (string value)
847 #scality_sofs_volume_dir = cinder/volumes
848
849 # VNX authentication scope type. (string value)
850 #storage_vnx_authentication_type = global
851
852 # Directory path that contains the VNX security file. Make sure the security
853 # file is generated first. (string value)
854 #storage_vnx_security_file_dir = <None>
855
856 # Naviseccli Path. (string value)
857 #naviseccli_path =
858
859 # Comma-separated list of storage pool names to be used. (string value)
860 # Deprecated group/name - [DEFAULT]/storage_vnx_pool_name
861 #storage_vnx_pool_names = <None>
862
863 # VNX secondary SP IP Address. (string value)
864 #san_secondary_ip = <None>
865
866 # Default timeout for CLI operations in minutes. For example, LUN migration is
867 # a typical long running operation, which depends on the LUN size and the load
868 # of the array. An upper bound in the specific deployment can be set to avoid
869 # unnecessary long wait. By default, it is 365 days long. (integer value)
870 #default_timeout = 525600
871
872 # Default max number of LUNs in a storage group. By default, the value is 255.
873 # (integer value)
874 #max_luns_per_storage_group = 255
875
876 # To destroy storage group when the last LUN is removed from it. By default,
877 # the value is False. (boolean value)
878 #destroy_empty_storage_group = false
879
880 # Mapping between hostname and its iSCSI initiator IP addresses. (string value)
881 #iscsi_initiators =
882
883 # Comma separated iSCSI or FC ports to be used in Nova or Cinder. (string
884 # value)
885 #io_port_list = *
886
887 # Automatically register initiators. By default, the value is False. (boolean
888 # value)
889 #initiator_auto_registration = false
890
891 # Automatically deregister initiators after the related storage group is
892 # destroyed. By default, the value is False. (boolean value)
893 #initiator_auto_deregistration = false
894
895 # Report free_capacity_gb as 0 when the limit to maximum number of pool LUNs is
896 # reached. By default, the value is False. (boolean value)
897 #check_max_pool_luns_threshold = false
898
899 # Delete a LUN even if it is in Storage Groups. (boolean value)
900 #force_delete_lun_in_storagegroup = false
901
902 # Force LUN creation even if the full threshold of pool is reached. (boolean
903 # value)
904 #ignore_pool_full_threshold = false
905
906 # IP address for connecting to VMware ESX/vCenter server. (string value)
907 #vmware_host_ip = <None>
908
909 # Username for authenticating with VMware ESX/vCenter server. (string value)
910 #vmware_host_username = <None>
911
912 # Password for authenticating with VMware ESX/vCenter server. (string value)
913 #vmware_host_password = <None>
914
915 # Optional VIM service WSDL Location e.g http://<server>/vimService.wsdl.
916 # Optional over-ride to default location for bug work-arounds. (string value)
917 #vmware_wsdl_location = <None>
918
919 # Number of times VMware ESX/vCenter server API must be retried upon connection
920 # related issues. (integer value)
921 #vmware_api_retry_count = 10
922
923 # The interval (in seconds) for polling remote tasks invoked on VMware
924 # ESX/vCenter server. (floating point value)
925 #vmware_task_poll_interval = 0.5
926
927 # Name of the vCenter inventory folder that will contain Cinder volumes. This
928 # folder will be created under "OpenStack/<project_folder>", where
929 # project_folder is of format "Project (<volume_project_id>)". (string value)
930 #vmware_volume_folder = Volumes
931
932 # Timeout in seconds for VMDK volume transfer between Cinder and Glance.
933 # (integer value)
934 #vmware_image_transfer_timeout_secs = 7200
935
936 # Max number of objects to be retrieved per batch. Query results will be
937 # obtained in batches from the server and not in one shot. Server may still
938 # limit the count to something less than the configured value. (integer value)
939 #vmware_max_objects_retrieval = 100
940
941 # Optional string specifying the VMware vCenter server version. The driver
942 # attempts to retrieve the version from VMware vCenter server. Set this
943 # configuration only if you want to override the vCenter server version.
944 # (string value)
945 #vmware_host_version = <None>
946
947 # Directory where virtual disks are stored during volume backup and restore.
948 # (string value)
949 #vmware_tmp_dir = /tmp
950
951 # CA bundle file to use in verifying the vCenter server certificate. (string
952 # value)
953 #vmware_ca_file = <None>
954
955 # If true, the vCenter server certificate is not verified. If false, then the
956 # default CA truststore is used for verification. This option is ignored if
957 # "vmware_ca_file" is set. (boolean value)
958 #vmware_insecure = false
959
960 # Name of a vCenter compute cluster where volumes should be created. (multi
961 # valued)
962 #vmware_cluster_name =
963
964 # Pool or Vdisk name to use for volume creation. (string value)
965 #lenovo_backend_name = A
966
967 # linear (for VDisk) or virtual (for Pool). (string value)
968 # Allowed values: linear, virtual
969 #lenovo_backend_type = virtual
970
971 # Lenovo api interface protocol. (string value)
972 # Allowed values: http, https
973 #lenovo_api_protocol = https
974
975 # Whether to verify Lenovo array SSL certificate. (boolean value)
976 #lenovo_verify_certificate = false
977
978 # Lenovo array SSL certificate path. (string value)
979 #lenovo_verify_certificate_path = <None>
980
981 # List of comma-separated target iSCSI IP addresses. (list value)
982 #lenovo_iscsi_ips =
983
984 # The maximum size in bytes of the files used to hold backups. If the volume
985 # being backed up exceeds this size, then it will be backed up into multiple
986 # files.backup_file_size must be a multiple of backup_sha_block_size_bytes.
987 # (integer value)
988 #backup_file_size = 1999994880
989
990 # The size in bytes that changes are tracked for incremental backups.
991 # backup_file_size has to be multiple of backup_sha_block_size_bytes. (integer
992 # value)
993 #backup_sha_block_size_bytes = 32768
994
995 # Enable or Disable the timer to send the periodic progress notifications to
996 # Ceilometer when backing up the volume to the backend storage. The default
997 # value is True to enable the timer. (boolean value)
998 #backup_enable_progress_timer = true
999
1000 # Path specifying where to store backups. (string value)
1001 #backup_posix_path = $state_path/backup
1002
1003 # Custom directory to use for backups. (string value)
1004 #backup_container = <None>
1005
1006 # REST server port. (string value)
1007 #sio_rest_server_port = 443
1008
1009 # Whether to verify server certificate. (boolean value)
1010 #sio_verify_server_certificate = false
1011
1012 # Server certificate path. (string value)
1013 #sio_server_certificate_path = <None>
1014
1015 # Whether to round volume capacity. (boolean value)
1016 #sio_round_volume_capacity = true
1017
1018 # Whether to allow force delete. (boolean value)
1019 #sio_force_delete = false
1020
1021 # Whether to unmap volume before deletion. (boolean value)
1022 #sio_unmap_volume_before_deletion = false
1023
1024 # Protection domain id. (string value)
1025 #sio_protection_domain_id = <None>
1026
1027 # Protection domain name. (string value)
1028 #sio_protection_domain_name = <None>
1029
1030 # Storage pools. (string value)
1031 #sio_storage_pools = <None>
1032
1033 # Storage pool name. (string value)
1034 #sio_storage_pool_name = <None>
1035
1036 # Storage pool id. (string value)
1037 #sio_storage_pool_id = <None>
1038
1039 # Group name to use for creating volumes. Defaults to "group-0". (string value)
1040 #eqlx_group_name = group-0
1041
1042 # Timeout for the Group Manager cli command execution. Default is 30. Note that
1043 # this option is deprecated in favour of "ssh_conn_timeout" as specified in
1044 # cinder/volume/drivers/san/san.py and will be removed in M release. (integer
1045 # value)
1046 #eqlx_cli_timeout = 30
1047
1048 # Maximum retry count for reconnection. Default is 5. (integer value)
1049 #eqlx_cli_max_retries = 5
1050
1051 # Use CHAP authentication for targets. Note that this option is deprecated in
1052 # favour of "use_chap_auth" as specified in cinder/volume/driver.py and will be
1053 # removed in next release. (boolean value)
1054 #eqlx_use_chap = false
1055
1056 # Existing CHAP account name. Note that this option is deprecated in favour of
1057 # "chap_username" as specified in cinder/volume/driver.py and will be removed
1058 # in next release. (string value)
1059 #eqlx_chap_login = admin
1060
1061 # Password for specified CHAP account name. Note that this option is deprecated
1062 # in favour of "chap_password" as specified in cinder/volume/driver.py and will
1063 # be removed in the next release (string value)
1064 #eqlx_chap_password = password
1065
1066 # Pool in which volumes will be created. Defaults to "default". (string value)
1067 #eqlx_pool = default
1068
1069 # The number of characters in the salt. (integer value)
1070 #volume_transfer_salt_length = 8
1071
1072 # The number of characters in the autogenerated auth key. (integer value)
1073 #volume_transfer_key_length = 16
1074
1075 # Services to be added to the available pool on create (boolean value)
1076 #enable_new_services = true
1077
1078 # Template string to be used to generate volume names (string value)
1079 #volume_name_template = volume-%s
1080
1081 # Template string to be used to generate snapshot names (string value)
1082 #snapshot_name_template = snapshot-%s
1083
1084 # Template string to be used to generate backup names (string value)
1085 #backup_name_template = backup-%s
1086
1087 # Multiplier used for weighing volume number. Negative numbers mean to spread
1088 # vs stack. (floating point value)
1089 #volume_number_multiplier = -1.0
1090
1091 # Default storage pool for volumes. (integer value)
1092 #ise_storage_pool = 1
1093
1094 # Raid level for ISE volumes. (integer value)
1095 #ise_raid = 1
1096
1097 # Number of retries (per port) when establishing connection to ISE management
1098 # port. (integer value)
1099 #ise_connection_retries = 5
1100
1101 # Interval (secs) between retries. (integer value)
1102 #ise_retry_interval = 1
1103
1104 # Number on retries to get completion status after issuing a command to ISE.
1105 # (integer value)
1106 #ise_completion_retries = 30
1107
1108 # Storage pool name. (string value)
1109 #zfssa_pool = <None>
1110
1111 # Project name. (string value)
1112 #zfssa_project = <None>
1113
1114 # Block size. (string value)
1115 # Allowed values: 512, 1k, 2k, 4k, 8k, 16k, 32k, 64k, 128k
1116 #zfssa_lun_volblocksize = 8k
1117
1118 # Flag to enable sparse (thin-provisioned): True, False. (boolean value)
1119 #zfssa_lun_sparse = false
1120
1121 # Data compression. (string value)
1122 # Allowed values: off, lzjb, gzip-2, gzip, gzip-9
1123 #zfssa_lun_compression = off
1124
1125 # Synchronous write bias. (string value)
1126 # Allowed values: latency, throughput
1127 #zfssa_lun_logbias = latency
1128
1129 # iSCSI initiator group. (string value)
1130 #zfssa_initiator_group =
1131
1132 # iSCSI initiator IQNs. (comma separated) (string value)
1133 #zfssa_initiator =
1134
1135 # iSCSI initiator CHAP user (name). (string value)
1136 #zfssa_initiator_user =
1137
1138 # Secret of the iSCSI initiator CHAP user. (string value)
1139 #zfssa_initiator_password =
1140
1141 # iSCSI initiators configuration. (string value)
1142 #zfssa_initiator_config =
1143
1144 # iSCSI target group name. (string value)
1145 #zfssa_target_group = tgt-grp
1146
1147 # iSCSI target CHAP user (name). (string value)
1148 #zfssa_target_user =
1149
1150 # Secret of the iSCSI target CHAP user. (string value)
1151 #zfssa_target_password =
1152
1153 # iSCSI target portal (Data-IP:Port, w.x.y.z:3260). (string value)
1154 #zfssa_target_portal = <None>
1155
1156 # Network interfaces of iSCSI targets. (comma separated) (string value)
1157 #zfssa_target_interfaces = <None>
1158
1159 # REST connection timeout. (seconds) (integer value)
1160 #zfssa_rest_timeout = <None>
1161
1162 # IP address used for replication data. (maybe the same as data ip) (string
1163 # value)
1164 #zfssa_replication_ip =
1165
1166 # Flag to enable local caching: True, False. (boolean value)
1167 #zfssa_enable_local_cache = true
1168
1169 # Name of ZFSSA project where cache volumes are stored. (string value)
1170 #zfssa_cache_project = os-cinder-cache
1171
1172 # Sets the value of TCP_KEEPALIVE (True/False) for each server socket. (boolean
1173 # value)
1174 #tcp_keepalive = true
1175
1176 # Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
1177 # supported on OS X. (integer value)
1178 #tcp_keepidle = 600
1179
1180 # Sets the value of TCP_KEEPINTVL in seconds for each server socket. Not
1181 # supported on OS X. (integer value)
1182 #tcp_keepalive_interval = <None>
1183
1184 # Sets the value of TCP_KEEPCNT for each server socket. Not supported on OS X.
1185 # (integer value)
1186 #tcp_keepalive_count = <None>
1187
1188 # CA certificate file to use to verify connecting clients (string value)
1189 #ssl_ca_file = <None>
1190
1191 # Certificate file to use when starting the server securely (string value)
1192 #ssl_cert_file = <None>
1193
1194 # Private key file to use when starting the server securely (string value)
1195 #ssl_key_file = <None>
1196
1197 # Maximum line size of message headers to be accepted. max_header_line may need
1198 # to be increased when using large tokens (typically those generated by the
1199 # Keystone v3 API with big service catalogs). (integer value)
1200 #max_header_line = 16384
1201
1202 # Timeout for client connections' socket operations. If an incoming connection
1203 # is idle for this number of seconds it will be closed. A value of '0' means
1204 # wait forever. (integer value)
1205 #client_socket_timeout = 900
1206
1207 # If False, closes the client socket connection explicitly. Setting it to True
1208 # to maintain backward compatibility. Recommended setting is set it to False.
1209 # (boolean value)
1210 #wsgi_keep_alive = true
1211
1212 # Number of times to attempt to run flakey shell commands (integer value)
1213 #num_shell_tries = 3
1214
1215 # The percentage of backend capacity is reserved (integer value)
1216 # Maximum value: 100
1217 #reserved_percentage = 0
1218
1219 # Prefix for iSCSI volumes (string value)
1220 #iscsi_target_prefix = iqn.2010-10.org.openstack:
1221
1222 # The IP address that the iSCSI daemon is listening on (string value)
1223 #iscsi_ip_address = $my_ip
1224
1225 # The list of secondary IP addresses of the iSCSI daemon (list value)
1226 #iscsi_secondary_ip_addresses =
1227
1228 # The port that the iSCSI daemon is listening on (integer value)
1229 # Minimum value: 1
1230 # Maximum value: 65535
1231 #iscsi_port = 3260
1232
1233 # The maximum number of times to rescan targets to find volume (integer value)
1234 #num_volume_device_scan_tries = 3
1235
1236 # The backend name for a given driver implementation (string value)
1237 #volume_backend_name = <None>
1238
1239 # Do we attach/detach volumes in cinder using multipath for volume to image and
1240 # image to volume transfers? (boolean value)
1241 #use_multipath_for_image_xfer = false
1242
1243 # If this is set to True, attachment of volumes for image transfer will be
1244 # aborted when multipathd is not running. Otherwise, it will fallback to single
1245 # path. (boolean value)
1246 #enforce_multipath_for_image_xfer = false
1247
1248 # Method used to wipe old volumes (string value)
1249 # Allowed values: none, zero, shred
1250 #volume_clear = zero
1251
1252 # Size in MiB to wipe at start of old volumes. 0 => all (integer value)
1253 #volume_clear_size = 0
1254
1255 # The flag to pass to ionice to alter the i/o priority of the process used to
1256 # zero a volume after deletion, for example "-c3" for idle only priority.
1257 # (string value)
1258 #volume_clear_ionice = <None>
1259
1260 # iSCSI target user-land tool to use. tgtadm is default, use lioadm for LIO
1261 # iSCSI support, scstadmin for SCST target support, iseradm for the ISER
1262 # protocol, ietadm for iSCSI Enterprise Target, iscsictl for Chelsio iSCSI
1263 # Target or fake for testing. (string value)
1264 # Allowed values: tgtadm, lioadm, scstadmin, iseradm, iscsictl, ietadm, fake
1265 #iscsi_helper = tgtadm
1266
1267 # Volume configuration file storage directory (string value)
1268 #volumes_dir = $state_path/volumes
1269
1270 # IET configuration file (string value)
1271 #iet_conf = /etc/iet/ietd.conf
1272
1273 # Chiscsi (CXT) global defaults configuration file (string value)
1274 #chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf
1275
1276 # Sets the behavior of the iSCSI target to either perform blockio or fileio
1277 # optionally, auto can be set and Cinder will autodetect type of backing device
1278 # (string value)
1279 # Allowed values: blockio, fileio, auto
1280 #iscsi_iotype = fileio
1281
1282 # The default block size used when copying/clearing volumes (string value)
1283 #volume_dd_blocksize = 1M
1284
1285 # The blkio cgroup name to be used to limit bandwidth of volume copy (string
1286 # value)
1287 #volume_copy_blkio_cgroup_name = cinder-volume-copy
1288
1289 # The upper limit of bandwidth of volume copy. 0 => unlimited (integer value)
1290 #volume_copy_bps_limit = 0
1291
1292 # Sets the behavior of the iSCSI target to either perform write-back(on) or
1293 # write-through(off). This parameter is valid if iscsi_helper is set to tgtadm
1294 # or iseradm. (string value)
1295 # Allowed values: on, off
1296 #iscsi_write_cache = on
1297
1298 # Sets the target-specific flags for the iSCSI target. Only used for tgtadm to
1299 # specify backing device flags using bsoflags option. The specified string is
1300 # passed as is to the underlying tool. (string value)
1301 #iscsi_target_flags =
1302
1303 # Determines the iSCSI protocol for new iSCSI volumes, created with tgtadm or
1304 # lioadm target helpers. In order to enable RDMA, this parameter should be set
1305 # with the value "iser". The supported iSCSI protocol values are "iscsi" and
1306 # "iser". (string value)
1307 # Allowed values: iscsi, iser
1308 #iscsi_protocol = iscsi
1309
1310 # The path to the client certificate key for verification, if the driver
1311 # supports it. (string value)
1312 #driver_client_cert_key = <None>
1313
1314 # The path to the client certificate for verification, if the driver supports
1315 # it. (string value)
1316 #driver_client_cert = <None>
1317
1318 # Tell driver to use SSL for connection to backend storage if the driver
1319 # supports it. (boolean value)
1320 #driver_use_ssl = false
1321
1322 # Float representation of the over subscription ratio when thin provisioning is
1323 # involved. Default ratio is 20.0, meaning provisioned capacity can be 20 times
1324 # of the total physical capacity. If the ratio is 10.5, it means provisioned
1325 # capacity can be 10.5 times of the total physical capacity. A ratio of 1.0
1326 # means provisioned capacity cannot exceed the total physical capacity. A ratio
1327 # lower than 1.0 will be ignored and the default value will be used instead.
1328 # (floating point value)
1329 #max_over_subscription_ratio = 20.0
1330
1331 # Certain ISCSI targets have predefined target names, SCST target driver uses
1332 # this name. (string value)
1333 #scst_target_iqn_name = <None>
1334
1335 # SCST target implementation can choose from multiple SCST target drivers.
1336 # (string value)
1337 #scst_target_driver = iscsi
1338
1339 # Option to enable/disable CHAP authentication for targets. (boolean value)
1340 # Deprecated group/name - [DEFAULT]/eqlx_use_chap
1341 #use_chap_auth = false
1342
1343 # CHAP user name. (string value)
1344 # Deprecated group/name - [DEFAULT]/eqlx_chap_login
1345 #chap_username =
1346
1347 # Password for specified CHAP account name. (string value)
1348 # Deprecated group/name - [DEFAULT]/eqlx_chap_password
1349 #chap_password =
1350
1351 # Namespace for driver private data values to be saved in. (string value)
1352 #driver_data_namespace = <None>
1353
1354 # String representation for an equation that will be used to filter hosts. Only
1355 # used when the driver filter is set to be used by the Cinder scheduler.
1356 # (string value)
1357 #filter_function = <None>
1358
1359 # String representation for an equation that will be used to determine the
1360 # goodness of a host. Only used when using the goodness weigher is set to be
1361 # used by the Cinder scheduler. (string value)
1362 #goodness_function = <None>
1363
1364 # If set to True the http client will validate the SSL certificate of the
1365 # backend endpoint. (boolean value)
1366 #driver_ssl_cert_verify = false
1367
1368 # List of options that control which trace info is written to the DEBUG log
1369 # level to assist developers. Valid values are method and api. (list value)
1370 #trace_flags = <None>
1371
1372 # There are two types of target configurations managed (replicate to another
1373 # configured backend) or unmanaged (replicate to a device not managed by
1374 # Cinder). (boolean value)
1375 #managed_replication_target = true
1376
1377 # List of k/v pairs representing a replication target for this backend device.
1378 # For unmanaged the format is: {'key-1'='val1' 'key-2'='val2'...},{...} and for
1379 # managed devices its simply a list of valid configured backend_names that the
1380 # driver supports replicating to: backend-a,bakcend-b... (list value)
1381 #replication_devices = <None>
1382
1383 # If set to True, upload-to-image in raw format will create a cloned volume and
1384 # register its location to the image service, instead of uploading the volume
1385 # content. The cinder backend and locations support must be enabled in the
1386 # image service, and glance_api_version must be set to 2. (boolean value)
1387 #image_upload_use_cinder_backend = false
1388
1389 # If set to True, the image volume created by upload-to-image will be placed in
1390 # the internal tenant. Otherwise, the image volume is created in the current
1391 # context's tenant. (boolean value)
1392 #image_upload_use_internal_tenant = false
1393
1394 # Enable the image volume cache for this backend. (boolean value)
1395 #image_volume_cache_enabled = false
1396
1397 # Max size of the image volume cache for this backend in GB. 0 => unlimited.
1398 # (integer value)
1399 #image_volume_cache_max_size_gb = 0
1400
1401 # Max number of entries allowed in the image volume cache. 0 => unlimited.
1402 # (integer value)
1403 #image_volume_cache_max_count = 0
1404
1405 # The maximum number of times to rescan iSER targetto find volume (integer
1406 # value)
1407 #num_iser_scan_tries = 3
1408
1409 # Prefix for iSER volumes (string value)
1410 #iser_target_prefix = iqn.2010-10.org.openstack:
1411
1412 # The IP address that the iSER daemon is listening on (string value)
1413 #iser_ip_address = $my_ip
1414
1415 # The port that the iSER daemon is listening on (integer value)
1416 # Minimum value: 1
1417 # Maximum value: 65535
1418 #iser_port = 3260
1419
1420 # The name of the iSER target user-land tool to use (string value)
1421 #iser_helper = tgtadm
1422
1423 # Public url to use for versions endpoint. The default is None, which will use
1424 # the request's host_url attribute to populate the URL base. If Cinder is
1425 # operating behind a proxy, you will want to change this to represent the
1426 # proxy's URL. (string value)
1427 #public_endpoint = <None>
1428
1429 # Nimble Controller pool name (string value)
1430 #nimble_pool_name = default
1431
1432 # Nimble Subnet Label (string value)
1433 #nimble_subnet_label = *
1434
1435 # Path to store VHD backed volumes (string value)
1436 #windows_iscsi_lun_path = C:\iSCSIVirtualDisks
1437
1438 # Pool or Vdisk name to use for volume creation. (string value)
1439 #hpmsa_backend_name = A
1440
1441 # linear (for Vdisk) or virtual (for Pool). (string value)
1442 # Allowed values: linear, virtual
1443 #hpmsa_backend_type = virtual
1444
1445 # HPMSA API interface protocol. (string value)
1446 # Allowed values: http, https
1447 #hpmsa_api_protocol = https
1448
1449 # Whether to verify HPMSA array SSL certificate. (boolean value)
1450 #hpmsa_verify_certificate = false
1451
1452 # HPMSA array SSL certificate path. (string value)
1453 #hpmsa_verify_certificate_path = <None>
1454
1455 # List of comma-separated target iSCSI IP addresses. (list value)
1456 #hpmsa_iscsi_ips =
1457
1458 # A list of url schemes that can be downloaded directly via the direct_url.
1459 # Currently supported schemes: [file]. (list value)
1460 #allowed_direct_url_schemes =
1461
1462 # Default core properties of image (list value)
1463 #glance_core_properties = checksum,container_format,disk_format,image_name,image_id,min_disk,min_ram,name,size
1464
1465 # Name for the VG that will contain exported volumes (string value)
1466 #volume_group = cinder-volumes
1467
1468 # If >0, create LVs with multiple mirrors. Note that this requires lvm_mirrors
1469 # + 2 PVs with available space (integer value)
1470 #lvm_mirrors = 0
1471
1472 # Type of LVM volumes to deploy; (default, thin, or auto). Auto defaults to
1473 # thin if thin is supported. (string value)
1474 # Allowed values: default, thin, auto
1475 #lvm_type = default
1476
1477 # LVM conf file to use for the LVM driver in Cinder; this setting is ignored if
1478 # the specified file does not exist (You can also specify 'None' to not use a
1479 # conf file even if one exists). (string value)
1480 #lvm_conf_file = /etc/cinder/lvm.conf
1481
1482 # use this file for cinder emc plugin config data (string value)
1483 #cinder_emc_config_file = /etc/cinder/cinder_emc_config.xml
1484
1485 # IP address or Hostname of NAS system. (string value)
1486 #nas_ip =
1487
1488 # User name to connect to NAS system. (string value)
1489 #nas_login = admin
1490
1491 # Password to connect to NAS system. (string value)
1492 #nas_password =
1493
1494 # SSH port to use to connect to NAS system. (integer value)
1495 # Minimum value: 1
1496 # Maximum value: 65535
1497 #nas_ssh_port = 22
1498
1499 # Filename of private key to use for SSH authentication. (string value)
1500 #nas_private_key =
1501
1502 # Allow network-attached storage systems to operate in a secure environment
1503 # where root level access is not permitted. If set to False, access is as the
1504 # root user and insecure. If set to True, access is not as root. If set to
1505 # auto, a check is done to determine if this is a new installation: True is
1506 # used if so, otherwise False. Default is auto. (string value)
1507 #nas_secure_file_operations = auto
1508
1509 # Set more secure file permissions on network-attached storage volume files to
1510 # restrict broad other/world access. If set to False, volumes are created with
1511 # open permissions. If set to True, volumes are created with permissions for
1512 # the cinder user and group (660). If set to auto, a check is done to determine
1513 # if this is a new installation: True is used if so, otherwise False. Default
1514 # is auto. (string value)
1515 #nas_secure_file_permissions = auto
1516
1517 # Path to the share to use for storing Cinder volumes. For example:
1518 # "/srv/export1" for an NFS server export available at 10.0.5.10:/srv/export1 .
1519 # (string value)
1520 #nas_share_path =
1521
1522 # Options used to mount the storage backend file system where Cinder volumes
1523 # are stored. (string value)
1524 #nas_mount_options = <None>
1525
1526 # Provisioning type that will be used when creating volumes. (string value)
1527 # Allowed values: thin, thick
1528 # Deprecated group/name - [DEFAULT]/glusterfs_sparsed_volumes
1529 # Deprecated group/name - [DEFAULT]/glusterfs_qcow2_volumes
1530 #nas_volume_prov_type = thin
1531
1532 # IP address or hostname of mg-a (string value)
1533 #gateway_mga = <None>
1534
1535 # IP address or hostname of mg-b (string value)
1536 #gateway_mgb = <None>
1537
1538 # Use igroups to manage targets and initiators (boolean value)
1539 #use_igroups = false
1540
1541 # Global backend request timeout, in seconds (integer value)
1542 #request_timeout = 300
1543
1544 # Comma-separated list of REST servers IP to connect to. (eg
1545 # http://IP1/,http://IP2:81/path (string value)
1546 #srb_base_urls = <None>
1547
1548 # XMS cluster id in multi-cluster environment (string value)
1549 #xtremio_cluster_name =
1550
1551 # Number of retries in case array is busy (integer value)
1552 #xtremio_array_busy_retry_count = 5
1553
1554 # Interval between retries in case array is busy (integer value)
1555 #xtremio_array_busy_retry_interval = 5
1556
1557 # Serial number of storage system (string value)
1558 #hitachi_serial_number = <None>
1559
1560 # Name of an array unit (string value)
1561 #hitachi_unit_name = <None>
1562
1563 # Pool ID of storage system (integer value)
1564 #hitachi_pool_id = <None>
1565
1566 # Thin pool ID of storage system (integer value)
1567 #hitachi_thin_pool_id = <None>
1568
1569 # Range of logical device of storage system (string value)
1570 #hitachi_ldev_range = <None>
1571
1572 # Default copy method of storage system (string value)
1573 #hitachi_default_copy_method = FULL
1574
1575 # Copy speed of storage system (integer value)
1576 #hitachi_copy_speed = 3
1577
1578 # Interval to check copy (integer value)
1579 #hitachi_copy_check_interval = 3
1580
1581 # Interval to check copy asynchronously (integer value)
1582 #hitachi_async_copy_check_interval = 10
1583
1584 # Control port names for HostGroup or iSCSI Target (string value)
1585 #hitachi_target_ports = <None>
1586
1587 # Range of group number (string value)
1588 #hitachi_group_range = <None>
1589
1590 # Request for creating HostGroup or iSCSI Target (boolean value)
1591 #hitachi_group_request = false
1592
1593 # Infortrend raid pool name list. It is separated with comma. (string value)
1594 #infortrend_pools_name =
1595
1596 # The Infortrend CLI absolute path. By default, it is at
1597 # /opt/bin/Infortrend/raidcmd_ESDS10.jar (string value)
1598 #infortrend_cli_path = /opt/bin/Infortrend/raidcmd_ESDS10.jar
1599
1600 # Maximum retry time for cli. Default is 5. (integer value)
1601 #infortrend_cli_max_retries = 5
1602
1603 # Default timeout for CLI copy operations in minutes. Support: migrate volume,
1604 # create cloned volume and create volume from snapshot. By Default, it is 30
1605 # minutes. (integer value)
1606 #infortrend_cli_timeout = 30
1607
1608 # Infortrend raid channel ID list on Slot A for OpenStack usage. It is
1609 # separated with comma. By default, it is the channel 0~7. (string value)
1610 #infortrend_slots_a_channels_id = 0,1,2,3,4,5,6,7
1611
1612 # Infortrend raid channel ID list on Slot B for OpenStack usage. It is
1613 # separated with comma. By default, it is the channel 0~7. (string value)
1614 #infortrend_slots_b_channels_id = 0,1,2,3,4,5,6,7
1615
1616 # Let the volume use specific provisioning. By default, it is the full
1617 # provisioning. The supported options are full or thin. (string value)
1618 #infortrend_provisioning = full
1619
1620 # Let the volume use specific tiering level. By default, it is the level 0. The
1621 # supported levels are 0,2,3,4. (string value)
1622 #infortrend_tiering = 0
1623
1624 # Configuration file for HDS iSCSI cinder plugin (string value)
1625 #hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml
1626
1627 # The name of ceph cluster (string value)
1628 #rbd_cluster_name = ceph
1629
1630 # The RADOS pool where rbd volumes are stored (string value)
1631 #rbd_pool = rbd
1632
1633 # The RADOS client name for accessing rbd volumes - only set when using cephx
1634 # authentication (string value)
1635 #rbd_user = <None>
1636
1637 # Path to the ceph configuration file (string value)
1638 #rbd_ceph_conf =
1639
1640 # Flatten volumes created from snapshots to remove dependency from volume to
1641 # snapshot (boolean value)
1642 #rbd_flatten_volume_from_snapshot = false
1643
1644 # The libvirt uuid of the secret for the rbd_user volumes (string value)
1645 #rbd_secret_uuid = <None>
1646
1647 # Directory where temporary image files are stored when the volume driver does
1648 # not write them directly to the volume.  Warning: this option is now
1649 # deprecated, please use image_conversion_dir instead. (string value)
1650 #volume_tmp_dir = <None>
1651
1652 # Maximum number of nested volume clones that are taken before a flatten
1653 # occurs. Set to 0 to disable cloning. (integer value)
1654 #rbd_max_clone_depth = 5
1655
1656 # Volumes will be chunked into objects of this size (in megabytes). (integer
1657 # value)
1658 #rbd_store_chunk_size = 4
1659
1660 # Timeout value (in seconds) used when connecting to ceph cluster. If value <
1661 # 0, no timeout is set and default librados value is used. (integer value)
1662 #rados_connect_timeout = -1
1663
1664 # Number of retries if connection to ceph cluster failed. (integer value)
1665 #rados_connection_retries = 3
1666
1667 # Interval value (in seconds) between connection retries to ceph cluster.
1668 # (integer value)
1669 #rados_connection_interval = 5
1670
1671 # The hostname (or IP address) for the storage system (string value)
1672 #tintri_server_hostname = <None>
1673
1674 # User name for the storage system (string value)
1675 #tintri_server_username = <None>
1676
1677 # Password for the storage system (string value)
1678 #tintri_server_password = <None>
1679
1680 # API version for the storage system (string value)
1681 #tintri_api_version = v310
1682
1683 # Instance numbers for HORCM (string value)
1684 #hitachi_horcm_numbers = 200,201
1685
1686 # Username of storage system for HORCM (string value)
1687 #hitachi_horcm_user = <None>
1688
1689 # Password of storage system for HORCM (string value)
1690 #hitachi_horcm_password = <None>
1691
1692 # Add to HORCM configuration (boolean value)
1693 #hitachi_horcm_add_conf = true
1694
1695 # Timeout until a resource lock is released, in seconds. The value must be
1696 # between 0 and 7200. (integer value)
1697 #hitachi_horcm_resource_lock_timeout = 600
1698
1699 # HP LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos (string
1700 # value)
1701 #hplefthand_api_url = <None>
1702
1703 # HP LeftHand Super user username (string value)
1704 #hplefthand_username = <None>
1705
1706 # HP LeftHand Super user password (string value)
1707 #hplefthand_password = <None>
1708
1709 # HP LeftHand cluster name (string value)
1710 #hplefthand_clustername = <None>
1711
1712 # Configure CHAP authentication for iSCSI connections (Default: Disabled)
1713 # (boolean value)
1714 #hplefthand_iscsi_chap_enabled = false
1715
1716 # Enable HTTP debugging to LeftHand (boolean value)
1717 #hplefthand_debug = false
1718
1719 # Administrative user account name used to access the storage system or proxy
1720 # server. (string value)
1721 #netapp_login = <None>
1722
1723 # Password for the administrative user account specified in the netapp_login
1724 # option. (string value)
1725 #netapp_password = <None>
1726
1727 # The hostname (or IP address) for the storage system or proxy server. (string
1728 # value)
1729 #netapp_server_hostname = <None>
1730
1731 # The TCP port to use for communication with the storage system or proxy
1732 # server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for
1733 # HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS. (integer value)
1734 #netapp_server_port = <None>
1735
1736 # This option is used to specify the path to the E-Series proxy application on
1737 # a proxy server. The value is combined with the value of the
1738 # netapp_transport_type, netapp_server_hostname, and netapp_server_port options
1739 # to create the URL used by the driver to connect to the proxy application.
1740 # (string value)
1741 #netapp_webservice_path = /devmgr/v2
1742
1743 # This option is only utilized when the storage family is configured to
1744 # eseries. This option is used to restrict provisioning to the specified
1745 # controllers. Specify the value of this option to be a comma separated list of
1746 # controller hostnames or IP addresses to be used for provisioning. (string
1747 # value)
1748 #netapp_controller_ips = <None>
1749
1750 # Password for the NetApp E-Series storage array. (string value)
1751 #netapp_sa_password = <None>
1752
1753 # This option specifies whether the driver should allow operations that require
1754 # multiple attachments to a volume. An example would be live migration of
1755 # servers that have volumes attached. When enabled, this backend is limited to
1756 # 256 total volumes in order to guarantee volumes can be accessed by more than
1757 # one host. (boolean value)
1758 #netapp_enable_multiattach = false
1759
1760 # The transport protocol used when communicating with the storage system or
1761 # proxy server. (string value)
1762 # Allowed values: http, https
1763 #netapp_transport_type = http
1764
1765 # This option defines the type of operating system that will access a LUN
1766 # exported from Data ONTAP; it is assigned to the LUN at the time it is
1767 # created. (string value)
1768 #netapp_lun_ostype = <None>
1769
1770 # This option defines the type of operating system for all initiators that can
1771 # access a LUN. This information is used when mapping LUNs to individual hosts
1772 # or groups of hosts. (string value)
1773 # Deprecated group/name - [DEFAULT]/netapp_eseries_host_type
1774 #netapp_host_type = <None>
1775
1776 # This option is used to restrict provisioning to the specified pools. Specify
1777 # the value of this option to be a regular expression which will be applied to
1778 # the names of objects from the storage backend which represent pools in
1779 # Cinder. This option is only utilized when the storage protocol is configured
1780 # to use iSCSI or FC. (string value)
1781 # Deprecated group/name - [DEFAULT]/netapp_volume_list
1782 # Deprecated group/name - [DEFAULT]/netapp_storage_pools
1783 #netapp_pool_name_search_pattern = (.+)
1784
1785 # Request for FC Zone creating HostGroup (boolean value)
1786 #hitachi_zoning_request = false
1787
1788 # Number of volumes allowed per project (integer value)
1789 #quota_volumes = 10
1790
1791 # Number of volume snapshots allowed per project (integer value)
1792 #quota_snapshots = 10
1793
1794 # Number of consistencygroups allowed per project (integer value)
1795 #quota_consistencygroups = 10
1796
1797 # Total amount of storage, in gigabytes, allowed for volumes and snapshots per
1798 # project (integer value)
1799 #quota_gigabytes = 1000
1800
1801 # Number of volume backups allowed per project (integer value)
1802 #quota_backups = 10
1803
1804 # Total amount of storage, in gigabytes, allowed for backups per project
1805 # (integer value)
1806 #quota_backup_gigabytes = 1000
1807
1808 # Number of seconds until a reservation expires (integer value)
1809 #reservation_expire = 86400
1810
1811 # Count of reservations until usage is refreshed (integer value)
1812 #until_refresh = 0
1813
1814 # Number of seconds between subsequent usage refreshes (integer value)
1815 #max_age = 0
1816
1817 # Default driver to use for quota checks (string value)
1818 #quota_driver = cinder.quota.DbQuotaDriver
1819
1820 # Enables or disables use of default quota class with default quota. (boolean
1821 # value)
1822 #use_default_quota_class = true
1823
1824 # Max size allowed per volume, in gigabytes (integer value)
1825 #per_volume_size_limit = -1
1826
1827 # The configuration file for the Cinder Huawei driver. (string value)
1828 #cinder_huawei_conf_file = /etc/cinder/cinder_huawei_conf.xml
1829
1830 # Storage Center System Serial Number (integer value)
1831 #dell_sc_ssn = 64702
1832
1833 # Dell API port (integer value)
1834 # Minimum value: 1
1835 # Maximum value: 65535
1836 #dell_sc_api_port = 3033
1837
1838 # Name of the server folder to use on the Storage Center (string value)
1839 #dell_sc_server_folder = openstack
1840
1841 # Name of the volume folder to use on the Storage Center (string value)
1842 #dell_sc_volume_folder = openstack
1843
1844 # Enable HTTPS SC certificate verification. (boolean value)
1845 #dell_sc_verify_cert = false
1846
1847 # Which filter class names to use for filtering hosts when not specified in the
1848 # request. (list value)
1849 #scheduler_default_filters = AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter
1850
1851 # Which weigher class names to use for weighing hosts. (list value)
1852 #scheduler_default_weighers = CapacityWeigher
1853
1854 # Base dir containing mount point for NFS share. (string value)
1855 #backup_mount_point_base = $state_path/backup_mount
1856
1857 # NFS share in hostname:path, ipv4addr:path, or "[ipv6addr]:path" format.
1858 # (string value)
1859 #backup_share = <None>
1860
1861 # Mount options passed to the NFS client. See NFS man page for details. (string
1862 # value)
1863 #backup_mount_options = <None>
1864
1865 # IP address/hostname of Blockbridge API. (string value)
1866 #blockbridge_api_host = <None>
1867
1868 # Override HTTPS port to connect to Blockbridge API server. (integer value)
1869 #blockbridge_api_port = <None>
1870
1871 # Blockbridge API authentication scheme (token or password) (string value)
1872 # Allowed values: token, password
1873 #blockbridge_auth_scheme = token
1874
1875 # Blockbridge API token (for auth scheme 'token') (string value)
1876 #blockbridge_auth_token = <None>
1877
1878 # Blockbridge API user (for auth scheme 'password') (string value)
1879 #blockbridge_auth_user = <None>
1880
1881 # Blockbridge API password (for auth scheme 'password') (string value)
1882 #blockbridge_auth_password = <None>
1883
1884 # Defines the set of exposed pools and their associated backend query strings
1885 # (dict value)
1886 #blockbridge_pools = OpenStack:+openstack
1887
1888 # Default pool name if unspecified. (string value)
1889 #blockbridge_default_pool = <None>
1890
1891 # Data path IP address (string value)
1892 #zfssa_data_ip = <None>
1893
1894 # HTTPS port number (string value)
1895 #zfssa_https_port = 443
1896
1897 # Options to be passed while mounting share over nfs (string value)
1898 #zfssa_nfs_mount_options =
1899
1900 # Storage pool name. (string value)
1901 #zfssa_nfs_pool =
1902
1903 # Project name. (string value)
1904 #zfssa_nfs_project = NFSProject
1905
1906 # Share name. (string value)
1907 #zfssa_nfs_share = nfs_share
1908
1909 # Data compression. (string value)
1910 # Allowed values: off, lzjb, gzip-2, gzip, gzip-9
1911 #zfssa_nfs_share_compression = off
1912
1913 # Synchronous write bias-latency, throughput. (string value)
1914 # Allowed values: latency, throughput
1915 #zfssa_nfs_share_logbias = latency
1916
1917 # REST connection timeout. (seconds) (integer value)
1918 #zfssa_rest_timeout = <None>
1919
1920 # Flag to enable local caching: True, False. (boolean value)
1921 #zfssa_enable_local_cache = true
1922
1923 # Name of directory inside zfssa_nfs_share where cache volumes are stored.
1924 # (string value)
1925 #zfssa_cache_directory = os-cinder-cache
1926
1927 # Space network name to use for data transfer (string value)
1928 #hgst_net = Net 1 (IPv4)
1929
1930 # Comma separated list of Space storage servers:devices. ex:
1931 # os1_stor:gbd0,os2_stor:gbd0 (string value)
1932 #hgst_storage_servers = os:gbd0
1933
1934 # Should spaces be redundantly stored (1/0) (string value)
1935 #hgst_redundancy = 0
1936
1937 # User to own created spaces (string value)
1938 #hgst_space_user = root
1939
1940 # Group to own created spaces (string value)
1941 #hgst_space_group = disk
1942
1943 # UNIX mode for created spaces (string value)
1944 #hgst_space_mode = 0600
1945
1946 # Directory used for temporary storage during image conversion (string value)
1947 #image_conversion_dir = $state_path/conversion
1948
1949 # Match this value when searching for nova in the service catalog. Format is:
1950 # separated values of the form: <service_type>:<service_name>:<endpoint_type>
1951 # (string value)
1952 #nova_catalog_info = compute:Compute Service:publicURL
1953 nova_catalog_info = compute:nova:publicURL
1954
1955 # Same as nova_catalog_info, but for admin endpoint. (string value)
1956 #nova_catalog_admin_info = compute:Compute Service:adminURL
1957 nova_catalog_admin_info = compute:nova:adminURL
1958
1959 # Override service catalog lookup with template for nova endpoint e.g.
1960 # http://localhost:8774/v2/%(project_id)s (string value)
1961 #nova_endpoint_template = <None>
1962
1963 # Same as nova_endpoint_template, but for admin endpoint. (string value)
1964 #nova_endpoint_admin_template = <None>
1965
1966 # Region name of this node (string value)
1967 #os_region_name = <None>
1968
1969 # Location of ca certificates file to use for nova client requests. (string
1970 # value)
1971 #nova_ca_certificates_file = <None>
1972
1973 # Allow to perform insecure SSL requests to nova (boolean value)
1974 #nova_api_insecure = false
1975
1976 # Connect with multipath (FC only).(Default is false.) (boolean value)
1977 #flashsystem_multipath_enabled = false
1978
1979 # DPL pool uuid in which DPL volumes are stored. (string value)
1980 #dpl_pool =
1981
1982 # DPL port number. (integer value)
1983 # Minimum value: 1
1984 # Maximum value: 65535
1985 #dpl_port = 8357
1986
1987 # Add CHAP user (boolean value)
1988 #hitachi_add_chap_user = false
1989
1990 # iSCSI authentication method (string value)
1991 #hitachi_auth_method = <None>
1992
1993 # iSCSI authentication username (string value)
1994 #hitachi_auth_user = HBSD-CHAP-user
1995
1996 # iSCSI authentication password (string value)
1997 #hitachi_auth_password = HBSD-CHAP-password
1998
1999 # Driver to use for volume creation (string value)
2000 #volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
2001
2002 # Timeout for creating the volume to migrate to when performing volume
2003 # migration (seconds) (integer value)
2004 #migration_create_volume_timeout_secs = 300
2005
2006 # Offload pending volume delete during volume service startup (boolean value)
2007 #volume_service_inithost_offload = false
2008
2009 # FC Zoning mode configured (string value)
2010 #zoning_mode = none
2011
2012 # User defined capabilities, a JSON formatted string specifying key/value
2013 # pairs. The key/value pairs can be used by the CapabilitiesFilter to select
2014 # between backends when requests specify volume types. For example, specifying
2015 # a service level or the geographical location of a backend, then creating a
2016 # volume type to allow the user to select by these different properties.
2017 # (string value)
2018 #extra_capabilities = {}
2019
2020 # Default iSCSI Port ID of FlashSystem. (Default port is 0.) (integer value)
2021 #flashsystem_iscsi_portid = 0
2022
2023 # Connection protocol should be FC. (Default is FC.) (string value)
2024 #flashsystem_connection_protocol = FC
2025
2026 # Allows vdisk to multi host mapping. (Default is True) (boolean value)
2027 #flashsystem_multihostmap_enabled = true
2028
2029 # 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1 (string value)
2030 #hp3par_api_url =
2031
2032 # 3PAR username with the 'edit' role (string value)
2033 #hp3par_username =
2034
2035 # 3PAR password for the user specified in hp3par_username (string value)
2036 #hp3par_password =
2037
2038 # List of the CPG(s) to use for volume creation (list value)
2039 #hp3par_cpg = OpenStack
2040
2041 # The CPG to use for Snapshots for volumes. If empty the userCPG will be used.
2042 # (string value)
2043 #hp3par_cpg_snap =
2044
2045 # The time in hours to retain a snapshot.  You can't delete it before this
2046 # expires. (string value)
2047 #hp3par_snapshot_retention =
2048
2049 # The time in hours when a snapshot expires  and is deleted.  This must be
2050 # larger than expiration (string value)
2051 #hp3par_snapshot_expiration =
2052
2053 # Enable HTTP debugging to 3PAR (boolean value)
2054 #hp3par_debug = false
2055
2056 # List of target iSCSI addresses to use. (list value)
2057 #hp3par_iscsi_ips =
2058
2059 # Enable CHAP authentication for iSCSI connections. (boolean value)
2060 #hp3par_iscsi_chap_enabled = false
2061
2062 # Proxy driver that connects to the IBM Storage Array (string value)
2063 #xiv_ds8k_proxy = xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy
2064
2065 # Connection type to the IBM Storage Array (string value)
2066 # Allowed values: fibre_channel, iscsi
2067 #xiv_ds8k_connection_type = iscsi
2068
2069 # CHAP authentication mode, effective only for iscsi (disabled|enabled) (string
2070 # value)
2071 # Allowed values: disabled, enabled
2072 #xiv_chap = disabled
2073
2074 # List of Management IP addresses (separated by commas) (string value)
2075 #management_ips =
2076
2077 # DEPRECATED: This will be removed in the Liberty release. Use san_login and
2078 # san_password instead. This directly sets the Datera API token. (string value)
2079 #datera_api_token = <None>
2080
2081 # Datera API port. (string value)
2082 #datera_api_port = 7717
2083
2084 # Datera API version. (string value)
2085 #datera_api_version = 1
2086
2087 # Number of replicas to create of an inode. (string value)
2088 #datera_num_replicas = 3
2089
2090 # List of all available devices (list value)
2091 #available_devices =
2092
2093 # URL to the Quobyte volume e.g., quobyte://<DIR host>/<volume name> (string
2094 # value)
2095 #quobyte_volume_url = <None>
2096
2097 # Path to a Quobyte Client configuration file. (string value)
2098 #quobyte_client_cfg = <None>
2099
2100 # Create volumes as sparse files which take no space. If set to False, volume
2101 # is created as regular file.In such case volume creation takes a lot of time.
2102 # (boolean value)
2103 #quobyte_sparsed_volumes = true
2104
2105 # Create volumes as QCOW2 files rather than raw files. (boolean value)
2106 #quobyte_qcow2_volumes = true
2107
2108 # Base dir containing the mount point for the Quobyte volume. (string value)
2109 #quobyte_mount_point_base = $state_path/mnt
2110
2111 # File with the list of available vzstorage shares. (string value)
2112 #vzstorage_shares_config = /etc/cinder/vzstorage_shares
2113
2114 # Create volumes as sparsed files which take no space rather than regular files
2115 # when using raw format, in which case volume creation takes lot of time.
2116 # (boolean value)
2117 #vzstorage_sparsed_volumes = true
2118
2119 # Percent of ACTUAL usage of the underlying volume before no new volumes can be
2120 # allocated to the volume destination. (floating point value)
2121 #vzstorage_used_ratio = 0.95
2122
2123 # Base dir containing mount points for vzstorage shares. (string value)
2124 #vzstorage_mount_point_base = $state_path/mnt
2125
2126 # Mount options passed to the vzstorage client. See section of the pstorage-
2127 # mount man page for details. (list value)
2128 #vzstorage_mount_options = <None>
2129
2130 # File with the list of available nfs shares (string value)
2131 #nfs_shares_config = /etc/cinder/nfs_shares
2132
2133 # Create volumes as sparsed files which take no space.If set to False volume is
2134 # created as regular file.In such case volume creation takes a lot of time.
2135 # (boolean value)
2136 #nfs_sparsed_volumes = true
2137
2138 # Percent of ACTUAL usage of the underlying volume before no new volumes can be
2139 # allocated to the volume destination. Note that this option is deprecated in
2140 # favor of "reserved_percentage" and will be removed in the Mitaka release.
2141 # (floating point value)
2142 #nfs_used_ratio = 0.95
2143
2144 # This will compare the allocated to available space on the volume destination.
2145 # If the ratio exceeds this number, the destination will no longer be valid.
2146 # Note that this option is deprecated in favor of "max_oversubscription_ratio"
2147 # and will be removed in the Mitaka release. (floating point value)
2148 #nfs_oversub_ratio = 1.0
2149
2150 # Base dir containing mount points for nfs shares. (string value)
2151 #nfs_mount_point_base = $state_path/mnt
2152
2153 # Mount options passed to the nfs client. See section of the nfs man page for
2154 # details. (string value)
2155 #nfs_mount_options = <None>
2156
2157 # The number of attempts to mount nfs shares before raising an error.  At least
2158 # one attempt will be made to mount an nfs share, regardless of the value
2159 # specified. (integer value)
2160 #nfs_mount_attempts = 3
2161
2162 #
2163 # From oslo.log
2164 #
2165
2166 # Print debugging output (set logging level to DEBUG instead of default INFO
2167 # level). (boolean value)
2168 #debug = false
2169 debug = True
2170
2171 # If set to false, will disable INFO logging level, making WARNING the default.
2172 # (boolean value)
2173 # This option is deprecated for removal.
2174 # Its value may be silently ignored in the future.
2175 #verbose = true
2176 verbose = True
2177
2178 # The name of a logging configuration file. This file is appended to any
2179 # existing logging configuration files. For details about logging configuration
2180 # files, see the Python logging module documentation. (string value)
2181 # Deprecated group/name - [DEFAULT]/log_config
2182 #log_config_append = <None>
2183
2184 # DEPRECATED. A logging.Formatter log message format string which may use any
2185 # of the available logging.LogRecord attributes. This option is deprecated.
2186 # Please use logging_context_format_string and logging_default_format_string
2187 # instead. (string value)
2188 #log_format = <None>
2189
2190 # Format string for %%(asctime)s in log records. Default: %(default)s . (string
2191 # value)
2192 #log_date_format = %Y-%m-%d %H:%M:%S
2193
2194 # (Optional) Name of log file to output to. If no default is set, logging will
2195 # go to stdout. (string value)
2196 # Deprecated group/name - [DEFAULT]/logfile
2197 #log_file = <None>
2198
2199 # (Optional) The base directory used for relative --log-file paths. (string
2200 # value)
2201 # Deprecated group/name - [DEFAULT]/logdir
2202 #log_dir = <None>
2203 log_dir = /var/log/cinder
2204
2205 # Use syslog for logging. Existing syslog format is DEPRECATED and will be
2206 # changed later to honor RFC5424. (boolean value)
2207 #use_syslog = false
2208
2209 # (Optional) Enables or disables syslog rfc5424 format for logging. If enabled,
2210 # prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The
2211 # format without the APP-NAME is deprecated in Kilo, and will be removed in
2212 # Mitaka, along with this option. (boolean value)
2213 # This option is deprecated for removal.
2214 # Its value may be silently ignored in the future.
2215 #use_syslog_rfc_format = true
2216
2217 # Syslog facility to receive log lines. (string value)
2218 #syslog_log_facility = LOG_USER
2219
2220 # Log output to standard error. (boolean value)
2221 #use_stderr = true
2222
2223 # Format string to use for log messages with context. (string value)
2224 #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
2225
2226 # Format string to use for log messages without context. (string value)
2227 #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
2228
2229 # Data to append to log format when level is DEBUG. (string value)
2230 #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
2231
2232 # Prefix each line of exception output with this format. (string value)
2233 #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
2234
2235 # List of logger=LEVEL pairs. (list value)
2236 #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN
2237
2238 # Enables or disables publication of error events. (boolean value)
2239 #publish_errors = false
2240
2241 # The format for an instance that is passed with the log message. (string
2242 # value)
2243 #instance_format = "[instance: %(uuid)s] "
2244
2245 # The format for an instance UUID that is passed with the log message. (string
2246 # value)
2247 #instance_uuid_format = "[instance: %(uuid)s] "
2248
2249 # Enables or disables fatal status of deprecations. (boolean value)
2250 #fatal_deprecations = false
2251
2252 #
2253 # From oslo.messaging
2254 #
2255
2256 # Size of RPC connection pool. (integer value)
2257 # Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
2258 #rpc_conn_pool_size = 30
2259
2260 # ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
2261 # The "host" option should point or resolve to this address. (string value)
2262 #rpc_zmq_bind_address = *
2263
2264 # MatchMaker driver. (string value)
2265 #rpc_zmq_matchmaker = local
2266
2267 # ZeroMQ receiver listening port. (integer value)
2268 #rpc_zmq_port = 9501
2269
2270 # Number of ZeroMQ contexts, defaults to 1. (integer value)
2271 #rpc_zmq_contexts = 1
2272
2273 # Maximum number of ingress messages to locally buffer per topic. Default is
2274 # unlimited. (integer value)
2275 #rpc_zmq_topic_backlog = <None>
2276
2277 # Directory for holding IPC sockets. (string value)
2278 #rpc_zmq_ipc_dir = /var/run/openstack
2279
2280 # Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
2281 # "host" option, if running Nova. (string value)
2282 #rpc_zmq_host = localhost
2283
2284 # Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
2285 # (integer value)
2286 #rpc_cast_timeout = 30
2287
2288 # Heartbeat frequency. (integer value)
2289 #matchmaker_heartbeat_freq = 300
2290
2291 # Heartbeat time-to-live. (integer value)
2292 #matchmaker_heartbeat_ttl = 600
2293
2294 # Size of executor thread pool. (integer value)
2295 # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
2296 #executor_thread_pool_size = 64
2297
2298 # The Drivers(s) to handle sending notifications. Possible values are
2299 # messaging, messagingv2, routing, log, test, noop (multi valued)
2300 #notification_driver =
2301 notification_driver =messagingv2
2302
2303 # AMQP topic used for OpenStack notifications. (list value)
2304 # Deprecated group/name - [rpc_notifier2]/topics
2305 #notification_topics = notifications
2306
2307 # Seconds to wait for a response from a call. (integer value)
2308 #rpc_response_timeout = 60
2309
2310 # A URL representing the messaging driver to use and its full configuration. If
2311 # not set, we fall back to the rpc_backend option and driver specific
2312 # configuration. (string value)
2313 #transport_url = <None>
2314
2315 # The messaging driver to use, defaults to rabbit. Other drivers include qpid
2316 # and zmq. (string value)
2317 #rpc_backend = rabbit
2318 rpc_backend = rabbit
2319
2320 # The default exchange under which topics are scoped. May be overridden by an
2321 # exchange name specified in the transport_url option. (string value)
2322 #control_exchange = openstack
2323 control_exchange = openstack
2324
2325 #
2326 # From oslo.messaging
2327 #
2328
2329 # Size of RPC connection pool. (integer value)
2330 # Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
2331 #rpc_conn_pool_size = 30
2332
2333 # ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
2334 # The "host" option should point or resolve to this address. (string value)
2335 #rpc_zmq_bind_address = *
2336
2337 # MatchMaker driver. (string value)
2338 #rpc_zmq_matchmaker = local
2339
2340 # ZeroMQ receiver listening port. (integer value)
2341 #rpc_zmq_port = 9501
2342
2343 # Number of ZeroMQ contexts, defaults to 1. (integer value)
2344 #rpc_zmq_contexts = 1
2345
2346 # Maximum number of ingress messages to locally buffer per topic. Default is
2347 # unlimited. (integer value)
2348 #rpc_zmq_topic_backlog = <None>
2349
2350 # Directory for holding IPC sockets. (string value)
2351 #rpc_zmq_ipc_dir = /var/run/openstack
2352
2353 # Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
2354 # "host" option, if running Nova. (string value)
2355 #rpc_zmq_host = localhost
2356
2357 # Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
2358 # (integer value)
2359 #rpc_cast_timeout = 30
2360
2361 # Heartbeat frequency. (integer value)
2362 #matchmaker_heartbeat_freq = 300
2363
2364 # Heartbeat time-to-live. (integer value)
2365 #matchmaker_heartbeat_ttl = 600
2366
2367 # Size of executor thread pool. (integer value)
2368 # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
2369 #executor_thread_pool_size = 64
2370
2371 # The Drivers(s) to handle sending notifications. Possible values are
2372 # messaging, messagingv2, routing, log, test, noop (multi valued)
2373 #notification_driver =
2374
2375 # AMQP topic used for OpenStack notifications. (list value)
2376 # Deprecated group/name - [rpc_notifier2]/topics
2377 #notification_topics = notifications
2378
2379 # Seconds to wait for a response from a call. (integer value)
2380 #rpc_response_timeout = 60
2381
2382 # A URL representing the messaging driver to use and its full configuration. If
2383 # not set, we fall back to the rpc_backend option and driver specific
2384 # configuration. (string value)
2385 #transport_url = <None>
2386
2387 # The messaging driver to use, defaults to rabbit. Other drivers include qpid
2388 # and zmq. (string value)
2389 #rpc_backend = rabbit
2390
2391 # The default exchange under which topics are scoped. May be overridden by an
2392 # exchange name specified in the transport_url option. (string value)
2393 #control_exchange = openstack
2394 api_paste_config=/etc/cinder/api-paste.ini
2395
2396
2397 [BRCD_FABRIC_EXAMPLE]
2398
2399 #
2400 # From cinder
2401 #
2402
2403 # Management IP of fabric (string value)
2404 #fc_fabric_address =
2405
2406 # Fabric user ID (string value)
2407 #fc_fabric_user =
2408
2409 # Password for user (string value)
2410 #fc_fabric_password =
2411
2412 # Connecting port (integer value)
2413 # Minimum value: 1
2414 # Maximum value: 65535
2415 #fc_fabric_port = 22
2416
2417 # overridden zoning policy (string value)
2418 #zoning_policy = initiator-target
2419
2420 # overridden zoning activation state (boolean value)
2421 #zone_activate = true
2422
2423 # overridden zone name prefix (string value)
2424 #zone_name_prefix = <None>
2425
2426 # Principal switch WWN of the fabric (string value)
2427 #principal_switch_wwn = <None>
2428
2429
2430 [CISCO_FABRIC_EXAMPLE]
2431
2432 #
2433 # From cinder
2434 #
2435
2436 # Management IP of fabric (string value)
2437 #cisco_fc_fabric_address =
2438
2439 # Fabric user ID (string value)
2440 #cisco_fc_fabric_user =
2441
2442 # Password for user (string value)
2443 #cisco_fc_fabric_password =
2444
2445 # Connecting port (integer value)
2446 # Minimum value: 1
2447 # Maximum value: 65535
2448 #cisco_fc_fabric_port = 22
2449
2450 # overridden zoning policy (string value)
2451 #cisco_zoning_policy = initiator-target
2452
2453 # overridden zoning activation state (boolean value)
2454 #cisco_zone_activate = true
2455
2456 # overridden zone name prefix (string value)
2457 #cisco_zone_name_prefix = <None>
2458
2459 # VSAN of the Fabric (string value)
2460 #cisco_zoning_vsan = <None>
2461
2462
2463 [cors]
2464
2465 #
2466 # From oslo.middleware
2467 #
2468
2469 # Indicate whether this resource may be shared with the domain received in the
2470 # requests "origin" header. (string value)
2471 #allowed_origin = <None>
2472
2473 # Indicate that the actual request can include user credentials (boolean value)
2474 #allow_credentials = true
2475
2476 # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
2477 # Headers. (list value)
2478 #expose_headers = Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma
2479
2480 # Maximum cache age of CORS preflight requests. (integer value)
2481 #max_age = 3600
2482
2483 # Indicate which methods can be used during the actual request. (list value)
2484 #allow_methods = GET,POST,PUT,DELETE,OPTIONS
2485
2486 # Indicate which header field names may be used during the actual request.
2487 # (list value)
2488 #allow_headers = Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma
2489
2490
2491 [cors.subdomain]
2492
2493 #
2494 # From oslo.middleware
2495 #
2496
2497 # Indicate whether this resource may be shared with the domain received in the
2498 # requests "origin" header. (string value)
2499 #allowed_origin = <None>
2500
2501 # Indicate that the actual request can include user credentials (boolean value)
2502 #allow_credentials = true
2503
2504 # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
2505 # Headers. (list value)
2506 #expose_headers = Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma
2507
2508 # Maximum cache age of CORS preflight requests. (integer value)
2509 #max_age = 3600
2510
2511 # Indicate which methods can be used during the actual request. (list value)
2512 #allow_methods = GET,POST,PUT,DELETE,OPTIONS
2513
2514 # Indicate which header field names may be used during the actual request.
2515 # (list value)
2516 #allow_headers = Content-Type,Cache-Control,Content-Language,Expires,Last-Modified,Pragma
2517
2518
2519 [database]
2520
2521 #
2522 # From oslo.db
2523 #
2524
2525 # The file name to use with SQLite. (string value)
2526 # Deprecated group/name - [DEFAULT]/sqlite_db
2527 #sqlite_db = oslo.sqlite
2528
2529 # If True, SQLite uses synchronous mode. (boolean value)
2530 # Deprecated group/name - [DEFAULT]/sqlite_synchronous
2531 #sqlite_synchronous = true
2532
2533 # The back end to use for the database. (string value)
2534 # Deprecated group/name - [DEFAULT]/db_backend
2535 #backend = sqlalchemy
2536
2537 # The SQLAlchemy connection string to use to connect to the database. (string
2538 # value)
2539 # Deprecated group/name - [DEFAULT]/sql_connection
2540 # Deprecated group/name - [DATABASE]/sql_connection
2541 # Deprecated group/name - [sql]/connection
2542 #connection = <None>
2543 connection = mysql+pymysql://cinder:qum5net@VARINET4ADDR/cinder
2544
2545 # The SQLAlchemy connection string to use to connect to the slave database.
2546 # (string value)
2547 #slave_connection = <None>
2548
2549 # The SQL mode to be used for MySQL sessions. This option, including the
2550 # default, overrides any server-set SQL mode. To use whatever SQL mode is set
2551 # by the server configuration, set this to no value. Example: mysql_sql_mode=
2552 # (string value)
2553 #mysql_sql_mode = TRADITIONAL
2554
2555 # Timeout before idle SQL connections are reaped. (integer value)
2556 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
2557 # Deprecated group/name - [DATABASE]/sql_idle_timeout
2558 # Deprecated group/name - [sql]/idle_timeout
2559 #idle_timeout = 3600
2560
2561 # Minimum number of SQL connections to keep open in a pool. (integer value)
2562 # Deprecated group/name - [DEFAULT]/sql_min_pool_size
2563 # Deprecated group/name - [DATABASE]/sql_min_pool_size
2564 #min_pool_size = 1
2565
2566 # Maximum number of SQL connections to keep open in a pool. (integer value)
2567 # Deprecated group/name - [DEFAULT]/sql_max_pool_size
2568 # Deprecated group/name - [DATABASE]/sql_max_pool_size
2569 #max_pool_size = <None>
2570
2571 # Maximum number of database connection retries during startup. Set to -1 to
2572 # specify an infinite retry count. (integer value)
2573 # Deprecated group/name - [DEFAULT]/sql_max_retries
2574 # Deprecated group/name - [DATABASE]/sql_max_retries
2575 #max_retries = 10
2576
2577 # Interval between retries of opening a SQL connection. (integer value)
2578 # Deprecated group/name - [DEFAULT]/sql_retry_interval
2579 # Deprecated group/name - [DATABASE]/reconnect_interval
2580 #retry_interval = 10
2581
2582 # If set, use this value for max_overflow with SQLAlchemy. (integer value)
2583 # Deprecated group/name - [DEFAULT]/sql_max_overflow
2584 # Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
2585 #max_overflow = <None>
2586
2587 # Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
2588 # value)
2589 # Deprecated group/name - [DEFAULT]/sql_connection_debug
2590 #connection_debug = 0
2591
2592 # Add Python stack traces to SQL as comment strings. (boolean value)
2593 # Deprecated group/name - [DEFAULT]/sql_connection_trace
2594 #connection_trace = false
2595
2596 # If set, use this value for pool_timeout with SQLAlchemy. (integer value)
2597 # Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
2598 #pool_timeout = <None>
2599
2600 # Enable the experimental use of database reconnect on connection lost.
2601 # (boolean value)
2602 #use_db_reconnect = false
2603
2604 # Seconds between retries of a database transaction. (integer value)
2605 #db_retry_interval = 1
2606
2607 # If True, increases the interval between retries of a database operation up to
2608 # db_max_retry_interval. (boolean value)
2609 #db_inc_retry_interval = true
2610
2611 # If db_inc_retry_interval is set, the maximum seconds between retries of a
2612 # database operation. (integer value)
2613 #db_max_retry_interval = 10
2614
2615 # Maximum retries in case of connection error or deadlock error before error is
2616 # raised. Set to -1 to specify an infinite retry count. (integer value)
2617 #db_max_retries = 20
2618
2619
2620 [fc-zone-manager]
2621
2622 #
2623 # From cinder
2624 #
2625
2626 # FC Zone Driver responsible for zone management (string value)
2627 #zone_driver = cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver
2628
2629 # Zoning policy configured by user; valid values include "initiator-target" or
2630 # "initiator" (string value)
2631 #zoning_policy = initiator-target
2632
2633 # Comma separated list of Fibre Channel fabric names. This list of names is
2634 # used to retrieve other SAN credentials for connecting to each SAN fabric
2635 # (string value)
2636 #fc_fabric_names = <None>
2637
2638 # FC SAN Lookup Service (string value)
2639 #fc_san_lookup_service = cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService
2640
2641 # Southbound connector for zoning operation (string value)
2642 #brcd_sb_connector = cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli.BrcdFCZoneClientCLI
2643
2644 # Southbound connector for zoning operation (string value)
2645 #cisco_sb_connector = cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI
2646
2647
2648 [keymgr]
2649
2650 #
2651 # From cinder
2652 #
2653
2654 # Authentication url for encryption service. (string value)
2655 #encryption_auth_url = http://localhost:5000/v3
2656
2657 # Url for encryption service. (string value)
2658 #encryption_api_url = http://localhost:9311/v1
2659
2660 # The full class name of the key manager API class (string value)
2661 #api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager
2662
2663 # Fixed key returned by key manager, specified in hex (string value)
2664 #fixed_key = <None>
2665
2666
2667 [keystone_authtoken]
2668
2669 #
2670 # From keystonemiddleware.auth_token
2671 #
2672
2673 # Complete public Identity API endpoint. (string value)
2674 #auth_uri = <None>
2675 auth_uri = http://VARINET4ADDR:5000/v2.0
2676
2677 # API version of the admin Identity API endpoint. (string value)
2678 #auth_version = <None>
2679
2680 # Do not handle authorization requests within the middleware, but delegate the
2681 # authorization decision to downstream WSGI components. (boolean value)
2682 #delay_auth_decision = false
2683
2684 # Request timeout value for communicating with Identity API server. (integer
2685 # value)
2686 #http_connect_timeout = <None>
2687
2688 # How many times are we trying to reconnect when communicating with Identity
2689 # API Server. (integer value)
2690 #http_request_max_retries = 3
2691
2692 # Env key for the swift cache. (string value)
2693 #cache = <None>
2694
2695 # Required if identity server requires client certificate (string value)
2696 #certfile = <None>
2697
2698 # Required if identity server requires client certificate (string value)
2699 #keyfile = <None>
2700
2701 # A PEM encoded Certificate Authority to use when verifying HTTPs connections.
2702 # Defaults to system CAs. (string value)
2703 #cafile = <None>
2704
2705 # Verify HTTPS connections. (boolean value)
2706 #insecure = false
2707
2708 # The region in which the identity server can be found. (string value)
2709 #region_name = <None>
2710
2711 # Directory used to cache files related to PKI tokens. (string value)
2712 #signing_dir = <None>
2713
2714 # Optionally specify a list of memcached server(s) to use for caching. If left
2715 # undefined, tokens will instead be cached in-process. (list value)
2716 # Deprecated group/name - [DEFAULT]/memcache_servers
2717 #memcached_servers = <None>
2718
2719 # In order to prevent excessive effort spent validating tokens, the middleware
2720 # caches previously-seen tokens for a configurable duration (in seconds). Set
2721 # to -1 to disable caching completely. (integer value)
2722 #token_cache_time = 300
2723
2724 # Determines the frequency at which the list of revoked tokens is retrieved
2725 # from the Identity service (in seconds). A high number of revocation events
2726 # combined with a low cache duration may significantly reduce performance.
2727 # (integer value)
2728 #revocation_cache_time = 10
2729
2730 # (Optional) If defined, indicate whether token data should be authenticated or
2731 # authenticated and encrypted. Acceptable values are MAC or ENCRYPT.  If MAC,
2732 # token data is authenticated (with HMAC) in the cache. If ENCRYPT, token data
2733 # is encrypted and authenticated in the cache. If the value is not one of these
2734 # options or empty, auth_token will raise an exception on initialization.
2735 # (string value)
2736 #memcache_security_strategy = <None>
2737
2738 # (Optional, mandatory if memcache_security_strategy is defined) This string is
2739 # used for key derivation. (string value)
2740 #memcache_secret_key = <None>
2741
2742 # (Optional) Number of seconds memcached server is considered dead before it is
2743 # tried again. (integer value)
2744 #memcache_pool_dead_retry = 300
2745
2746 # (Optional) Maximum total number of open connections to every memcached
2747 # server. (integer value)
2748 #memcache_pool_maxsize = 10
2749
2750 # (Optional) Socket timeout in seconds for communicating with a memcached
2751 # server. (integer value)
2752 #memcache_pool_socket_timeout = 3
2753
2754 # (Optional) Number of seconds a connection to memcached is held unused in the
2755 # pool before it is closed. (integer value)
2756 #memcache_pool_unused_timeout = 60
2757
2758 # (Optional) Number of seconds that an operation will wait to get a memcached
2759 # client connection from the pool. (integer value)
2760 #memcache_pool_conn_get_timeout = 10
2761
2762 # (Optional) Use the advanced (eventlet safe) memcached client pool. The
2763 # advanced pool will only work under python 2.x. (boolean value)
2764 #memcache_use_advanced_pool = false
2765
2766 # (Optional) Indicate whether to set the X-Service-Catalog header. If False,
2767 # middleware will not ask for service catalog on token validation and will not
2768 # set the X-Service-Catalog header. (boolean value)
2769 #include_service_catalog = true
2770
2771 # Used to control the use and type of token binding. Can be set to: "disabled"
2772 # to not check token binding. "permissive" (default) to validate binding
2773 # information if the bind type is of a form known to the server and ignore it
2774 # if not. "strict" like "permissive" but if the bind type is unknown the token
2775 # will be rejected. "required" any form of token binding is needed to be
2776 # allowed. Finally the name of a binding method that must be present in tokens.
2777 # (string value)
2778 #enforce_token_bind = permissive
2779
2780 # If true, the revocation list will be checked for cached tokens. This requires
2781 # that PKI tokens are configured on the identity server. (boolean value)
2782 #check_revocations_for_cached = false
2783
2784 # Hash algorithms to use for hashing PKI tokens. This may be a single algorithm
2785 # or multiple. The algorithms are those supported by Python standard
2786 # hashlib.new(). The hashes will be tried in the order given, so put the
2787 # preferred one first for performance. The result of the first hash will be
2788 # stored in the cache. This will typically be set to multiple values only while
2789 # migrating from a less secure algorithm to a more secure one. Once all the old
2790 # tokens are expired this option should be set to a single value for better
2791 # performance. (list value)
2792 #hash_algorithms = md5
2793
2794 # Prefix to prepend at the beginning of the path. Deprecated, use identity_uri.
2795 # (string value)
2796 #auth_admin_prefix =
2797
2798 # Host providing the admin Identity API endpoint. Deprecated, use identity_uri.
2799 # (string value)
2800 #auth_host = 127.0.0.1
2801
2802 # Port of the admin Identity API endpoint. Deprecated, use identity_uri.
2803 # (integer value)
2804 #auth_port = 35357
2805
2806 # Protocol of the admin Identity API endpoint (http or https). Deprecated, use
2807 # identity_uri. (string value)
2808 #auth_protocol = https
2809
2810 # Complete admin Identity API endpoint. This should specify the unversioned
2811 # root endpoint e.g. https://localhost:35357/ (string value)
2812 #identity_uri = <None>
2813 identity_uri = http://VARINET4ADDR:35357
2814
2815 # This option is deprecated and may be removed in a future release. Single
2816 # shared secret with the Keystone configuration used for bootstrapping a
2817 # Keystone installation, or otherwise bypassing the normal authentication
2818 # process. This option should not be used, use `admin_user` and
2819 # `admin_password` instead. (string value)
2820 #admin_token = <None>
2821
2822 # Service username. (string value)
2823 #admin_user = <None>
2824 admin_user = cinder
2825
2826 # Service user password. (string value)
2827 #admin_password = <None>
2828 admin_password = qum5net
2829
2830 # Service tenant name. (string value)
2831 #admin_tenant_name = admin
2832 admin_tenant_name = services
2833
2834
2835 [matchmaker_redis]
2836
2837 #
2838 # From oslo.messaging
2839 #
2840
2841 # Host to locate redis. (string value)
2842 #host = 127.0.0.1
2843
2844 # Use this port to connect to redis host. (integer value)
2845 #port = 6379
2846
2847 # Password for Redis server (optional). (string value)
2848 #password = <None>
2849
2850 #
2851 # From oslo.messaging
2852 #
2853
2854 # Host to locate redis. (string value)
2855 #host = 127.0.0.1
2856
2857 # Use this port to connect to redis host. (integer value)
2858 #port = 6379
2859
2860 # Password for Redis server (optional). (string value)
2861 #password = <None>
2862
2863
2864 [matchmaker_ring]
2865
2866 #
2867 # From oslo.messaging
2868 #
2869
2870 # Matchmaker ring file (JSON). (string value)
2871 # Deprecated group/name - [DEFAULT]/matchmaker_ringfile
2872 #ringfile = /etc/oslo/matchmaker_ring.json
2873
2874 #
2875 # From oslo.messaging
2876 #
2877
2878 # Matchmaker ring file (JSON). (string value)
2879 # Deprecated group/name - [DEFAULT]/matchmaker_ringfile
2880 #ringfile = /etc/oslo/matchmaker_ring.json
2881
2882
2883 [oslo_concurrency]
2884
2885 #
2886 # From oslo.concurrency
2887 #
2888
2889 # Enables or disables inter-process locks. (boolean value)
2890 # Deprecated group/name - [DEFAULT]/disable_process_locking
2891 #disable_process_locking = false
2892
2893 # Directory to use for lock files.  For security, the specified directory
2894 # should only be writable by the user running the processes that need locking.
2895 # Defaults to environment variable OSLO_LOCK_PATH. If external locks are used,
2896 # a lock path must be set. (string value)
2897 # Deprecated group/name - [DEFAULT]/lock_path
2898 #lock_path = <None>
2899
2900
2901 [oslo_messaging_amqp]
2902
2903 #
2904 # From oslo.messaging
2905 #
2906
2907 # address prefix used when sending to a specific server (string value)
2908 # Deprecated group/name - [amqp1]/server_request_prefix
2909 #server_request_prefix = exclusive
2910
2911 # address prefix used when broadcasting to all servers (string value)
2912 # Deprecated group/name - [amqp1]/broadcast_prefix
2913 #broadcast_prefix = broadcast
2914
2915 # address prefix when sending to any server in group (string value)
2916 # Deprecated group/name - [amqp1]/group_request_prefix
2917 #group_request_prefix = unicast
2918
2919 # Name for the AMQP container (string value)
2920 # Deprecated group/name - [amqp1]/container_name
2921 #container_name = <None>
2922
2923 # Timeout for inactive connections (in seconds) (integer value)
2924 # Deprecated group/name - [amqp1]/idle_timeout
2925 #idle_timeout = 0
2926
2927 # Debug: dump AMQP frames to stdout (boolean value)
2928 # Deprecated group/name - [amqp1]/trace
2929 #trace = false
2930
2931 # CA certificate PEM file to verify server certificate (string value)
2932 # Deprecated group/name - [amqp1]/ssl_ca_file
2933 #ssl_ca_file =
2934
2935 # Identifying certificate PEM file to present to clients (string value)
2936 # Deprecated group/name - [amqp1]/ssl_cert_file
2937 #ssl_cert_file =
2938
2939 # Private key PEM file used to sign cert_file certificate (string value)
2940 # Deprecated group/name - [amqp1]/ssl_key_file
2941 #ssl_key_file =
2942
2943 # Password for decrypting ssl_key_file (if encrypted) (string value)
2944 # Deprecated group/name - [amqp1]/ssl_key_password
2945 #ssl_key_password = <None>
2946
2947 # Accept clients using either SSL or plain TCP (boolean value)
2948 # Deprecated group/name - [amqp1]/allow_insecure_clients
2949 #allow_insecure_clients = false
2950
2951 #
2952 # From oslo.messaging
2953 #
2954
2955 # address prefix used when sending to a specific server (string value)
2956 # Deprecated group/name - [amqp1]/server_request_prefix
2957 #server_request_prefix = exclusive
2958
2959 # address prefix used when broadcasting to all servers (string value)
2960 # Deprecated group/name - [amqp1]/broadcast_prefix
2961 #broadcast_prefix = broadcast
2962
2963 # address prefix when sending to any server in group (string value)
2964 # Deprecated group/name - [amqp1]/group_request_prefix
2965 #group_request_prefix = unicast
2966
2967 # Name for the AMQP container (string value)
2968 # Deprecated group/name - [amqp1]/container_name
2969 #container_name = <None>
2970
2971 # Timeout for inactive connections (in seconds) (integer value)
2972 # Deprecated group/name - [amqp1]/idle_timeout
2973 #idle_timeout = 0
2974
2975 # Debug: dump AMQP frames to stdout (boolean value)
2976 # Deprecated group/name - [amqp1]/trace
2977 #trace = false
2978
2979 # CA certificate PEM file to verify server certificate (string value)
2980 # Deprecated group/name - [amqp1]/ssl_ca_file
2981 #ssl_ca_file =
2982
2983 # Identifying certificate PEM file to present to clients (string value)
2984 # Deprecated group/name - [amqp1]/ssl_cert_file
2985 #ssl_cert_file =
2986
2987 # Private key PEM file used to sign cert_file certificate (string value)
2988 # Deprecated group/name - [amqp1]/ssl_key_file
2989 #ssl_key_file =
2990
2991 # Password for decrypting ssl_key_file (if encrypted) (string value)
2992 # Deprecated group/name - [amqp1]/ssl_key_password
2993 #ssl_key_password = <None>
2994
2995 # Accept clients using either SSL or plain TCP (boolean value)
2996 # Deprecated group/name - [amqp1]/allow_insecure_clients
2997 #allow_insecure_clients = false
2998
2999
3000 [oslo_messaging_qpid]
3001
3002 #
3003 # From oslo.messaging
3004 #
3005
3006 # Use durable queues in AMQP. (boolean value)
3007 # Deprecated group/name - [DEFAULT]/amqp_durable_queues
3008 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
3009 #amqp_durable_queues = false
3010
3011 # Auto-delete queues in AMQP. (boolean value)
3012 # Deprecated group/name - [DEFAULT]/amqp_auto_delete
3013 #amqp_auto_delete = false
3014
3015 # Send a single AMQP reply to call message. The current behaviour since oslo-
3016 # incubator is to send two AMQP replies - first one with the payload, a second
3017 # one to ensure the other have finish to send the payload. We are going to
3018 # remove it in the N release, but we must keep backward compatible at the same
3019 # time. This option provides such compatibility - it defaults to False in
3020 # Liberty and can be turned on for early adopters with a new installations or
3021 # for testing. Please note, that this option will be removed in the Mitaka
3022 # release. (boolean value)
3023 #send_single_reply = false
3024
3025 # Qpid broker hostname. (string value)
3026 # Deprecated group/name - [DEFAULT]/qpid_hostname
3027 #qpid_hostname = localhost
3028
3029 # Qpid broker port. (integer value)
3030 # Deprecated group/name - [DEFAULT]/qpid_port
3031 #qpid_port = 5672
3032
3033 # Qpid HA cluster host:port pairs. (list value)
3034 # Deprecated group/name - [DEFAULT]/qpid_hosts
3035 #qpid_hosts = $qpid_hostname:$qpid_port
3036
3037 # Username for Qpid connection. (string value)
3038 # Deprecated group/name - [DEFAULT]/qpid_username
3039 #qpid_username =
3040
3041 # Password for Qpid connection. (string value)
3042 # Deprecated group/name - [DEFAULT]/qpid_password
3043 #qpid_password =
3044
3045 # Space separated list of SASL mechanisms to use for auth. (string value)
3046 # Deprecated group/name - [DEFAULT]/qpid_sasl_mechanisms
3047 #qpid_sasl_mechanisms =
3048
3049 # Seconds between connection keepalive heartbeats. (integer value)
3050 # Deprecated group/name - [DEFAULT]/qpid_heartbeat
3051 #qpid_heartbeat = 60
3052
3053 # Transport to use, either 'tcp' or 'ssl'. (string value)
3054 # Deprecated group/name - [DEFAULT]/qpid_protocol
3055 #qpid_protocol = tcp
3056
3057 # Whether to disable the Nagle algorithm. (boolean value)
3058 # Deprecated group/name - [DEFAULT]/qpid_tcp_nodelay
3059 #qpid_tcp_nodelay = true
3060
3061 # The number of prefetched messages held by receiver. (integer value)
3062 # Deprecated group/name - [DEFAULT]/qpid_receiver_capacity
3063 #qpid_receiver_capacity = 1
3064
3065 # The qpid topology version to use.  Version 1 is what was originally used by
3066 # impl_qpid.  Version 2 includes some backwards-incompatible changes that allow
3067 # broker federation to work.  Users should update to version 2 when they are
3068 # able to take everything down, as it requires a clean break. (integer value)
3069 # Deprecated group/name - [DEFAULT]/qpid_topology_version
3070 #qpid_topology_version = 1
3071
3072 #
3073 # From oslo.messaging
3074 #
3075
3076 # Use durable queues in AMQP. (boolean value)
3077 # Deprecated group/name - [DEFAULT]/amqp_durable_queues
3078 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
3079 #amqp_durable_queues = false
3080
3081 # Auto-delete queues in AMQP. (boolean value)
3082 # Deprecated group/name - [DEFAULT]/amqp_auto_delete
3083 #amqp_auto_delete = false
3084
3085 # Send a single AMQP reply to call message. The current behaviour since oslo-
3086 # incubator is to send two AMQP replies - first one with the payload, a second
3087 # one to ensure the other have finish to send the payload. We are going to
3088 # remove it in the N release, but we must keep backward compatible at the same
3089 # time. This option provides such compatibility - it defaults to False in
3090 # Liberty and can be turned on for early adopters with a new installations or
3091 # for testing. Please note, that this option will be removed in the Mitaka
3092 # release. (boolean value)
3093 #send_single_reply = false
3094
3095 # Qpid broker hostname. (string value)
3096 # Deprecated group/name - [DEFAULT]/qpid_hostname
3097 #qpid_hostname = localhost
3098
3099 # Qpid broker port. (integer value)
3100 # Deprecated group/name - [DEFAULT]/qpid_port
3101 #qpid_port = 5672
3102
3103 # Qpid HA cluster host:port pairs. (list value)
3104 # Deprecated group/name - [DEFAULT]/qpid_hosts
3105 #qpid_hosts = $qpid_hostname:$qpid_port
3106
3107 # Username for Qpid connection. (string value)
3108 # Deprecated group/name - [DEFAULT]/qpid_username
3109 #qpid_username =
3110
3111 # Password for Qpid connection. (string value)
3112 # Deprecated group/name - [DEFAULT]/qpid_password
3113 #qpid_password =
3114
3115 # Space separated list of SASL mechanisms to use for auth. (string value)
3116 # Deprecated group/name - [DEFAULT]/qpid_sasl_mechanisms
3117 #qpid_sasl_mechanisms =
3118
3119 # Seconds between connection keepalive heartbeats. (integer value)
3120 # Deprecated group/name - [DEFAULT]/qpid_heartbeat
3121 #qpid_heartbeat = 60
3122
3123 # Transport to use, either 'tcp' or 'ssl'. (string value)
3124 # Deprecated group/name - [DEFAULT]/qpid_protocol
3125 #qpid_protocol = tcp
3126
3127 # Whether to disable the Nagle algorithm. (boolean value)
3128 # Deprecated group/name - [DEFAULT]/qpid_tcp_nodelay
3129 #qpid_tcp_nodelay = true
3130
3131 # The number of prefetched messages held by receiver. (integer value)
3132 # Deprecated group/name - [DEFAULT]/qpid_receiver_capacity
3133 #qpid_receiver_capacity = 1
3134
3135 # The qpid topology version to use.  Version 1 is what was originally used by
3136 # impl_qpid.  Version 2 includes some backwards-incompatible changes that allow
3137 # broker federation to work.  Users should update to version 2 when they are
3138 # able to take everything down, as it requires a clean break. (integer value)
3139 # Deprecated group/name - [DEFAULT]/qpid_topology_version
3140 #qpid_topology_version = 1
3141
3142
3143 [oslo_messaging_rabbit]
3144
3145 #
3146 # From oslo.messaging
3147 #
3148
3149 # Use durable queues in AMQP. (boolean value)
3150 # Deprecated group/name - [DEFAULT]/amqp_durable_queues
3151 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
3152 #amqp_durable_queues = false
3153 amqp_durable_queues = False
3154
3155 # Auto-delete queues in AMQP. (boolean value)
3156 # Deprecated group/name - [DEFAULT]/amqp_auto_delete
3157 #amqp_auto_delete = false
3158
3159 # Send a single AMQP reply to call message. The current behaviour since oslo-
3160 # incubator is to send two AMQP replies - first one with the payload, a second
3161 # one to ensure the other have finish to send the payload. We are going to
3162 # remove it in the N release, but we must keep backward compatible at the same
3163 # time. This option provides such compatibility - it defaults to False in
3164 # Liberty and can be turned on for early adopters with a new installations or
3165 # for testing. Please note, that this option will be removed in the Mitaka
3166 # release. (boolean value)
3167 #send_single_reply = false
3168
3169 # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
3170 # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
3171 # distributions. (string value)
3172 # Deprecated group/name - [DEFAULT]/kombu_ssl_version
3173 #kombu_ssl_version =
3174
3175 # SSL key file (valid only if SSL enabled). (string value)
3176 # Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
3177 #kombu_ssl_keyfile =
3178 kombu_ssl_keyfile =
3179
3180 # SSL cert file (valid only if SSL enabled). (string value)
3181 # Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
3182 #kombu_ssl_certfile =
3183 kombu_ssl_certfile =
3184
3185 # SSL certification authority file (valid only if SSL enabled). (string value)
3186 # Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
3187 #kombu_ssl_ca_certs =
3188 kombu_ssl_ca_certs =
3189
3190 # How long to wait before reconnecting in response to an AMQP consumer cancel
3191 # notification. (floating point value)
3192 # Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
3193 #kombu_reconnect_delay = 1.0
3194
3195 # How long to wait before considering a reconnect attempt to have failed. This
3196 # value should not be longer than rpc_response_timeout. (integer value)
3197 #kombu_reconnect_timeout = 60
3198
3199 # The RabbitMQ broker address where a single node is used. (string value)
3200 # Deprecated group/name - [DEFAULT]/rabbit_host
3201 #rabbit_host = localhost
3202 rabbit_host = VARINET4ADDR
3203
3204 # The RabbitMQ broker port where a single node is used. (integer value)
3205 # Deprecated group/name - [DEFAULT]/rabbit_port
3206 #rabbit_port = 5672
3207 rabbit_port = 5672
3208
3209 # RabbitMQ HA cluster host:port pairs. (list value)
3210 # Deprecated group/name - [DEFAULT]/rabbit_hosts
3211 #rabbit_hosts = $rabbit_host:$rabbit_port
3212 rabbit_hosts = VARINET4ADDR:5672
3213
3214 # Connect over SSL for RabbitMQ. (boolean value)
3215 # Deprecated group/name - [DEFAULT]/rabbit_use_ssl
3216 #rabbit_use_ssl = false
3217 rabbit_use_ssl = False
3218
3219 # The RabbitMQ userid. (string value)
3220 # Deprecated group/name - [DEFAULT]/rabbit_userid
3221 #rabbit_userid = guest
3222 rabbit_userid = guest
3223
3224 # The RabbitMQ password. (string value)
3225 # Deprecated group/name - [DEFAULT]/rabbit_password
3226 #rabbit_password = guest
3227 rabbit_password = guest
3228
3229 # The RabbitMQ login method. (string value)
3230 # Deprecated group/name - [DEFAULT]/rabbit_login_method
3231 #rabbit_login_method = AMQPLAIN
3232
3233 # The RabbitMQ virtual host. (string value)
3234 # Deprecated group/name - [DEFAULT]/rabbit_virtual_host
3235 #rabbit_virtual_host = /
3236 rabbit_virtual_host = /
3237
3238 # How frequently to retry connecting with RabbitMQ. (integer value)
3239 #rabbit_retry_interval = 1
3240
3241 # How long to backoff for between retries when connecting to RabbitMQ. (integer
3242 # value)
3243 # Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
3244 #rabbit_retry_backoff = 2
3245
3246 # Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry
3247 # count). (integer value)
3248 # Deprecated group/name - [DEFAULT]/rabbit_max_retries
3249 #rabbit_max_retries = 0
3250
3251 # Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you
3252 # must wipe the RabbitMQ database. (boolean value)
3253 # Deprecated group/name - [DEFAULT]/rabbit_ha_queues
3254 #rabbit_ha_queues = false
3255 rabbit_ha_queues = False
3256
3257 # Specifies the number of messages to prefetch. Setting to zero allows
3258 # unlimited messages. (integer value)
3259 #rabbit_qos_prefetch_count = 0
3260
3261 # Number of seconds after which the Rabbit broker is considered down if
3262 # heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
3263 # value)
3264 #heartbeat_timeout_threshold = 60
3265 heartbeat_timeout_threshold = 0
3266
3267 # How often times during the heartbeat_timeout_threshold we check the
3268 # heartbeat. (integer value)
3269 #heartbeat_rate = 2
3270 heartbeat_rate = 2
3271
3272 # Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
3273 # Deprecated group/name - [DEFAULT]/fake_rabbit
3274 #fake_rabbit = false
3275
3276 #
3277 # From oslo.messaging
3278 #
3279
3280 # Use durable queues in AMQP. (boolean value)
3281 # Deprecated group/name - [DEFAULT]/amqp_durable_queues
3282 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
3283 #amqp_durable_queues = false
3284
3285 # Auto-delete queues in AMQP. (boolean value)
3286 # Deprecated group/name - [DEFAULT]/amqp_auto_delete
3287 #amqp_auto_delete = false
3288
3289 # Send a single AMQP reply to call message. The current behaviour since oslo-
3290 # incubator is to send two AMQP replies - first one with the payload, a second
3291 # one to ensure the other have finish to send the payload. We are going to
3292 # remove it in the N release, but we must keep backward compatible at the same
3293 # time. This option provides such compatibility - it defaults to False in
3294 # Liberty and can be turned on for early adopters with a new installations or
3295 # for testing. Please note, that this option will be removed in the Mitaka
3296 # release. (boolean value)
3297 #send_single_reply = false
3298
3299 # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
3300 # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
3301 # distributions. (string value)
3302 # Deprecated group/name - [DEFAULT]/kombu_ssl_version
3303 #kombu_ssl_version =
3304
3305 # SSL key file (valid only if SSL enabled). (string value)
3306 # Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
3307 #kombu_ssl_keyfile =
3308
3309 # SSL cert file (valid only if SSL enabled). (string value)
3310 # Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
3311 #kombu_ssl_certfile =
3312
3313 # SSL certification authority file (valid only if SSL enabled). (string value)
3314 # Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
3315 #kombu_ssl_ca_certs =
3316
3317 # How long to wait before reconnecting in response to an AMQP consumer cancel
3318 # notification. (floating point value)
3319 # Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
3320 #kombu_reconnect_delay = 1.0
3321
3322 # How long to wait before considering a reconnect attempt to have failed. This
3323 # value should not be longer than rpc_response_timeout. (integer value)
3324 #kombu_reconnect_timeout = 60
3325
3326 # The RabbitMQ broker address where a single node is used. (string value)
3327 # Deprecated group/name - [DEFAULT]/rabbit_host
3328 #rabbit_host = localhost
3329
3330 # The RabbitMQ broker port where a single node is used. (integer value)
3331 # Deprecated group/name - [DEFAULT]/rabbit_port
3332 #rabbit_port = 5672
3333
3334 # RabbitMQ HA cluster host:port pairs. (list value)
3335 # Deprecated group/name - [DEFAULT]/rabbit_hosts
3336 #rabbit_hosts = $rabbit_host:$rabbit_port
3337
3338 # Connect over SSL for RabbitMQ. (boolean value)
3339 # Deprecated group/name - [DEFAULT]/rabbit_use_ssl
3340 #rabbit_use_ssl = false
3341
3342 # The RabbitMQ userid. (string value)
3343 # Deprecated group/name - [DEFAULT]/rabbit_userid
3344 #rabbit_userid = guest
3345
3346 # The RabbitMQ password. (string value)
3347 # Deprecated group/name - [DEFAULT]/rabbit_password
3348 #rabbit_password = guest
3349
3350 # The RabbitMQ login method. (string value)
3351 # Deprecated group/name - [DEFAULT]/rabbit_login_method
3352 #rabbit_login_method = AMQPLAIN
3353
3354 # The RabbitMQ virtual host. (string value)
3355 # Deprecated group/name - [DEFAULT]/rabbit_virtual_host
3356 #rabbit_virtual_host = /
3357
3358 # How frequently to retry connecting with RabbitMQ. (integer value)
3359 #rabbit_retry_interval = 1
3360
3361 # How long to backoff for between retries when connecting to RabbitMQ. (integer
3362 # value)
3363 # Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
3364 #rabbit_retry_backoff = 2
3365
3366 # Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry
3367 # count). (integer value)
3368 # Deprecated group/name - [DEFAULT]/rabbit_max_retries
3369 #rabbit_max_retries = 0
3370
3371 # Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you
3372 # must wipe the RabbitMQ database. (boolean value)
3373 # Deprecated group/name - [DEFAULT]/rabbit_ha_queues
3374 #rabbit_ha_queues = false
3375
3376 # Specifies the number of messages to prefetch. Setting to zero allows
3377 # unlimited messages. (integer value)
3378 #rabbit_qos_prefetch_count = 0
3379
3380 # Number of seconds after which the Rabbit broker is considered down if
3381 # heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
3382 # value)
3383 #heartbeat_timeout_threshold = 60
3384
3385 # How often times during the heartbeat_timeout_threshold we check the
3386 # heartbeat. (integer value)
3387 #heartbeat_rate = 2
3388
3389 # Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
3390 # Deprecated group/name - [DEFAULT]/fake_rabbit
3391 #fake_rabbit = false
3392
3393
3394 [oslo_middleware]
3395
3396 #
3397 # From oslo.middleware
3398 #
3399
3400 # The maximum body size for each  request, in bytes. (integer value)
3401 # Deprecated group/name - [DEFAULT]/osapi_max_request_body_size
3402 # Deprecated group/name - [DEFAULT]/max_request_body_size
3403 #max_request_body_size = 114688
3404
3405 #
3406 # From oslo.middleware
3407 #
3408
3409 # The HTTP Header that will be used to determine what the original request
3410 # protocol scheme was, even if it was hidden by an SSL termination proxy.
3411 # (string value)
3412 #secure_proxy_ssl_header = X-Forwarded-Proto
3413
3414
3415 [oslo_policy]
3416
3417 #
3418 # From oslo.policy
3419 #
3420
3421 # The JSON file that defines policies. (string value)
3422 # Deprecated group/name - [DEFAULT]/policy_file
3423 #policy_file = policy.json
3424
3425 # Default rule. Enforced when a requested rule is not found. (string value)
3426 # Deprecated group/name - [DEFAULT]/policy_default_rule
3427 #policy_default_rule = default
3428
3429 # Directories where policy configuration files are stored. They can be relative
3430 # to any directory in the search path defined by the config_dir option, or
3431 # absolute paths. The file defined by policy_file must exist for these
3432 # directories to be searched.  Missing or empty directories are ignored. (multi
3433 # valued)
3434 # Deprecated group/name - [DEFAULT]/policy_dirs
3435 # This option is deprecated for removal.
3436 # Its value may be silently ignored in the future.
3437 #policy_dirs = policy.d
3438
3439
3440 [oslo_reports]
3441
3442 #
3443 # From oslo.reports
3444 #
3445
3446 # Path to a log directory where to create a file (string value)
3447 #log_dir = <None>
3448
3449
3450 [profiler]
3451
3452 #
3453 # From cinder
3454 #
3455
3456 # If False fully disable profiling feature. (boolean value)
3457 #profiler_enabled = false
3458
3459 # If False doesn't trace SQL requests. (boolean value)
3460 #trace_sqlalchemy = false
3461
3462 [lvm]
3463 iscsi_helper=lioadm
3464 volume_group=cinder-volumes
3465 iscsi_ip_address=VARINET4ADDR
3466 volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
3467 volumes_dir=/var/lib/cinder/volumes
3468 iscsi_protocol=iscsi
3469 volume_backend_name=lvm
3470
3471 [ceph]
3472 volume_driver = cinder.volume.drivers.rbd.RBDDriver
3473 rbd_pool = volumes
3474 rbd_ceph_conf = /etc/ceph/ceph.conf
3475 rbd_flatten_volume_from_snapshot = false
3476 rbd_max_clone_depth = 5
3477 rbd_store_chunk_size = 4
3478 rados_connect_timeout = -1
3479 glance_api_version = 2
3480 rbd_user=cinder
3481 rbd_secret_uuid=RBDSECRET