2521N/A[DEFAULT]
2521N/A
2521N/A#
6847N/A# From cinder
5403N/A#
5403N/A
6847N/A# Backup metadata version to be used when backing up volume metadata. If this
6847N/A# number is bumped, make sure the service doing the restore supports the new
6847N/A# version. (integer value)
6847N/A#backup_metadata_version = 2
6847N/A
6847N/A# The number of chunks or objects, for which one Ceilometer notification will
6847N/A# be sent (integer value)
6847N/A#backup_object_number_per_notification = 10
6847N/A
6847N/A# Interval, in seconds, between two progress notifications reporting the backup
6847N/A# status (integer value)
6847N/A#backup_timer_interval = 120
6847N/A
6847N/A# The maximum number of items that a collection resource returns in a single
6847N/A# response (integer value)
6847N/A#osapi_max_limit = 1000
6847N/A
6847N/A# Base URL that will be presented to users in links to the OpenStack Volume API
6847N/A# (string value)
6847N/A# Deprecated group/name - [DEFAULT]/osapi_compute_link_prefix
6847N/A#osapi_volume_base_URL = <None>
6847N/A
6847N/A# Volume filter options which non-admin user could use to query volumes.
6847N/A# Default values are: ['name', 'status', 'metadata', 'availability_zone'
6847N/A# ,'bootable'] (list value)
6847N/A#query_volume_filters = name,status,metadata,availability_zone,bootable
6847N/A
6847N/A# Ceph configuration file to use. (string value)
6847N/A#backup_ceph_conf = /etc/ceph/ceph.conf
6847N/A
6847N/A# The Ceph user to connect with. Default here is to use the same user as for
6847N/A# Cinder volumes. If not using cephx this should be set to None. (string value)
6847N/A#backup_ceph_user = cinder
6847N/A
6847N/A# The chunk size, in bytes, that a backup is broken into before transfer to the
6847N/A# Ceph object store. (integer value)
6847N/A#backup_ceph_chunk_size = 134217728
6847N/A
6847N/A# The Ceph pool where volume backups are stored. (string value)
6847N/A#backup_ceph_pool = backups
6847N/A
6847N/A# RBD stripe unit to use when creating a backup image. (integer value)
6847N/A#backup_ceph_stripe_unit = 0
6847N/A
6847N/A# RBD stripe count to use when creating a backup image. (integer value)
6847N/A#backup_ceph_stripe_count = 0
6847N/A
6847N/A# If True, always discard excess bytes when restoring volumes i.e. pad with
6847N/A# zeroes. (boolean value)
6847N/A#restore_discard_excess_bytes = true
6847N/A
6847N/A# File with the list of available smbfs shares. (string value)
6847N/A#smbfs_shares_config = /etc/cinder/smbfs_shares
6847N/A
6847N/A# The path of the automatically generated file containing information about
6847N/A# volume disk space allocation. (string value)
6847N/A#smbfs_allocation_info_file_path = $state_path/allocation_data
6847N/A
6847N/A# Default format that will be used when creating volumes if no volume format is
6847N/A# specified. (string value)
6847N/A# Allowed values: raw, qcow2, vhd, vhdx
6847N/A#smbfs_default_volume_format = qcow2
6847N/A
6847N/A# Create volumes as sparsed files which take no space rather than regular files
6847N/A# when using raw format, in which case volume creation takes lot of time.
6847N/A# (boolean value)
6847N/A#smbfs_sparsed_volumes = true
6847N/A
6847N/A# Percent of ACTUAL usage of the underlying volume before no new volumes can be
6847N/A# allocated to the volume destination. (floating point value)
6847N/A#smbfs_used_ratio = 0.95
6847N/A
6847N/A# This will compare the allocated to available space on the volume destination.
6847N/A# If the ratio exceeds this number, the destination will no longer be valid.
6847N/A# (floating point value)
6847N/A#smbfs_oversub_ratio = 1.0
6847N/A
6847N/A# Base dir containing mount points for smbfs shares. (string value)
6847N/A#smbfs_mount_point_base = $state_path/mnt
6847N/A
6847N/A# Mount options passed to the smbfs client. See mount.cifs man page for
6847N/A# details. (string value)
6847N/A#smbfs_mount_options = noperm,file_mode=0775,dir_mode=0775
6847N/A
6847N/A# Compression algorithm (None to disable) (string value)
6847N/A#backup_compression_algorithm = zlib
6847N/A
6847N/A# Use thin provisioning for SAN volumes? (boolean value)
6847N/A#san_thin_provision = true
6847N/A
6847N/A# IP address of SAN controller (string value)
6847N/A#san_ip =
6847N/A
6847N/A# Username for SAN controller (string value)
6847N/A#san_login = admin
6847N/A
6847N/A# Password for SAN controller (string value)
6847N/A#san_password =
6847N/A
6847N/A# Filename of private key to use for SSH authentication (string value)
6847N/A#san_private_key =
6847N/A
6847N/A# Cluster name to use for creating volumes (string value)
6847N/A#san_clustername =
6847N/A
6847N/A# SSH port to use with SAN (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#san_ssh_port = 22
6847N/A
6847N/A# Execute commands locally instead of over SSH; use if the volume service is
6847N/A# running on the SAN device (boolean value)
6847N/Asan_is_local = true
6847N/A
6847N/A# SSH connection timeout in seconds (integer value)
6847N/A#ssh_conn_timeout = 30
6847N/A
6847N/A# Minimum ssh connections in the pool (integer value)
6847N/A#ssh_min_pool_conn = 1
6847N/A
6847N/A# Maximum ssh connections in the pool (integer value)
6847N/A#ssh_max_pool_conn = 5
6847N/A
6847N/A# Configuration file for HDS NFS cinder plugin (string value)
6847N/A#hds_hnas_nfs_config_file = /opt/hds/hnas/cinder_nfs_conf.xml
6847N/A
6847N/A# Sets the value of TCP_KEEPALIVE (True/False) for each server socket. (boolean
5403N/A# value)
6847N/A#tcp_keepalive = true
6847N/A
6847N/A# Sets the value of TCP_KEEPINTVL in seconds for each server socket. Not
6847N/A# supported on OS X. (integer value)
6847N/A#tcp_keepalive_interval = <None>
6847N/A
6847N/A# Sets the value of TCP_KEEPCNT for each server socket. Not supported on OS X.
6847N/A# (integer value)
6847N/A#tcp_keepalive_count = <None>
6847N/A
6847N/A# Schedule volumes round robin across NFS shares. (boolean value)
6847N/A#nfs_round_robin = true
6847N/A
6847N/A# Option to enable strict host key checking. When set to "True" Cinder will
6847N/A# only connect to systems with a host key present in the configured
6847N/A# "ssh_hosts_key_file". When set to "False" the host key will be saved upon
6847N/A# first connection and used for subsequent connections. Default=False (boolean
6847N/A# value)
6847N/A#strict_ssh_host_key_policy = false
6847N/A
6847N/A# File containing SSH host keys for the systems with which Cinder needs to
6847N/A# communicate. OPTIONAL: Default=$state_path/ssh_known_hosts (string value)
6847N/A#ssh_hosts_key_file = $state_path/ssh_known_hosts
6847N/A
6847N/A# The storage family type used on the storage system; valid values are
6847N/A# ontap_7mode for using Data ONTAP operating in 7-Mode, ontap_cluster for using
6847N/A# clustered Data ONTAP, or eseries for using E-Series. (string value)
6847N/A# Allowed values: ontap_7mode, ontap_cluster, eseries
6847N/A#netapp_storage_family = ontap_cluster
6847N/A
6847N/A# The storage protocol to be used on the data path with the storage system.
6847N/A# (string value)
6847N/A# Allowed values: iscsi, fc, nfs
6847N/A#netapp_storage_protocol = <None>
6847N/A
6847N/A# The hostname (or IP address) for the storage system or proxy server. (string
6847N/A# value)
6847N/A#netapp_server_hostname = <None>
6847N/A
6847N/A# The TCP port to use for communication with the storage system or proxy
6847N/A# server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for
6847N/A# HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS. (integer value)
6847N/A#netapp_server_port = <None>
6847N/A
6847N/A# The transport protocol used when communicating with the storage system or
6847N/A# proxy server. (string value)
6847N/A# Allowed values: http, https
6847N/A#netapp_transport_type = http
6847N/A
6847N/A# Administrative user account name used to access the storage system or proxy
6847N/A# server. (string value)
6847N/A#netapp_login = <None>
6847N/A
6847N/A# Password for the administrative user account specified in the netapp_login
6847N/A# option. (string value)
6847N/A#netapp_password = <None>
6847N/A
6847N/A# This option specifies the virtual storage server (Vserver) name on the
6847N/A# storage cluster on which provisioning of block storage volumes should occur.
6847N/A# (string value)
6847N/A#netapp_vserver = <None>
6847N/A
6847N/A# The vFiler unit on which provisioning of block storage volumes will be done.
6847N/A# This option is only used by the driver when connecting to an instance with a
6847N/A# storage family of Data ONTAP operating in 7-Mode. Only use this option when
6847N/A# utilizing the MultiStore feature on the NetApp storage system. (string value)
6847N/A#netapp_vfiler = <None>
6847N/A
6847N/A# The name of the config.conf stanza for a Data ONTAP (7-mode) HA partner.
6847N/A# This option is only used by the driver when connecting to an instance with a
6847N/A# storage family of Data ONTAP operating in 7-Mode, and it is required if the
6847N/A# storage protocol selected is FC. (string value)
6847N/A#netapp_partner_backend_name = <None>
6847N/A
6847N/A# The quantity to be multiplied by the requested volume size to ensure enough
6847N/A# space is available on the virtual storage server (Vserver) to fulfill the
6847N/A# volume creation request. Note: this option is deprecated and will be removed
6847N/A# in favor of "reserved_percentage" in the Mitaka release. (floating point
6847N/A# value)
6847N/A#netapp_size_multiplier = 1.2
6847N/A
6847N/A# This option determines if storage space is reserved for LUN allocation. If
6847N/A# enabled, LUNs are thick provisioned. If space reservation is disabled,
6847N/A# storage space is allocated on demand. (string value)
6847N/A# Allowed values: enabled, disabled
6847N/A#netapp_lun_space_reservation = enabled
6847N/A
6847N/A# If the percentage of available space for an NFS share has dropped below the
6847N/A# value specified by this option, the NFS image cache will be cleaned. (integer
5403N/A# value)
6847N/A#thres_avl_size_perc_start = 20
6847N/A
6847N/A# When the percentage of available space on an NFS share has reached the
6847N/A# percentage specified by this option, the driver will stop clearing files from
6847N/A# the NFS image cache that have not been accessed in the last M minutes, where
6847N/A# M is the value of the expiry_thres_minutes configuration option. (integer
5403N/A# value)
6847N/A#thres_avl_size_perc_stop = 60
6847N/A
6847N/A# This option specifies the threshold for last access time for images in the
6847N/A# NFS image cache. When a cache cleaning cycle begins, images in the cache that
6847N/A# have not been accessed in the last M minutes, where M is the value of this
6847N/A# parameter, will be deleted from the cache to create free space on the NFS
6847N/A# share. (integer value)
6847N/A#expiry_thres_minutes = 720
6847N/A
6847N/A# This option is used to specify the path to the E-Series proxy application on
6847N/A# a proxy server. The value is combined with the value of the
6847N/A# netapp_transport_type, netapp_server_hostname, and netapp_server_port options
6847N/A# to create the URL used by the driver to connect to the proxy application.
5403N/A# (string value)
6847N/A#netapp_webservice_path = /devmgr/v2
6847N/A
6847N/A# This option is only utilized when the storage family is configured to
6847N/A# eseries. This option is used to restrict provisioning to the specified
6847N/A# controllers. Specify the value of this option to be a comma separated list of
6847N/A# controller hostnames or IP addresses to be used for provisioning. (string
5403N/A# value)
6847N/A#netapp_controller_ips = <None>
6847N/A
6847N/A# Password for the NetApp E-Series storage array. (string value)
6847N/A#netapp_sa_password = <None>
6847N/A
6847N/A# This option specifies whether the driver should allow operations that require
6847N/A# multiple attachments to a volume. An example would be live migration of
6847N/A# servers that have volumes attached. When enabled, this backend is limited to
6847N/A# 256 total volumes in order to guarantee volumes can be accessed by more than
6847N/A# one host. (boolean value)
6847N/A#netapp_enable_multiattach = false
6847N/A
6847N/A# This option specifies the path of the NetApp copy offload tool binary. Ensure
6847N/A# that the binary has execute permissions set which allow the effective user of
6847N/A# the cinder-volume process to execute the file. (string value)
6847N/A#netapp_copyoffload_tool_path = <None>
6847N/A
6847N/A# This option defines the type of operating system that will access a LUN
6847N/A# exported from Data ONTAP; it is assigned to the LUN at the time it is
6847N/A# created. (string value)
6847N/A#netapp_lun_ostype = <None>
6847N/A
6847N/A# This option defines the type of operating system for all initiators that can
6847N/A# access a LUN. This information is used when mapping LUNs to individual hosts
6847N/A# or groups of hosts. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/netapp_eseries_host_type
6847N/A#netapp_host_type = <None>
6847N/A
6847N/A# This option is used to restrict provisioning to the specified pools. Specify
6847N/A# the value of this option to be a regular expression which will be applied to
6847N/A# the names of objects from the storage backend which represent pools in
6847N/A# Cinder. This option is only utilized when the storage protocol is configured
6847N/A# to use iSCSI or FC. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/netapp_volume_list
6847N/A# Deprecated group/name - [DEFAULT]/netapp_storage_pools
6847N/A#netapp_pool_name_search_pattern = (.+)
6847N/A
6847N/A# Configure CHAP authentication for iSCSI connections (Default: Enabled)
6847N/A# (boolean value)
6847N/A#storwize_svc_iscsi_chap_enabled = true
6847N/A
6847N/A# Base dir containing mount point for gluster share. (string value)
6847N/A#glusterfs_backup_mount_point = $state_path/backup_mount
6847N/A
6847N/A# GlusterFS share in <hostname|ipv4addr|ipv6addr>:<gluster_vol_name> format.
6847N/A# Eg: 1.2.3.4:backup_vol (string value)
6847N/A#glusterfs_backup_share = <None>
6847N/A
6847N/A# Volume prefix for the backup id when backing up to TSM (string value)
6847N/A#backup_tsm_volume_prefix = backup
6847N/A
6847N/A# TSM password for the running username (string value)
6847N/A#backup_tsm_password = password
6847N/A
6847N/A# Enable or Disable compression for backups (boolean value)
6847N/A#backup_tsm_compression = true
6847N/A
6847N/A# config file for cinder eternus_dx volume driver (string value)
6847N/A#cinder_eternus_config_file = /etc/cinder/cinder_fujitsu_eternus_dx.xml
6847N/A
6847N/A# Specifies the path of the GPFS directory where Block Storage volume and
6847N/A# snapshot files are stored. (string value)
6847N/A#gpfs_mount_point_base = <None>
6847N/A
6847N/A# Specifies the path of the Image service repository in GPFS. Leave undefined
6847N/A# if not storing images in GPFS. (string value)
6847N/A#gpfs_images_dir = <None>
6847N/A
6847N/A# Specifies the type of image copy to be used. Set this when the Image service
6847N/A# repository also uses GPFS so that image files can be transferred efficiently
6847N/A# from the Image service to the Block Storage service. There are two valid
6847N/A# values: "copy" specifies that a full copy of the image is made;
6847N/A# "copy_on_write" specifies that copy-on-write optimization strategy is used
6847N/A# and unmodified blocks of the image file are shared efficiently. (string
5403N/A# value)
6847N/A# Allowed values: copy, copy_on_write, <None>
6847N/A#gpfs_images_share_mode = <None>
6847N/A
6847N/A# Specifies an upper limit on the number of indirections required to reach a
6847N/A# specific block due to snapshots or clones. A lengthy chain of copy-on-write
6847N/A# snapshots or clones can have a negative impact on performance, but improves
6847N/A# space utilization. 0 indicates unlimited clone depth. (integer value)
6847N/A#gpfs_max_clone_depth = 0
6847N/A
6847N/A# Specifies that volumes are created as sparse files which initially consume no
6847N/A# space. If set to False, the volume is created as a fully allocated file, in
6847N/A# which case, creation may take a significantly longer time. (boolean value)
6847N/A#gpfs_sparse_volumes = true
6847N/A
6847N/A# Specifies the storage pool that volumes are assigned to. By default, the
6847N/A# system storage pool is used. (string value)
6847N/A#gpfs_storage_pool = system
6847N/A
6847N/A# The base dataset for ZFS volumes. (string value)
6847N/A#zfs_volume_base = rpool/cinder
6847N/A
6847N/A# iSCSI target group name. (string value)
6847N/A#zfs_target_group = tgt-grp
6847N/A
6847N/A# Global backend request timeout, in seconds. (integer value)
6847N/A#violin_request_timeout = 300
6847N/A
6847N/A# IP address of Nexenta SA (string value)
6847N/A#nexenta_host =
6847N/A
6847N/A# HTTP port to connect to Nexenta REST API server (integer value)
6847N/A#nexenta_rest_port = 8080
6847N/A
6847N/A# Use http or https for REST connection (default auto) (string value)
6847N/A# Allowed values: http, https, auto
6847N/A#nexenta_rest_protocol = auto
6847N/A
6847N/A# User name to connect to Nexenta SA (string value)
6847N/A#nexenta_user = admin
6847N/A
6847N/A# Password to connect to Nexenta SA (string value)
6847N/A#nexenta_password = nexenta
6847N/A
6847N/A# Nexenta target portal port (integer value)
6847N/A#nexenta_iscsi_target_portal_port = 3260
6847N/A
6847N/A# SA Pool that holds all volumes (string value)
6847N/A#nexenta_volume = cinder
6847N/A
6847N/A# IQN prefix for iSCSI targets (string value)
6847N/A#nexenta_target_prefix = iqn.1986-03.com.sun:02:cinder-
6847N/A
6847N/A# Prefix for iSCSI target groups on SA (string value)
6847N/A#nexenta_target_group_prefix = cinder/
6847N/A
6847N/A# Volume group for ns5 (string value)
6847N/A#nexenta_volume_group = iscsi
6847N/A
6847N/A# Compression value for new ZFS folders. (string value)
6847N/A# Allowed values: on, off, gzip, gzip-1, gzip-2, gzip-3, gzip-4, gzip-5, gzip-6, gzip-7, gzip-8, gzip-9, lzjb, zle, lz4
6847N/A#nexenta_dataset_compression = on
6847N/A
6847N/A# Deduplication value for new ZFS folders. (string value)
6847N/A# Allowed values: on, off, sha256, verify, sha256, verify
6847N/A#nexenta_dataset_dedup = off
6847N/A
6847N/A# Human-readable description for the folder. (string value)
6847N/A#nexenta_dataset_description =
6847N/A
6847N/A# Block size for datasets (integer value)
6847N/A#nexenta_blocksize = 4096
6847N/A
6847N/A# Block size for datasets (integer value)
6847N/A#nexenta_ns5_blocksize = 32
6847N/A
6847N/A# Enables or disables the creation of sparse datasets (boolean value)
6847N/A#nexenta_sparse = false
6847N/A
6847N/A# File with the list of available nfs shares (string value)
6847N/A#nexenta_shares_config = /etc/cinder/nfs_shares
6847N/A
6847N/A# Base directory that contains NFS share mount points (string value)
6847N/A#nexenta_mount_point_base = $state_path/mnt
6847N/A
6847N/A# Enables or disables the creation of volumes as sparsed files that take no
6847N/A# space. If disabled (False), volume is created as a regular file, which takes
6847N/A# a long time. (boolean value)
6847N/A#nexenta_sparsed_volumes = true
6847N/A
6847N/A# If set True cache NexentaStor appliance volroot option value. (boolean value)
6847N/A#nexenta_nms_cache_volroot = true
6847N/A
6847N/A# Enable stream compression, level 1..9. 1 - gives best speed; 9 - gives best
6847N/A# compression. (integer value)
6847N/A#nexenta_rrmgr_compression = 0
6847N/A
6847N/A# TCP Buffer size in KiloBytes. (integer value)
6847N/A#nexenta_rrmgr_tcp_buf_size = 4096
6847N/A
6847N/A# Number of TCP connections. (integer value)
6847N/A#nexenta_rrmgr_connections = 2
6847N/A
6847N/A# IP address of NexentaEdge management REST API endpoint (string value)
6847N/A#nexenta_rest_address =
6847N/A
6847N/A# User name to connect to NexentaEdge (string value)
6847N/A#nexenta_rest_user = admin
6847N/A
6847N/A# Password to connect to NexentaEdge (string value)
6847N/A#nexenta_rest_password = nexenta
6847N/A
6847N/A# NexentaEdge logical path of bucket for LUNs (string value)
6847N/A#nexenta_lun_container =
6847N/A
6847N/A# NexentaEdge iSCSI service name (string value)
6847N/A#nexenta_iscsi_service =
6847N/A
6847N/A# NexentaEdge iSCSI Gateway client address for non-VIP service (string value)
6847N/A#nexenta_client_address =
6847N/A
6847N/A# NexentaEdge iSCSI LUN object chunk size (integer value)
6847N/A#nexenta_chunksize = 16384
2521N/A
3998N/A# Make exception message format errors fatal. (boolean value)
6847N/A#fatal_exception_format_errors = false
6847N/A
6847N/A# Top-level directory for maintaining cinder's state (string value)
6847N/A# Deprecated group/name - [DEFAULT]/pybasedir
6847N/A#state_path = /var/lib/cinder
6847N/A
6847N/A# IP address of this host (string value)
6847N/A#my_ip =
6847N/A
6847N/A# Default glance host name or IP (string value)
6847N/A#glance_host = $my_ip
6847N/A
6847N/A# Default glance port (integer value)
6847N/A# Minimum value: 1
6847N/A# Maximum value: 65535
6847N/A#glance_port = 9292
6847N/A
6847N/A# A list of the URLs of glance API servers available to cinder
6847N/A# ([http[s]://][hostname|ip]:port). If protocol is not specified it defaults to
6847N/A# http. (list value)
6847N/A#glance_api_servers = $glance_host:$glance_port
6847N/A
6847N/A# Version of the glance API to use (integer value)
6847N/A#glance_api_version = 1
6847N/A
6847N/A# Number retries when downloading an image from glance (integer value)
6847N/A#glance_num_retries = 0
6847N/A
6847N/A# Allow to perform insecure SSL (https) requests to glance (boolean value)
6847N/A#glance_api_insecure = false
6847N/A
6847N/A# Enables or disables negotiation of SSL layer compression. In some cases
6847N/A# disabling compression can improve data throughput, such as when high network
6847N/A# bandwidth is available and you use compressed image formats like qcow2.
6847N/A# (boolean value)
6847N/A#glance_api_ssl_compression = false
6847N/A
6847N/A# Location of ca certificates file to use for glance client requests. (string
6847N/A# value)
6847N/A#glance_ca_certificates_file = <None>
6847N/A
6847N/A# http/https timeout value for glance operations. If no value (None) is
6847N/A# supplied here, the glanceclient default value is used. (integer value)
6847N/A#glance_request_timeout = <None>
6847N/A
6847N/A# The topic that scheduler nodes listen on (string value)
6847N/A#scheduler_topic = cinder-scheduler
6847N/A
6847N/A# The topic that volume nodes listen on (string value)
6847N/A#volume_topic = cinder-volume
6847N/A
6847N/A# The topic that volume backup nodes listen on (string value)
6847N/A#backup_topic = cinder-backup
6847N/A
6847N/A# DEPRECATED: Deploy v1 of the Cinder API. (boolean value)
6847N/A#enable_v1_api = true
6847N/A
6847N/A# DEPRECATED: Deploy v2 of the Cinder API. (boolean value)
6847N/A#enable_v2_api = true
6847N/A
6847N/A# Deploy v3 of the Cinder API. (boolean value)
6847N/A#enable_v3_api = true
6847N/A
6847N/A# Enables or disables rate limit of the API. (boolean value)
6847N/A#api_rate_limit = true
6847N/A
6847N/A# Specify list of extensions to load when using osapi_volume_extension option
6847N/A# with cinder.api.contrib.select_extensions (list value)
6847N/A#osapi_volume_ext_list =
6847N/A
6847N/A# osapi volume extension to load (multi valued)
6847N/A#osapi_volume_extension = cinder.api.contrib.standard_extensions
6847N/A
6847N/A# Full class name for the Manager for volume (string value)
6847N/A#volume_manager = cinder.volume.manager.VolumeManager
6847N/A
6847N/A# Full class name for the Manager for volume backup (string value)
6847N/A#backup_manager = cinder.backup.manager.BackupManager
6847N/A
6847N/A# Full class name for the Manager for scheduler (string value)
6847N/A#scheduler_manager = cinder.scheduler.manager.SchedulerManager
6847N/A
6847N/A# Name of this node. This can be an opaque identifier. It is not necessarily a
6847N/A# host name, FQDN, or IP address. (string value)
6847N/A#host =
6847N/A
6847N/A# Availability zone of this node (string value)
6847N/A#storage_availability_zone = nova
6847N/A
6847N/A# Default availability zone for new volumes. If not set, the
6847N/A# storage_availability_zone option value is used as the default for new
6847N/A# volumes. (string value)
6847N/A#default_availability_zone = <None>
6847N/A
6847N/A# If the requested Cinder availability zone is unavailable, fall back to the
6847N/A# value of default_availability_zone, then storage_availability_zone, instead
6847N/A# of failing. (boolean value)
6847N/A#allow_availability_zone_fallback = false
6847N/A
6847N/A# Default volume type to use (string value)
6847N/A#default_volume_type = <None>
6847N/A
6847N/A# Time period for which to generate volume usages. The options are hour, day,
6847N/A# month, or year. (string value)
6847N/A#volume_usage_audit_period = month
6847N/A
6847N/A# Path to the rootwrap configuration file to use for running commands as root
6847N/A# (string value)
6847N/A#rootwrap_config = /etc/cinder/rootwrap.conf
6847N/A
6847N/A# Enable monkey patching (boolean value)
6847N/A#monkey_patch = false
6847N/A
6847N/A# List of modules/decorators to monkey patch (list value)
6847N/A#monkey_patch_modules =
6847N/A
6847N/A# Maximum time since last check-in for a service to be considered up (integer
6847N/A# value)
6847N/A#service_down_time = 60
6847N/A
6847N/A# The full class name of the volume API class to use (string value)
6847N/A#volume_api_class = cinder.volume.api.API
6847N/A
6847N/A# The full class name of the volume backup API class (string value)
6847N/A#backup_api_class = cinder.backup.api.API
6847N/A
6847N/A# The strategy to use for auth. Supports noauth or keystone. (string value)
6847N/A# Allowed values: noauth, keystone
6847N/A#auth_strategy = keystone
6847N/A
6847N/A# A list of backend names to use. These backend names should be backed by a
6847N/A# unique [CONFIG] group with its options (list value)
6847N/A#enabled_backends = <None>
6847N/A
6847N/A# Whether snapshots count against gigabyte quota (boolean value)
6847N/A#no_snapshot_gb_quota = false
6847N/A
6847N/A# The full class name of the volume transfer API class (string value)
6847N/A#transfer_api_class = cinder.transfer.api.API
6847N/A
6847N/A# The full class name of the volume replication API class (string value)
6847N/A#replication_api_class = cinder.replication.api.API
6847N/A
6847N/A# The full class name of the consistencygroup API class (string value)
6847N/A#consistencygroup_api_class = cinder.consistencygroup.api.API
6847N/A
6847N/A# OpenStack privileged account username. Used for requests to other services
6847N/A# (such as Nova) that require an account with special rights. (string value)
6847N/A#os_privileged_user_name = <None>
6847N/A
6847N/A# Password associated with the OpenStack privileged account. (string value)
6847N/A#os_privileged_user_password = <None>
6847N/A
6847N/A# Tenant name associated with the OpenStack privileged account. (string value)
6847N/A#os_privileged_user_tenant = <None>
6847N/A
6847N/A# Auth URL associated with the OpenStack privileged account. (string value)
6847N/A#os_privileged_user_auth_url = <None>
6847N/A
6847N/A# Multiplier used for weighing free capacity. Negative numbers mean to stack vs
6847N/A# spread. (floating point value)
6847N/A#capacity_weight_multiplier = 1.0
6847N/A
6847N/A# Multiplier used for weighing allocated capacity. Positive numbers mean to
6847N/A# stack vs spread. (floating point value)
6847N/A#allocated_capacity_weight_multiplier = -1.0
6847N/A
6847N/A# IP address of sheep daemon. (string value)
6847N/A#sheepdog_store_address = 127.0.0.1
6847N/A
6847N/A# Port of sheep daemon. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#sheepdog_store_port = 7000
6847N/A
6847N/A# Max size for body of a request (integer value)
6847N/A#osapi_max_request_body_size = 114688
6847N/A
6847N/A# Set 512 byte emulation on volume creation; (boolean value)
6847N/A#sf_emulate_512 = true
6847N/A
6847N/A# Allow tenants to specify QOS on create (boolean value)
6847N/A#sf_allow_tenant_qos = false
6847N/A
6847N/A# Create SolidFire accounts with this prefix. Any string can be used here, but
6847N/A# the string "hostname" is special and will create a prefix using the cinder
6847N/A# node hostname (previous default behavior). The default is NO prefix. (string
6847N/A# value)
6847N/A#sf_account_prefix = <None>
6847N/A
6847N/A# Create SolidFire volumes with this prefix. Volume names are of the form
6847N/A# <sf_volume_prefix><cinder-volume-id>. The default is to use a prefix of
6847N/A# 'UUID-'. (string value)
6847N/A#sf_volume_prefix = UUID-
6847N/A
6847N/A# Account name on the SolidFire Cluster to use as owner of template/cache
6847N/A# volumes (created if does not exist). (string value)
6847N/A#sf_template_account_name = openstack-vtemplate
6847N/A
6847N/A# Create an internal cache of copy of images when a bootable volume is created
6847N/A# to eliminate fetch from glance and qemu-conversion on subsequent calls.
6847N/A# (boolean value)
6847N/A#sf_allow_template_caching = true
6847N/A
6847N/A# Overrides default cluster SVIP with the one specified. This is required or
6847N/A# deployments that have implemented the use of VLANs for iSCSI networks in
6847N/A# their cloud. (string value)
6847N/A#sf_svip = <None>
6847N/A
6847N/A# Create an internal mapping of volume IDs and account. Optimizes lookups and
6847N/A# performance at the expense of memory, very large deployments may want to
6847N/A# consider setting to False. (boolean value)
6847N/A#sf_enable_volume_mapping = true
6847N/A
6847N/A# SolidFire API port. Useful if the device api is behind a proxy on a different
6847N/A# port. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#sf_api_port = 443
6847N/A
6847N/A# Utilize volume access groups on a per-tenant basis. (boolean value)
6847N/A#sf_enable_vag = false
6847N/A
6847N/A# The URL of the Swift endpoint (string value)
6847N/A#backup_swift_url = <None>
6847N/A
6847N/A# The URL of the Keystone endpoint (string value)
6847N/A#backup_swift_auth_url = <None>
6847N/A
6847N/A# Info to match when looking for swift in the service catalog. Format is:
6847N/A# separated values of the form: <service_type>:<service_name>:<endpoint_type> -
6847N/A# Only used if backup_swift_url is unset (string value)
6847N/A#swift_catalog_info = object-store:swift:publicURL
6847N/A
6847N/A# Info to match when looking for keystone in the service catalog. Format is:
6847N/A# separated values of the form: <service_type>:<service_name>:<endpoint_type> -
6847N/A# Only used if backup_swift_auth_url is unset (string value)
6847N/A#keystone_catalog_info = identity:Identity Service:publicURL
6847N/A
6847N/A# Swift authentication mechanism (string value)
6847N/A#backup_swift_auth = per_user
6847N/A
6847N/A# Swift authentication version. Specify "1" for auth 1.0, or "2" for auth 2.0
6847N/A# (string value)
6847N/A#backup_swift_auth_version = 1
6847N/A
6847N/A# Swift tenant/account name. Required when connecting to an auth 2.0 system
6847N/A# (string value)
6847N/A#backup_swift_tenant = <None>
6847N/A
6847N/A# Swift user name (string value)
6847N/A#backup_swift_user = <None>
6847N/A
6847N/A# Swift key for authentication (string value)
6847N/A#backup_swift_key = <None>
6847N/A
6847N/A# The default Swift container to use (string value)
6847N/A#backup_swift_container = volumebackups
6847N/A
6847N/A# The size in bytes of Swift backup objects (integer value)
6847N/A#backup_swift_object_size = 52428800
6847N/A
6847N/A# The size in bytes that changes are tracked for incremental backups.
6847N/A# backup_swift_object_size has to be multiple of backup_swift_block_size.
6847N/A# (integer value)
6847N/A#backup_swift_block_size = 32768
6847N/A
6847N/A# The number of retries to make for Swift operations (integer value)
6847N/A#backup_swift_retry_attempts = 3
6847N/A
6847N/A# The backoff time in seconds between Swift retries (integer value)
6847N/A#backup_swift_retry_backoff = 2
6847N/A
6847N/A# Enable or Disable the timer to send the periodic progress notifications to
6847N/A# Ceilometer when backing up the volume to the Swift backend storage. The
6847N/A# default value is True to enable the timer. (boolean value)
6847N/A#backup_swift_enable_progress_timer = true
6847N/A
6847N/A# Location of the CA certificate file to use for swift client requests. (string
6847N/A# value)
6847N/A#backup_swift_ca_cert_file = <None>
6847N/A
6847N/A# Bypass verification of server certificate when making SSL connection to
6847N/A# Swift. (boolean value)
6847N/A#backup_swift_auth_insecure = false
6847N/A
6847N/A# These values will be used for CloudByte storage's addQos API call. (dict
6847N/A# value)
6847N/A#cb_add_qosgroup = graceallowed:false,iops:10,iopscontrol:true,latency:15,memlimit:0,networkspeed:0,throughput:0,tpcontrol:false
6847N/A
6847N/A# These values will be used for CloudByte storage's createVolume API call.
6847N/A# (dict value)
6847N/A#cb_create_volume = blocklength:512B,compression:off,deduplication:off,protocoltype:ISCSI,recordsize:16k,sync:always
6847N/A
6847N/A# Driver will use this API key to authenticate against the CloudByte storage's
6847N/A# management interface. (string value)
6847N/A#cb_apikey = <None>
6847N/A
6847N/A# CloudByte storage specific account name. This maps to a project name in
6847N/A# OpenStack. (string value)
6847N/A#cb_account_name = <None>
6847N/A
6847N/A# This corresponds to the name of Tenant Storage Machine (TSM) in CloudByte
6847N/A# storage. A volume will be created in this TSM. (string value)
6847N/A#cb_tsm_name = <None>
6847N/A
6847N/A# A retry value in seconds. Will be used by the driver to check if volume
6847N/A# creation was successful in CloudByte storage. (integer value)
6847N/A#cb_confirm_volume_create_retry_interval = 5
6847N/A
6847N/A# Will confirm a successful volume creation in CloudByte storage by making this
6847N/A# many number of attempts. (integer value)
6847N/A#cb_confirm_volume_create_retries = 3
6847N/A
6847N/A# A retry value in seconds. Will be used by the driver to check if volume
6847N/A# deletion was successful in CloudByte storage. (integer value)
6847N/A#cb_confirm_volume_delete_retry_interval = 5
6847N/A
6847N/A# Will confirm a successful volume deletion in CloudByte storage by making this
6847N/A# many number of attempts. (integer value)
6847N/A#cb_confirm_volume_delete_retries = 3
6847N/A
6847N/A# This corresponds to the discovery authentication group in CloudByte storage.
6847N/A# Chap users are added to this group. Driver uses the first user found for this
6847N/A# group. Default value is None. (string value)
6847N/A#cb_auth_group = <None>
6847N/A
6847N/A# These values will be used for CloudByte storage's updateQosGroup API call.
6847N/A# (list value)
6847N/A#cb_update_qos_group = iops,latency,graceallowed
6847N/A
6847N/A# These values will be used for CloudByte storage's updateFileSystem API call.
6847N/A# (list value)
6847N/A#cb_update_file_system = compression,sync,noofcopies,readonly
6847N/A
6847N/A# Interval, in seconds, between nodes reporting state to datastore (integer
6847N/A# value)
6847N/A#report_interval = 10
6847N/A
6847N/A# Interval, in seconds, between running periodic tasks (integer value)
6847N/A#periodic_interval = 60
6847N/A
6847N/A# Range, in seconds, to randomly delay when starting the periodic task
6847N/A# scheduler to reduce stampeding. (Disable by setting to 0) (integer value)
6847N/A#periodic_fuzzy_delay = 60
6847N/A
6847N/A# IP address on which OpenStack Volume API listens (string value)
6847N/A#osapi_volume_listen = 0.0.0.0
6847N/A
6847N/A# Port on which OpenStack Volume API listens (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#osapi_volume_listen_port = 8776
6847N/A
6847N/A# Number of workers for OpenStack Volume API service. The default is equal to
6847N/A# the number of CPUs available. (integer value)
6847N/Aosapi_volume_workers = 1
6847N/A
6847N/A# The full class name of the compute API class to use (string value)
6847N/A#compute_api_class = cinder.compute.nova.API
6847N/A
6847N/A# Number of nodes that should replicate the data. (integer value)
6847N/A#drbdmanage_redundancy = 1
6847N/A
6847N/A# Resource deployment completion wait policy. (string value)
6847N/A#drbdmanage_resource_policy = {"ratio": "0.51", "timeout": "60"}
6847N/A
6847N/A# Snapshot completion wait policy. (string value)
6847N/A#drbdmanage_snapshot_policy = {"count": "1", "timeout": "60"}
6847N/A
6847N/A# Volume resize completion wait policy. (string value)
6847N/A#drbdmanage_resize_policy = {"timeout": "60"}
6847N/A
6847N/A# Resource deployment completion wait plugin. (string value)
6847N/A#drbdmanage_resource_plugin = drbdmanage.plugins.plugins.wait_for.WaitForResource
6847N/A
6847N/A# Snapshot completion wait plugin. (string value)
6847N/A#drbdmanage_snapshot_plugin = drbdmanage.plugins.plugins.wait_for.WaitForSnapshot
6847N/A
6847N/A# Volume resize completion wait plugin. (string value)
6847N/A#drbdmanage_resize_plugin = drbdmanage.plugins.plugins.wait_for.WaitForVolumeSize
6847N/A
6847N/A# If set, the c-vol node will receive a useable
6847N/A# /dev/drbdX device, even if the actual data is stored on
6847N/A# other nodes only.
6847N/A# This is useful for debugging, maintenance, and to be
6847N/A# able to do the iSCSI export from the c-vol node. (boolean
6847N/A# value)
6847N/A#drbdmanage_devs_on_controller = true
6847N/A
6847N/A# Pool or Vdisk name to use for volume creation. (string value)
6847N/A#dothill_backend_name = A
6847N/A
6847N/A# linear (for Vdisk) or virtual (for Pool). (string value)
6847N/A# Allowed values: linear, virtual
6847N/A#dothill_backend_type = virtual
6847N/A
6847N/A# DotHill API interface protocol. (string value)
6847N/A# Allowed values: http, https
6847N/A#dothill_api_protocol = https
6847N/A
6847N/A# Whether to verify DotHill array SSL certificate. (boolean value)
6847N/A#dothill_verify_certificate = false
6847N/A
6847N/A# DotHill array SSL certificate path. (string value)
6847N/A#dothill_verify_certificate_path = <None>
6847N/A
6847N/A# List of comma-separated target iSCSI IP addresses. (list value)
6847N/A#dothill_iscsi_ips =
6847N/A
6847N/A# File with the list of available gluster shares (string value)
6847N/A#glusterfs_shares_config = /etc/cinder/glusterfs_shares
6847N/A
6847N/A# Base dir containing mount points for gluster shares. (string value)
6847N/A#glusterfs_mount_point_base = $state_path/mnt
6847N/A
6847N/A# REST API authorization token. (string value)
6847N/A#pure_api_token = <None>
6847N/A
6847N/A# Automatically determine an oversubscription ratio based on the current total
6847N/A# data reduction values. If used this calculated value will override the
6847N/A# max_over_subscription_ratio config option. (boolean value)
6847N/A#pure_automatic_max_oversubscription_ratio = true
6847N/A
6847N/A# Snapshot replication interval in seconds. (integer value)
6847N/A#pure_replica_interval_default = 900
6847N/A
6847N/A# Retain all snapshots on target for this time (in seconds.) (integer value)
6847N/A#pure_replica_retention_short_term_default = 14400
6847N/A
6847N/A# Retain how many snapshots for each day. (integer value)
6847N/A#pure_replica_retention_long_term_per_day_default = 3
6847N/A
6847N/A# Retain snapshots per day on target for this time (in days.) (integer value)
6847N/A#pure_replica_retention_long_term_default = 7
6847N/A
6847N/A# When enabled, all Pure volumes, snapshots, and protection groups will be
6847N/A# eradicated at the time of deletion in Cinder. Data will NOT be recoverable
6847N/A# after a delete with this set to True! When disabled, volumes and snapshots
6847N/A# will go into pending eradication state and can be recovered. (boolean value)
6847N/A#pure_eradicate_on_delete = false
6847N/A
6847N/A# ID of the project which will be used as the Cinder internal tenant. (string
6847N/A# value)
6847N/A#cinder_internal_tenant_project_id = <None>
6847N/A
6847N/A# ID of the user to be used in volume operations as the Cinder internal tenant.
6847N/A# (string value)
6847N/A#cinder_internal_tenant_user_id = <None>
6847N/A
6847N/A# The scheduler host manager class to use (string value)
6847N/A#scheduler_host_manager = cinder.scheduler.host_manager.HostManager
6847N/A
6847N/A# Maximum number of attempts to schedule a volume (integer value)
6847N/A#scheduler_max_attempts = 3
6847N/A
6847N/A# Path or URL to Scality SOFS configuration file (string value)
6847N/A#scality_sofs_config = <None>
6847N/A
6847N/A# Base dir where Scality SOFS shall be mounted (string value)
6847N/A#scality_sofs_mount_point = $state_path/scality
6847N/A
6847N/A# Path from Scality SOFS root to volume dir (string value)
6847N/A#scality_sofs_volume_dir = cinder/volumes
6847N/A
6847N/A# VNX authentication scope type. (string value)
6847N/A#storage_vnx_authentication_type = global
6847N/A
6847N/A# Directory path that contains the VNX security file. Make sure the security
6847N/A# file is generated first. (string value)
6847N/A#storage_vnx_security_file_dir = <None>
6847N/A
6847N/A# Naviseccli Path. (string value)
6847N/A#naviseccli_path =
6847N/A
6847N/A# Comma-separated list of storage pool names to be used. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/storage_vnx_pool_name
6847N/A#storage_vnx_pool_names = <None>
6847N/A
6847N/A# VNX secondary SP IP Address. (string value)
6847N/A#san_secondary_ip = <None>
6847N/A
6847N/A# Default timeout for CLI operations in minutes. For example, LUN migration is
6847N/A# a typical long running operation, which depends on the LUN size and the load
6847N/A# of the array. An upper bound in the specific deployment can be set to avoid
6847N/A# unnecessary long wait. By default, it is 365 days long. (integer value)
6847N/A#default_timeout = 525600
6847N/A
6847N/A# Default max number of LUNs in a storage group. By default, the value is 255.
6847N/A# (integer value)
6847N/A#max_luns_per_storage_group = 255
6847N/A
6847N/A# To destroy storage group when the last LUN is removed from it. By default,
6847N/A# the value is False. (boolean value)
6847N/A#destroy_empty_storage_group = false
6847N/A
6847N/A# Mapping between hostname and its iSCSI initiator IP addresses. (string value)
6847N/A#iscsi_initiators =
6847N/A
6847N/A# Comma separated iSCSI or FC ports to be used in Nova or Cinder. (string
6847N/A# value)
6847N/A#io_port_list = *
6847N/A
6847N/A# Automatically register initiators. By default, the value is False. (boolean
6847N/A# value)
6847N/A#initiator_auto_registration = false
6847N/A
6847N/A# Automatically deregister initiators after the related storage group is
6847N/A# destroyed. By default, the value is False. (boolean value)
6847N/A#initiator_auto_deregistration = false
6847N/A
6847N/A# Report free_capacity_gb as 0 when the limit to maximum number of pool LUNs is
6847N/A# reached. By default, the value is False. (boolean value)
6847N/A#check_max_pool_luns_threshold = false
6847N/A
6847N/A# Delete a LUN even if it is in Storage Groups. (boolean value)
6847N/A#force_delete_lun_in_storagegroup = false
6847N/A
6847N/A# Force LUN creation even if the full threshold of pool is reached. (boolean
6847N/A# value)
6847N/A#ignore_pool_full_threshold = false
6847N/A
6847N/A# IP address for connecting to VMware vCenter server. (string value)
6847N/A#vmware_host_ip = <None>
6847N/A
6847N/A# Username for authenticating with VMware vCenter server. (string value)
6847N/A#vmware_host_username = <None>
6847N/A
6847N/A# Password for authenticating with VMware vCenter server. (string value)
6847N/A#vmware_host_password = <None>
6847N/A
6847N/A# Optional VIM service WSDL Location e.g http://<server>/vimService.wsdl.
6847N/A# Optional over-ride to default location for bug work-arounds. (string value)
6847N/A#vmware_wsdl_location = <None>
6847N/A
6847N/A# Number of times VMware vCenter server API must be retried upon connection
6847N/A# related issues. (integer value)
6847N/A#vmware_api_retry_count = 10
6847N/A
6847N/A# The interval (in seconds) for polling remote tasks invoked on VMware vCenter
6847N/A# server. (floating point value)
6847N/A#vmware_task_poll_interval = 0.5
6847N/A
6847N/A# Name of the vCenter inventory folder that will contain Cinder volumes. This
6847N/A# folder will be created under "OpenStack/<project_folder>", where
6847N/A# project_folder is of format "Project (<volume_project_id>)". (string value)
6847N/A#vmware_volume_folder = Volumes
6847N/A
6847N/A# Timeout in seconds for VMDK volume transfer between Cinder and Glance.
6847N/A# (integer value)
6847N/A#vmware_image_transfer_timeout_secs = 7200
6847N/A
6847N/A# Max number of objects to be retrieved per batch. Query results will be
6847N/A# obtained in batches from the server and not in one shot. Server may still
6847N/A# limit the count to something less than the configured value. (integer value)
6847N/A#vmware_max_objects_retrieval = 100
6847N/A
6847N/A# Optional string specifying the VMware vCenter server version. The driver
6847N/A# attempts to retrieve the version from VMware vCenter server. Set this
6847N/A# configuration only if you want to override the vCenter server version.
6847N/A# (string value)
6847N/A#vmware_host_version = <None>
6847N/A
6847N/A# Directory where virtual disks are stored during volume backup and restore.
6847N/A# (string value)
6847N/A#vmware_tmp_dir = /tmp
6847N/A
6847N/A# CA bundle file to use in verifying the vCenter server certificate. (string
6847N/A# value)
6847N/A#vmware_ca_file = <None>
6847N/A
6847N/A# If true, the vCenter server certificate is not verified. If false, then the
6847N/A# default CA truststore is used for verification. This option is ignored if
6847N/A# "vmware_ca_file" is set. (boolean value)
6847N/A#vmware_insecure = false
6847N/A
6847N/A# Name of a vCenter compute cluster where volumes should be created. (multi
6847N/A# valued)
6847N/A#vmware_cluster_name =
6847N/A
6847N/A# Pool or Vdisk name to use for volume creation. (string value)
6847N/A#lenovo_backend_name = A
6847N/A
6847N/A# linear (for VDisk) or virtual (for Pool). (string value)
6847N/A# Allowed values: linear, virtual
6847N/A#lenovo_backend_type = virtual
6847N/A
6847N/A# Lenovo api interface protocol. (string value)
6847N/A# Allowed values: http, https
6847N/A#lenovo_api_protocol = https
6847N/A
6847N/A# Whether to verify Lenovo array SSL certificate. (boolean value)
6847N/A#lenovo_verify_certificate = false
6847N/A
6847N/A# Lenovo array SSL certificate path. (string value)
6847N/A#lenovo_verify_certificate_path = <None>
6847N/A
6847N/A# List of comma-separated target iSCSI IP addresses. (list value)
6847N/A#lenovo_iscsi_ips =
6847N/A
6847N/A# The maximum size in bytes of the files used to hold backups. If the volume
6847N/A# being backed up exceeds this size, then it will be backed up into multiple
6847N/A# files.backup_file_size must be a multiple of backup_sha_block_size_bytes.
6847N/A# (integer value)
6847N/A#backup_file_size = 1999994880
6847N/A
6847N/A# The size in bytes that changes are tracked for incremental backups.
6847N/A# backup_file_size has to be multiple of backup_sha_block_size_bytes. (integer
6847N/A# value)
6847N/A#backup_sha_block_size_bytes = 32768
6847N/A
6847N/A# Enable or Disable the timer to send the periodic progress notifications to
6847N/A# Ceilometer when backing up the volume to the backend storage. The default
6847N/A# value is True to enable the timer. (boolean value)
6847N/A#backup_enable_progress_timer = true
6847N/A
6847N/A# Path specifying where to store backups. (string value)
6847N/A#backup_posix_path = $state_path/backup
6847N/A
6847N/A# Custom directory to use for backups. (string value)
6847N/A#backup_container = <None>
6847N/A
6847N/A# REST server port. (string value)
6847N/A#sio_rest_server_port = 443
6847N/A
6847N/A# Verify server certificate. (boolean value)
6847N/A#sio_verify_server_certificate = false
6847N/A
6847N/A# Server certificate path. (string value)
6847N/A#sio_server_certificate_path = <None>
6847N/A
6847N/A# Round up volume capacity. (boolean value)
6847N/A#sio_round_volume_capacity = true
6847N/A
6847N/A# Unmap volume before deletion. (boolean value)
6847N/A#sio_unmap_volume_before_deletion = false
6847N/A
6847N/A# Protection Domain ID. (string value)
6847N/A#sio_protection_domain_id = <None>
6847N/A
6847N/A# Protection Domain name. (string value)
6847N/A#sio_protection_domain_name = <None>
6847N/A
6847N/A# Storage Pools. (string value)
6847N/A#sio_storage_pools = <None>
6847N/A
6847N/A# Storage Pool name. (string value)
6847N/A#sio_storage_pool_name = <None>
6847N/A
6847N/A# Storage Pool ID. (string value)
6847N/A#sio_storage_pool_id = <None>
6847N/A
6847N/A# Driver to use for database access (string value)
6847N/A#db_driver = cinder.db
6847N/A
6847N/A# Group name to use for creating volumes. Defaults to "group-0". (string value)
6847N/A#eqlx_group_name = group-0
6847N/A
6847N/A# Timeout for the Group Manager cli command execution. Default is 30. Note that
6847N/A# this option is deprecated in favour of "ssh_conn_timeout" as specified in
6847N/A# cinder/volume/drivers/san/san.py and will be removed in M release. (integer
6847N/A# value)
6847N/A#eqlx_cli_timeout = 30
6847N/A
6847N/A# Maximum retry count for reconnection. Default is 5. (integer value)
6847N/A#eqlx_cli_max_retries = 5
6847N/A
6847N/A# Use CHAP authentication for targets. Note that this option is deprecated in
6847N/A# favour of "use_chap_auth" as specified in cinder/volume/driver.py and will be
6847N/A# removed in next release. (boolean value)
6847N/A#eqlx_use_chap = false
6847N/A
6847N/A# Existing CHAP account name. Note that this option is deprecated in favour of
6847N/A# "chap_username" as specified in cinder/volume/driver.py and will be removed
6847N/A# in next release. (string value)
6847N/A#eqlx_chap_login = admin
6847N/A
6847N/A# Password for specified CHAP account name. Note that this option is deprecated
6847N/A# in favour of "chap_password" as specified in cinder/volume/driver.py and will
6847N/A# be removed in the next release (string value)
6847N/A#eqlx_chap_password = password
6847N/A
6847N/A# Pool in which volumes will be created. Defaults to "default". (string value)
6847N/A#eqlx_pool = default
6847N/A
6847N/A# The number of characters in the salt. (integer value)
6847N/A#volume_transfer_salt_length = 8
6847N/A
6847N/A# The number of characters in the autogenerated auth key. (integer value)
6847N/A#volume_transfer_key_length = 16
6847N/A
6847N/A# Services to be added to the available pool on create (boolean value)
6847N/A#enable_new_services = true
6847N/A
6847N/A# Template string to be used to generate volume names (string value)
6847N/A#volume_name_template = volume-%s
6847N/A
6847N/A# Template string to be used to generate snapshot names (string value)
6847N/A#snapshot_name_template = snapshot-%s
6847N/A
6847N/A# Template string to be used to generate backup names (string value)
6847N/A#backup_name_template = backup-%s
6847N/A
6847N/A# Multiplier used for weighing volume number. Negative numbers mean to spread
6847N/A# vs stack. (floating point value)
6847N/A#volume_number_multiplier = -1.0
6847N/A
6847N/A# RPC port to connect to Coha Data MicroArray (integer value)
6847N/A#coho_rpc_port = 2049
6847N/A
6847N/A# Default storage pool for volumes. (integer value)
6847N/A#ise_storage_pool = 1
6847N/A
6847N/A# Raid level for ISE volumes. (integer value)
6847N/A#ise_raid = 1
6847N/A
6847N/A# Number of retries (per port) when establishing connection to ISE management
6847N/A# port. (integer value)
6847N/A#ise_connection_retries = 5
6847N/A
6847N/A# Interval (secs) between retries. (integer value)
6847N/A#ise_retry_interval = 1
6847N/A
6847N/A# Number on retries to get completion status after issuing a command to ISE.
6847N/A# (integer value)
6847N/A#ise_completion_retries = 30
6847N/A
6847N/A# Connect with multipath (FC only; iSCSI multipath is controlled by Nova)
6847N/A# (boolean value)
6847N/A#storwize_svc_multipath_enabled = false
6847N/A
6847N/A# Storage pool name. (string value)
6847N/A#zfssa_pool = <None>
6847N/A
6847N/A# Project name. (string value)
6847N/A#zfssa_project = <None>
6847N/A
6847N/A# Block size. (string value)
6847N/A# Allowed values: 512, 1k, 2k, 4k, 8k, 16k, 32k, 64k, 128k
6847N/A#zfssa_lun_volblocksize = 8k
6847N/A
6847N/A# Flag to enable sparse (thin-provisioned): True, False. (boolean value)
6847N/A#zfssa_lun_sparse = false
6847N/A
6847N/A# Data compression. (string value)
6847N/A# Allowed values: off, lzjb, gzip-2, gzip, gzip-9
6847N/A#zfssa_lun_compression = off
6847N/A
6847N/A# Synchronous write bias. (string value)
6847N/A# Allowed values: latency, throughput
6847N/A#zfssa_lun_logbias = latency
6847N/A
6847N/A# iSCSI initiator group. (string value)
6847N/A#zfssa_initiator_group =
6847N/A
6847N/A# iSCSI initiator IQNs. (comma separated) (string value)
6847N/A#zfssa_initiator =
6847N/A
6847N/A# iSCSI initiator CHAP user (name). (string value)
6847N/A#zfssa_initiator_user =
6847N/A
6847N/A# Secret of the iSCSI initiator CHAP user. (string value)
6847N/A#zfssa_initiator_password =
6847N/A
6847N/A# iSCSI initiators configuration. (string value)
6847N/A#zfssa_initiator_config =
6847N/A
6847N/A# iSCSI target group name. (string value)
6847N/A#zfssa_target_group = tgt-grp
6847N/A
6847N/A# iSCSI target CHAP user (name). (string value)
6847N/A#zfssa_target_user =
6847N/A
6847N/A# Secret of the iSCSI target CHAP user. (string value)
6847N/A#zfssa_target_password =
6847N/A
6847N/A# iSCSI target portal (Data-IP:Port, w.x.y.z:3260). (string value)
6847N/A#zfssa_target_portal = <None>
6847N/A
6847N/A# Network interfaces of iSCSI targets. (comma separated) (string value)
6847N/A#zfssa_target_interfaces = <None>
6847N/A
6847N/A# REST connection timeout. (seconds) (integer value)
6847N/A#zfssa_rest_timeout = <None>
6847N/A
6847N/A# IP address used for replication data. (maybe the same as data ip) (string
6847N/A# value)
6847N/A#zfssa_replication_ip =
6847N/A
6847N/A# Flag to enable local caching: True, False. (boolean value)
6847N/A#zfssa_enable_local_cache = true
6847N/A
6847N/A# Name of ZFSSA project where cache volumes are stored. (string value)
6847N/A#zfssa_cache_project = os-cinder-cache
6847N/A
6847N/A# Driver policy for volume manage. (string value)
6847N/A# Allowed values: loose, strict
6847N/A#zfssa_manage_policy = loose
6847N/A
6847N/A# Number of times to attempt to run flakey shell commands (integer value)
6847N/A#num_shell_tries = 3
6847N/A
6847N/A# The percentage of backend capacity is reserved (integer value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 100
6847N/A#reserved_percentage = 0
6847N/A
6847N/A# Prefix for iSCSI volumes (string value)
6847N/A#iscsi_target_prefix = iqn.2010-10.org.openstack:
6847N/A
6847N/A# The IP address that the iSCSI daemon is listening on (string value)
6847N/A#iscsi_ip_address = $my_ip
6847N/A
6847N/A# The list of secondary IP addresses of the iSCSI daemon (list value)
6847N/A#iscsi_secondary_ip_addresses =
6847N/A
6847N/A# The port that the iSCSI daemon is listening on (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#iscsi_port = 3260
6847N/A
6847N/A# The maximum number of times to rescan targets to find volume (integer value)
6847N/A#num_volume_device_scan_tries = 3
6847N/A
6847N/A# The backend name for a given driver implementation (string value)
6847N/A#volume_backend_name = <None>
6847N/A
6847N/A# Do we attach/detach volumes in cinder using multipath for volume to image and
6847N/A# image to volume transfers? (boolean value)
6847N/A#use_multipath_for_image_xfer = false
6847N/A
6847N/A# If this is set to True, attachment of volumes for image transfer will be
6847N/A# aborted when multipathd is not running. Otherwise, it will fallback to single
6847N/A# path. (boolean value)
6847N/A#enforce_multipath_for_image_xfer = false
6847N/A
6847N/A# Method used to wipe old volumes (string value)
6847N/A# Allowed values: none, zero, shred
6847N/A#volume_clear = zero
6847N/A
6847N/A# Size in MiB to wipe at start of old volumes. 0 => all (integer value)
6847N/A#volume_clear_size = 0
6847N/A
6847N/A# The flag to pass to ionice to alter the i/o priority of the process used to
6847N/A# zero a volume after deletion, for example "-c3" for idle only priority.
6847N/A# (string value)
6847N/A#volume_clear_ionice = <None>
6847N/A
6847N/A# iSCSI target user-land tool to use. tgtadm is default, use lioadm for LIO
6847N/A# iSCSI support, scstadmin for SCST target support, iseradm for the ISER
6847N/A# protocol, ietadm for iSCSI Enterprise Target, iscsictl for Chelsio iSCSI
6847N/A# Target or fake for testing. (string value)
6847N/A# Allowed values: tgtadm, lioadm, scstadmin, iseradm, iscsictl, ietadm, fake
6847N/A#iscsi_helper = tgtadm
6847N/A
6847N/A# Volume configuration file storage directory (string value)
6847N/A#volumes_dir = $state_path/volumes
6847N/A
6847N/A# IET configuration file (string value)
6847N/A#iet_conf = /etc/iet/ietd.conf
6847N/A
6847N/A# Chiscsi (CXT) global defaults configuration file (string value)
6847N/A#chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf
6847N/A
6847N/A# Sets the behavior of the iSCSI target to either perform blockio or fileio
6847N/A# optionally, auto can be set and Cinder will autodetect type of backing device
6847N/A# (string value)
6847N/A# Allowed values: blockio, fileio, auto
6847N/A#iscsi_iotype = fileio
6847N/A
6847N/A# The default block size used when copying/clearing volumes (string value)
6847N/A#volume_dd_blocksize = 1M
6847N/A
6847N/A# The blkio cgroup name to be used to limit bandwidth of volume copy (string
6847N/A# value)
6847N/A#volume_copy_blkio_cgroup_name = cinder-volume-copy
6847N/A
6847N/A# The upper limit of bandwidth of volume copy. 0 => unlimited (integer value)
6847N/A#volume_copy_bps_limit = 0
6847N/A
6847N/A# Sets the behavior of the iSCSI target to either perform write-back(on) or
6847N/A# write-through(off). This parameter is valid if iscsi_helper is set to tgtadm
6847N/A# or iseradm. (string value)
6847N/A# Allowed values: on, off
6847N/A#iscsi_write_cache = on
6847N/A
6847N/A# Sets the target-specific flags for the iSCSI target. Only used for tgtadm to
6847N/A# specify backing device flags using bsoflags option. The specified string is
6847N/A# passed as is to the underlying tool. (string value)
6847N/A#iscsi_target_flags =
6847N/A
6847N/A# Determines the iSCSI protocol for new iSCSI volumes, created with tgtadm or
6847N/A# lioadm target helpers. In order to enable RDMA, this parameter should be set
6847N/A# with the value "iser". The supported iSCSI protocol values are "iscsi" and
6847N/A# "iser". (string value)
6847N/A# Allowed values: iscsi, iser
6847N/A#iscsi_protocol = iscsi
6847N/A
6847N/A# The path to the client certificate key for verification, if the driver
6847N/A# supports it. (string value)
6847N/A#driver_client_cert_key = <None>
6847N/A
6847N/A# The path to the client certificate for verification, if the driver supports
6847N/A# it. (string value)
6847N/A#driver_client_cert = <None>
6847N/A
6847N/A# Tell driver to use SSL for connection to backend storage if the driver
6847N/A# supports it. (boolean value)
6847N/A#driver_use_ssl = false
6847N/A
6847N/A# Float representation of the over subscription ratio when thin provisioning is
6847N/A# involved. Default ratio is 20.0, meaning provisioned capacity can be 20 times
6847N/A# of the total physical capacity. If the ratio is 10.5, it means provisioned
6847N/A# capacity can be 10.5 times of the total physical capacity. A ratio of 1.0
6847N/A# means provisioned capacity cannot exceed the total physical capacity. The
6847N/A# ratio has to be a minimum of 1.0. (floating point value)
6847N/A#max_over_subscription_ratio = 20.0
6847N/A
6847N/A# Certain ISCSI targets have predefined target names, SCST target driver uses
6847N/A# this name. (string value)
6847N/A#scst_target_iqn_name = <None>
6847N/A
6847N/A# SCST target implementation can choose from multiple SCST target drivers.
6847N/A# (string value)
6847N/A#scst_target_driver = iscsi
6847N/A
6847N/A# Option to enable/disable CHAP authentication for targets. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/eqlx_use_chap
6847N/A#use_chap_auth = false
6847N/A
6847N/A# CHAP user name. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/eqlx_chap_login
6847N/A#chap_username =
6847N/A
6847N/A# Password for specified CHAP account name. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/eqlx_chap_password
6847N/A#chap_password =
6847N/A
6847N/A# Namespace for driver private data values to be saved in. (string value)
6847N/A#driver_data_namespace = <None>
6847N/A
6847N/A# String representation for an equation that will be used to filter hosts. Only
6847N/A# used when the driver filter is set to be used by the Cinder scheduler.
6847N/A# (string value)
6847N/A#filter_function = <None>
6847N/A
6847N/A# String representation for an equation that will be used to determine the
6847N/A# goodness of a host. Only used when using the goodness weigher is set to be
6847N/A# used by the Cinder scheduler. (string value)
6847N/A#goodness_function = <None>
6847N/A
6847N/A# If set to True the http client will validate the SSL certificate of the
6847N/A# backend endpoint. (boolean value)
6847N/A#driver_ssl_cert_verify = false
6847N/A
6847N/A# Can be used to specify a non default path to a CA_BUNDLE file or directory
6847N/A# with certificates of trusted CAs, which will be used to validate the backend
6847N/A# (string value)
6847N/A#driver_ssl_cert_path = <None>
6847N/A
6847N/A# List of options that control which trace info is written to the DEBUG log
6847N/A# level to assist developers. Valid values are method and api. (list value)
6847N/A#trace_flags = <None>
6847N/A
6847N/A# Multi opt of dictionaries to represent a replication target device. This
6847N/A# option may be specified multiple times in a single config section to specify
6847N/A# multiple replication target devices. Each entry takes the standard dict
6847N/A# config form: replication_device =
6847N/A# target_device_id:<required>,key1:value1,key2:value2... (dict value)
6847N/A#replication_device = <None>
6847N/A
6847N/A# If set to True, upload-to-image in raw format will create a cloned volume and
6847N/A# register its location to the image service, instead of uploading the volume
6847N/A# content. The cinder backend and locations support must be enabled in the
6847N/A# image service, and glance_api_version must be set to 2. (boolean value)
6847N/A#image_upload_use_cinder_backend = false
6847N/A
6847N/A# If set to True, the image volume created by upload-to-image will be placed in
6847N/A# the internal tenant. Otherwise, the image volume is created in the current
6847N/A# context's tenant. (boolean value)
6847N/A#image_upload_use_internal_tenant = false
6847N/A
6847N/A# Enable the image volume cache for this backend. (boolean value)
6847N/A#image_volume_cache_enabled = false
6847N/A
6847N/A# Max size of the image volume cache for this backend in GB. 0 => unlimited.
6847N/A# (integer value)
6847N/A#image_volume_cache_max_size_gb = 0
6847N/A
6847N/A# Max number of entries allowed in the image volume cache. 0 => unlimited.
6847N/A# (integer value)
6847N/A#image_volume_cache_max_count = 0
6847N/A
6847N/A# Report to clients of Cinder that the backend supports discard (aka.
6847N/A# trim/unmap). This will not actually change the behavior of the backend or the
6847N/A# client directly, it will only notify that it can be used. (boolean value)
6847N/A#report_discard_supported = false
6847N/A
6847N/A# The maximum number of times to rescan iSER targetto find volume (integer
6847N/A# value)
6847N/A#num_iser_scan_tries = 3
6847N/A
6847N/A# Prefix for iSER volumes (string value)
6847N/A#iser_target_prefix = iqn.2010-10.org.openstack:
6847N/A
6847N/A# The IP address that the iSER daemon is listening on (string value)
6847N/A#iser_ip_address = $my_ip
6847N/A
6847N/A# The port that the iSER daemon is listening on (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#iser_port = 3260
6847N/A
6847N/A# The name of the iSER target user-land tool to use (string value)
6847N/A#iser_helper = tgtadm
6847N/A
6847N/A# Public url to use for versions endpoint. The default is None, which will use
6847N/A# the request's host_url attribute to populate the URL base. If Cinder is
6847N/A# operating behind a proxy, you will want to change this to represent the
6847N/A# proxy's URL. (string value)
6847N/A#public_endpoint = <None>
6847N/A
6847N/A# Nimble Controller pool name (string value)
6847N/A#nimble_pool_name = default
6847N/A
6847N/A# Nimble Subnet Label (string value)
6847N/A#nimble_subnet_label = *
6847N/A
6847N/A# Pool or Vdisk name to use for volume creation. (string value)
6847N/A#hpmsa_backend_name = A
6847N/A
6847N/A# linear (for Vdisk) or virtual (for Pool). (string value)
6847N/A# Allowed values: linear, virtual
6847N/A#hpmsa_backend_type = virtual
6847N/A
6847N/A# HPMSA API interface protocol. (string value)
6847N/A# Allowed values: http, https
6847N/A#hpmsa_api_protocol = https
6847N/A
6847N/A# Whether to verify HPMSA array SSL certificate. (boolean value)
6847N/A#hpmsa_verify_certificate = false
6847N/A
6847N/A# HPMSA array SSL certificate path. (string value)
6847N/A#hpmsa_verify_certificate_path = <None>
6847N/A
6847N/A# List of comma-separated target iSCSI IP addresses. (list value)
6847N/A#hpmsa_iscsi_ips =
6847N/A
6847N/A# A list of url schemes that can be downloaded directly via the direct_url.
6847N/A# Currently supported schemes: [file]. (list value)
6847N/A#allowed_direct_url_schemes =
6847N/A
6847N/A# Default core properties of image (list value)
6847N/A#glance_core_properties = checksum,container_format,disk_format,image_name,image_id,min_disk,min_ram,name,size
6847N/A
6847N/A# HPE LeftHand WSAPI Server Url like https://<LeftHand ip>:8081/lhos (string
6847N/A# value)
6847N/A# Deprecated group/name - [DEFAULT]/hplefthand_api_url
6847N/A#hpelefthand_api_url = <None>
6847N/A
6847N/A# HPE LeftHand Super user username (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hplefthand_username
6847N/A#hpelefthand_username = <None>
6847N/A
6847N/A# HPE LeftHand Super user password (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hplefthand_password
6847N/A#hpelefthand_password = <None>
6847N/A
6847N/A# HPE LeftHand cluster name (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hplefthand_clustername
6847N/A#hpelefthand_clustername = <None>
6847N/A
6847N/A# Configure CHAP authentication for iSCSI connections (Default: Disabled)
6847N/A# (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hplefthand_iscsi_chap_enabled
6847N/A#hpelefthand_iscsi_chap_enabled = false
6847N/A
6847N/A# Enable HTTP debugging to LeftHand (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hplefthand_debug
6847N/A#hpelefthand_debug = false
6847N/A
6847N/A# Port number of SSH service. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#hpelefthand_ssh_port = 16022
6847N/A
6847N/A# Name for the VG that will contain exported volumes (string value)
6847N/A#volume_group = cinder-volumes
6847N/A
6847N/A# If >0, create LVs with multiple mirrors. Note that this requires lvm_mirrors
6847N/A# + 2 PVs with available space (integer value)
6847N/A#lvm_mirrors = 0
6847N/A
6847N/A# Type of LVM volumes to deploy; (default, thin, or auto). Auto defaults to
6847N/A# thin if thin is supported. (string value)
6847N/A# Allowed values: default, thin, auto
6847N/A#lvm_type = default
6847N/A
6847N/A# LVM conf file to use for the LVM driver in Cinder; this setting is ignored if
6847N/A# the specified file does not exist (You can also specify 'None' to not use a
6847N/A# conf file even if one exists). (string value)
6847N/A#lvm_conf_file = /etc/cinder/lvm.conf
6847N/A
6847N/A# max_over_subscription_ratio setting for the LVM driver. If set, this takes
6847N/A# precedence over the general max_over_subscription_ratio option. If None, the
6847N/A# general option is used. (floating point value)
6847N/A#lvm_max_over_subscription_ratio = 1.0
6847N/A
6847N/A# use this file for cinder emc plugin config data (string value)
6847N/A#cinder_emc_config_file = /etc/cinder/cinder_emc_config.xml
6847N/A
6847N/A# IP address or Hostname of NAS system. (string value)
6847N/A#nas_ip =
6847N/A
6847N/A# User name to connect to NAS system. (string value)
6847N/A#nas_login = admin
6847N/A
6847N/A# Password to connect to NAS system. (string value)
6847N/A#nas_password =
6847N/A
6847N/A# SSH port to use to connect to NAS system. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#nas_ssh_port = 22
6847N/A
6847N/A# Filename of private key to use for SSH authentication. (string value)
6847N/A#nas_private_key =
6847N/A
6847N/A# Allow network-attached storage systems to operate in a secure environment
6847N/A# where root level access is not permitted. If set to False, access is as the
6847N/A# root user and insecure. If set to True, access is not as root. If set to
6847N/A# auto, a check is done to determine if this is a new installation: True is
6847N/A# used if so, otherwise False. Default is auto. (string value)
6847N/A#nas_secure_file_operations = auto
6847N/A
6847N/A# Set more secure file permissions on network-attached storage volume files to
6847N/A# restrict broad other/world access. If set to False, volumes are created with
6847N/A# open permissions. If set to True, volumes are created with permissions for
6847N/A# the cinder user and group (660). If set to auto, a check is done to determine
6847N/A# if this is a new installation: True is used if so, otherwise False. Default
6847N/A# is auto. (string value)
6847N/A#nas_secure_file_permissions = auto
6847N/A
6847N/A# Path to the share to use for storing Cinder volumes. For example:
6847N/A# "/srv/export1" for an NFS server export available at 10.0.5.10:/srv/export1 .
6847N/A# (string value)
6847N/A#nas_share_path =
6847N/A
6847N/A# Options used to mount the storage backend file system where Cinder volumes
6847N/A# are stored. (string value)
6847N/A#nas_mount_options = <None>
6847N/A
6847N/A# Provisioning type that will be used when creating volumes. (string value)
6847N/A# Allowed values: thin, thick
6847N/A# Deprecated group/name - [DEFAULT]/glusterfs_sparsed_volumes
6847N/A# Deprecated group/name - [DEFAULT]/glusterfs_qcow2_volumes
6847N/A#nas_volume_prov_type = thin
6847N/A
6847N/A# XMS cluster id in multi-cluster environment (string value)
6847N/A#xtremio_cluster_name =
6847N/A
6847N/A# Number of retries in case array is busy (integer value)
6847N/A#xtremio_array_busy_retry_count = 5
6847N/A
6847N/A# Interval between retries in case array is busy (integer value)
6847N/A#xtremio_array_busy_retry_interval = 5
6847N/A
6847N/A# Number of volumes created from each cached glance image (integer value)
6847N/A#xtremio_volumes_per_glance_cache = 100
6847N/A
6847N/A# Treat X-Forwarded-For as the canonical remote address. Only enable this if
6847N/A# you have a sanitizing proxy. (boolean value)
6847N/A#use_forwarded_for = false
6847N/A
6847N/A# Serial number of storage system (string value)
6847N/A#hitachi_serial_number = <None>
6847N/A
6847N/A# Name of an array unit (string value)
6847N/A#hitachi_unit_name = <None>
6847N/A
6847N/A# Pool ID of storage system (integer value)
6847N/A#hitachi_pool_id = <None>
6847N/A
6847N/A# Thin pool ID of storage system (integer value)
6847N/A#hitachi_thin_pool_id = <None>
6847N/A
6847N/A# Range of logical device of storage system (string value)
6847N/A#hitachi_ldev_range = <None>
6847N/A
6847N/A# Default copy method of storage system (string value)
6847N/A#hitachi_default_copy_method = FULL
6847N/A
6847N/A# Copy speed of storage system (integer value)
6847N/A#hitachi_copy_speed = 3
6847N/A
6847N/A# Interval to check copy (integer value)
6847N/A#hitachi_copy_check_interval = 3
6847N/A
6847N/A# Interval to check copy asynchronously (integer value)
6847N/A#hitachi_async_copy_check_interval = 10
6847N/A
6847N/A# Control port names for HostGroup or iSCSI Target (string value)
6847N/A#hitachi_target_ports = <None>
6847N/A
6847N/A# Range of group number (string value)
6847N/A#hitachi_group_range = <None>
6847N/A
6847N/A# Request for creating HostGroup or iSCSI Target (boolean value)
6847N/A#hitachi_group_request = false
6847N/A
6847N/A# Infortrend raid pool name list. It is separated with comma. (string value)
6847N/A#infortrend_pools_name =
6847N/A
6847N/A# The Infortrend CLI absolute path. By default, it is at
6847N/A# /opt/bin/Infortrend/raidcmd_ESDS10.jar (string value)
6847N/A#infortrend_cli_path = /opt/bin/Infortrend/raidcmd_ESDS10.jar
6847N/A
6847N/A# Maximum retry time for cli. Default is 5. (integer value)
6847N/A#infortrend_cli_max_retries = 5
6847N/A
6847N/A# Default timeout for CLI copy operations in minutes. Support: migrate volume,
6847N/A# create cloned volume and create volume from snapshot. By Default, it is 30
6847N/A# minutes. (integer value)
6847N/A#infortrend_cli_timeout = 30
6847N/A
6847N/A# Infortrend raid channel ID list on Slot A for OpenStack usage. It is
6847N/A# separated with comma. By default, it is the channel 0~7. (string value)
6847N/A#infortrend_slots_a_channels_id = 0,1,2,3,4,5,6,7
6847N/A
6847N/A# Infortrend raid channel ID list on Slot B for OpenStack usage. It is
6847N/A# separated with comma. By default, it is the channel 0~7. (string value)
6847N/A#infortrend_slots_b_channels_id = 0,1,2,3,4,5,6,7
6847N/A
6847N/A# Let the volume use specific provisioning. By default, it is the full
6847N/A# provisioning. The supported options are full or thin. (string value)
6847N/A#infortrend_provisioning = full
6847N/A
6847N/A# Let the volume use specific tiering level. By default, it is the level 0. The
6847N/A# supported levels are 0,2,3,4. (string value)
6847N/A#infortrend_tiering = 0
6847N/A
6847N/A# Configuration file for HDS iSCSI cinder plugin (string value)
6847N/A#hds_hnas_iscsi_config_file = /opt/hds/hnas/cinder_iscsi_conf.xml
6847N/A
6847N/A# The name of ceph cluster (string value)
6847N/A#rbd_cluster_name = ceph
6847N/A
6847N/A# The RADOS pool where rbd volumes are stored (string value)
6847N/A#rbd_pool = rbd
6847N/A
6847N/A# The RADOS client name for accessing rbd volumes - only set when using cephx
6847N/A# authentication (string value)
6847N/A#rbd_user = <None>
6847N/A
6847N/A# Path to the ceph configuration file (string value)
6847N/A#rbd_ceph_conf =
6847N/A
6847N/A# Flatten volumes created from snapshots to remove dependency from volume to
6847N/A# snapshot (boolean value)
6847N/A#rbd_flatten_volume_from_snapshot = false
6847N/A
6847N/A# The libvirt uuid of the secret for the rbd_user volumes (string value)
6847N/A#rbd_secret_uuid = <None>
6847N/A
6847N/A# Directory where temporary image files are stored when the volume driver does
6847N/A# not write them directly to the volume. Warning: this option is now
6847N/A# deprecated, please use image_conversion_dir instead. (string value)
6847N/A#volume_tmp_dir = <None>
6847N/A
6847N/A# Maximum number of nested volume clones that are taken before a flatten
6847N/A# occurs. Set to 0 to disable cloning. (integer value)
6847N/A#rbd_max_clone_depth = 5
6847N/A
6847N/A# Volumes will be chunked into objects of this size (in megabytes). (integer
6847N/A# value)
6847N/A#rbd_store_chunk_size = 4
6847N/A
6847N/A# Timeout value (in seconds) used when connecting to ceph cluster. If value <
6847N/A# 0, no timeout is set and default librados value is used. (integer value)
6847N/A#rados_connect_timeout = -1
6847N/A
6847N/A# Number of retries if connection to ceph cluster failed. (integer value)
6847N/A#rados_connection_retries = 3
6847N/A
6847N/A# Interval value (in seconds) between connection retries to ceph cluster.
6847N/A# (integer value)
6847N/A#rados_connection_interval = 5
6847N/A
6847N/A# The hostname (or IP address) for the storage system (string value)
6847N/A#tintri_server_hostname = <None>
6847N/A
6847N/A# User name for the storage system (string value)
6847N/A#tintri_server_username = <None>
6847N/A
6847N/A# Password for the storage system (string value)
6847N/A#tintri_server_password = <None>
6847N/A
6847N/A# API version for the storage system (string value)
6847N/A#tintri_api_version = v310
6847N/A
6847N/A# Delete unused image snapshots older than mentioned days (integer value)
6847N/A#tintri_image_cache_expiry_days = 30
6847N/A
6847N/A# Path to image nfs shares file (string value)
6847N/A#tintri_image_shares_config = <None>
6847N/A
6847N/A# Backup services use same backend. (boolean value)
6847N/A#backup_use_same_host = false
6847N/A
6847N/A# Instance numbers for HORCM (string value)
6847N/A#hitachi_horcm_numbers = 200,201
6847N/A
6847N/A# Username of storage system for HORCM (string value)
6847N/A#hitachi_horcm_user = <None>
6847N/A
6847N/A# Password of storage system for HORCM (string value)
6847N/A#hitachi_horcm_password = <None>
6847N/A
6847N/A# Add to HORCM configuration (boolean value)
6847N/A#hitachi_horcm_add_conf = true
6847N/A
6847N/A# Timeout until a resource lock is released, in seconds. The value must be
6847N/A# between 0 and 7200. (integer value)
6847N/A#hitachi_horcm_resource_lock_timeout = 600
6847N/A
6847N/A# Driver to use for backups. (string value)
6847N/A#backup_driver = cinder.backup.drivers.swift
6847N/A
6847N/A# Offload pending backup delete during backup service startup. (boolean value)
6847N/A#backup_service_inithost_offload = false
6847N/A
6847N/A# Comma separated list of storage system storage pools for volumes. (list
6847N/A# value)
6847N/A#storwize_svc_volpool_name = volpool
6847N/A
6847N/A# Storage system space-efficiency parameter for volumes (percentage) (integer
6847N/A# value)
6847N/A# Minimum value: -1
6847N/A# Maximum value: 100
6847N/A#storwize_svc_vol_rsize = 2
6847N/A
6847N/A# Storage system threshold for volume capacity warnings (percentage) (integer
6847N/A# value)
6847N/A# Minimum value: -1
6847N/A# Maximum value: 100
6847N/A#storwize_svc_vol_warning = 0
6847N/A
6847N/A# Storage system autoexpand parameter for volumes (True/False) (boolean value)
6847N/A#storwize_svc_vol_autoexpand = true
6847N/A
6847N/A# Storage system grain size parameter for volumes (32/64/128/256) (integer
6847N/A# value)
6847N/A#storwize_svc_vol_grainsize = 256
6847N/A
6847N/A# Storage system compression option for volumes (boolean value)
6847N/A#storwize_svc_vol_compression = false
6847N/A
6847N/A# Enable Easy Tier for volumes (boolean value)
6847N/A#storwize_svc_vol_easytier = true
6847N/A
6847N/A# The I/O group in which to allocate volumes (integer value)
6847N/A#storwize_svc_vol_iogrp = 0
6847N/A
6847N/A# Maximum number of seconds to wait for FlashCopy to be prepared. (integer
6847N/A# value)
6847N/A# Minimum value: 1
6847N/A# Maximum value: 600
6847N/A#storwize_svc_flashcopy_timeout = 120
6847N/A
6847N/A# This option no longer has any affect. It is deprecated and will be removed in
6847N/A# the next release. (boolean value)
6847N/A# This option is deprecated for removal.
6847N/A# Its value may be silently ignored in the future.
6847N/A#storwize_svc_multihostmap_enabled = true
6847N/A
6847N/A# Allow tenants to specify QOS on create (boolean value)
6847N/A#storwize_svc_allow_tenant_qos = false
6847N/A
6847N/A# If operating in stretched cluster mode, specify the name of the pool in which
6847N/A# mirrored copies are stored.Example: "pool2" (string value)
6847N/A#storwize_svc_stretched_cluster_partner = <None>
6847N/A
6847N/A# Specifies secondary management IP or hostname to be used if san_ip is invalid
6847N/A# or becomes inaccessible. (string value)
6847N/A#storwize_san_secondary_ip = <None>
6847N/A
6847N/A# Specifies that the volume not be formatted during creation. (boolean value)
6847N/A#storwize_svc_vol_nofmtdisk = false
6847N/A
6847N/A# Specifies the Storwize FlashCopy copy rate to be used when creating a full
6847N/A# volume copy. The default is rate is 50, and the valid rates are 1-100.
6847N/A# (integer value)
6847N/A# Minimum value: 1
6847N/A# Maximum value: 100
6847N/A#storwize_svc_flashcopy_rate = 50
6847N/A
6847N/A# Request for FC Zone creating HostGroup (boolean value)
6847N/A#hitachi_zoning_request = false
2521N/A
3998N/A# Number of volumes allowed per project (integer value)
6847N/A#quota_volumes = 10
6847N/A
6847N/A# Number of volume snapshots allowed per project (integer value)
6847N/A#quota_snapshots = 10
6847N/A
6847N/A# Number of consistencygroups allowed per project (integer value)
6847N/A#quota_consistencygroups = 10
6847N/A
6847N/A# Total amount of storage, in gigabytes, allowed for volumes and snapshots per
6847N/A# project (integer value)
6847N/A#quota_gigabytes = 1000
2521N/A
3998N/A# Number of volume backups allowed per project (integer value)
6847N/A#quota_backups = 10
6847N/A
6847N/A# Total amount of storage, in gigabytes, allowed for backups per project
2521N/A# (integer value)
6847N/A#quota_backup_gigabytes = 1000
6847N/A
6847N/A# Number of seconds until a reservation expires (integer value)
6847N/A#reservation_expire = 86400
6847N/A
6847N/A# Count of reservations until usage is refreshed (integer value)
6847N/A#until_refresh = 0
6847N/A
6847N/A# Number of seconds between subsequent usage refreshes (integer value)
6847N/A#max_age = 0
2521N/A
3998N/A# Default driver to use for quota checks (string value)
6847N/A#quota_driver = cinder.quota.DbQuotaDriver
6847N/A
6847N/A# Enables or disables use of default quota class with default quota. (boolean
6847N/A# value)
6847N/A#use_default_quota_class = true
6847N/A
6847N/A# Max size allowed per volume, in gigabytes (integer value)
6847N/A#per_volume_size_limit = -1
6847N/A
6847N/A# The configuration file for the Cinder Huawei driver. (string value)
6847N/A#cinder_huawei_conf_file = /etc/cinder/cinder_huawei_conf.xml
6847N/A
6847N/A# The remote device hypermetro will use. (string value)
6847N/A#hypermetro_devices = <None>
6847N/A
6847N/A# Storage Center System Serial Number (integer value)
6847N/A#dell_sc_ssn = 64702
6847N/A
6847N/A# Dell API port (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#dell_sc_api_port = 3033
6847N/A
6847N/A# Name of the server folder to use on the Storage Center (string value)
6847N/A#dell_sc_server_folder = openstack
6847N/A
6847N/A# Name of the volume folder to use on the Storage Center (string value)
6847N/A#dell_sc_volume_folder = openstack
6847N/A
6847N/A# Enable HTTPS SC certificate verification. (boolean value)
6847N/A#dell_sc_verify_cert = false
6847N/A
6847N/A# Which filter class names to use for filtering hosts when not specified in the
6847N/A# request. (list value)
6847N/A#scheduler_default_filters = AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter
6847N/A
6847N/A# Which weigher class names to use for weighing hosts. (list value)
6847N/A#scheduler_default_weighers = CapacityWeigher
6847N/A
6847N/A# Default scheduler driver to use (string value)
6847N/A#scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler
6847N/A
6847N/A# Base dir containing mount point for NFS share. (string value)
6847N/A#backup_mount_point_base = $state_path/backup_mount
6847N/A
6847N/A# NFS share in hostname:path, ipv4addr:path, or "[ipv6addr]:path" format.
6847N/A# (string value)
6847N/A#backup_share = <None>
6847N/A
6847N/A# Mount options passed to the NFS client. See NFS man page for details. (string
6847N/A# value)
6847N/A#backup_mount_options = <None>
6847N/A
6847N/A# IP address/hostname of Blockbridge API. (string value)
6847N/A#blockbridge_api_host = <None>
6847N/A
6847N/A# Override HTTPS port to connect to Blockbridge API server. (integer value)
6847N/A#blockbridge_api_port = <None>
6847N/A
6847N/A# Blockbridge API authentication scheme (token or password) (string value)
6847N/A# Allowed values: token, password
6847N/A#blockbridge_auth_scheme = token
6847N/A
6847N/A# Blockbridge API token (for auth scheme 'token') (string value)
6847N/A#blockbridge_auth_token = <None>
6847N/A
6847N/A# Blockbridge API user (for auth scheme 'password') (string value)
6847N/A#blockbridge_auth_user = <None>
6847N/A
6847N/A# Blockbridge API password (for auth scheme 'password') (string value)
6847N/A#blockbridge_auth_password = <None>
6847N/A
6847N/A# Defines the set of exposed pools and their associated backend query strings
6847N/A# (dict value)
6847N/A#blockbridge_pools = OpenStack:+openstack
6847N/A
6847N/A# Default pool name if unspecified. (string value)
6847N/A#blockbridge_default_pool = <None>
6847N/A
6847N/A# Absolute path to scheduler configuration JSON file. (string value)
6847N/A#scheduler_json_config_location =
6847N/A
6847N/A# Data path IP address (string value)
6847N/A#zfssa_data_ip = <None>
6847N/A
6847N/A# HTTPS port number (string value)
6847N/A#zfssa_https_port = 443
6847N/A
6847N/A# Options to be passed while mounting share over nfs (string value)
6847N/A#zfssa_nfs_mount_options =
6847N/A
6847N/A# Storage pool name. (string value)
6847N/A#zfssa_nfs_pool =
6847N/A
6847N/A# Project name. (string value)
6847N/A#zfssa_nfs_project = NFSProject
6847N/A
6847N/A# Share name. (string value)
6847N/A#zfssa_nfs_share = nfs_share
6847N/A
6847N/A# Data compression. (string value)
6847N/A# Allowed values: off, lzjb, gzip-2, gzip, gzip-9
6847N/A#zfssa_nfs_share_compression = off
6847N/A
6847N/A# Synchronous write bias-latency, throughput. (string value)
6847N/A# Allowed values: latency, throughput
6847N/A#zfssa_nfs_share_logbias = latency
6847N/A
6847N/A# Name of directory inside zfssa_nfs_share where cache volumes are stored.
6847N/A# (string value)
6847N/A#zfssa_cache_directory = os-cinder-cache
6847N/A
6847N/A# The IP of DMS client socket server (IP address value)
6847N/A#disco_client = 127.0.0.1
6847N/A
6847N/A# The port to connect DMS client socket server (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#disco_client_port = 9898
6847N/A
6847N/A# Path to the wsdl file to communicate with DISCO request manager (string
6847N/A# value)
6847N/A#disco_wsdl_path = /etc/cinder/DISCOService.wsdl
6847N/A
6847N/A# Prefix before volume name to differenciate DISCO volume created through
6847N/A# openstack and the other ones (string value)
6847N/A#volume_name_prefix = openstack-
6847N/A
6847N/A# How long we check whether a snapshot is finished before we give up (integer
6847N/A# value)
6847N/A#snapshot_check_timeout = 3600
6847N/A
6847N/A# How long we check whether a restore is finished before we give up (integer
6847N/A# value)
6847N/A#restore_check_timeout = 3600
6847N/A
6847N/A# How long we check whether a clone is finished before we give up (integer
6847N/A# value)
6847N/A#clone_check_timeout = 3600
6847N/A
6847N/A# How long we wait before retrying to get an item detail (integer value)
6847N/A#retry_interval = 1
6847N/A
6847N/A# Space network name to use for data transfer (string value)
6847N/A#hgst_net = Net 1 (IPv4)
6847N/A
6847N/A# Comma separated list of Space storage servers:devices. ex:
6847N/A# os1_stor:gbd0,os2_stor:gbd0 (string value)
6847N/A#hgst_storage_servers = os:gbd0
6847N/A
6847N/A# Should spaces be redundantly stored (1/0) (string value)
6847N/A#hgst_redundancy = 0
6847N/A
6847N/A# User to own created spaces (string value)
6847N/A#hgst_space_user = root
6847N/A
6847N/A# Group to own created spaces (string value)
6847N/A#hgst_space_group = disk
6847N/A
6847N/A# UNIX mode for created spaces (string value)
6847N/A#hgst_space_mode = 0600
6847N/A
6847N/A# Directory used for temporary storage during image conversion (string value)
6847N/A#image_conversion_dir = $state_path/conversion
6847N/A
6847N/A# Match this value when searching for nova in the service catalog. Format is:
6847N/A# separated values of the form: <service_type>:<service_name>:<endpoint_type>
6847N/A# (string value)
6847N/A#nova_catalog_info = compute:Compute Service:publicURL
6847N/A
6847N/A# Same as nova_catalog_info, but for admin endpoint. (string value)
6847N/A#nova_catalog_admin_info = compute:Compute Service:adminURL
6847N/A
6847N/A# Override service catalog lookup with template for nova endpoint e.g.
6847N/A# http://localhost:8774/v2/%(project_id)s (string value)
6847N/A#nova_endpoint_template = <None>
6847N/A
6847N/A# Same as nova_endpoint_template, but for admin endpoint. (string value)
6847N/A#nova_endpoint_admin_template = <None>
6847N/A
6847N/A# Region name of this node (string value)
6847N/A#os_region_name = <None>
6847N/A
6847N/A# Location of ca certificates file to use for nova client requests. (string
3998N/A# value)
6847N/A#nova_ca_certificates_file = <None>
6847N/A
6847N/A# Allow to perform insecure SSL requests to nova (boolean value)
6847N/A#nova_api_insecure = false
6847N/A
6847N/A# This option no longer has any affect. It is deprecated and will be removed in
6847N/A# the next release. (boolean value)
6847N/A# This option is deprecated for removal.
6847N/A# Its value may be silently ignored in the future.
6847N/A#flashsystem_multipath_enabled = false
6847N/A
6847N/A# DPL pool uuid in which DPL volumes are stored. (string value)
6847N/A#dpl_pool =
6847N/A
6847N/A# DPL port number. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#dpl_port = 8357
6847N/A
6847N/A# Request for FC Zone creating host group (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_zoning_request
6847N/A#hpexp_zoning_request = false
6847N/A
6847N/A# Type of storage command line interface (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_storage_cli
6847N/A#hpexp_storage_cli = <None>
6847N/A
6847N/A# ID of storage system (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_storage_id
6847N/A#hpexp_storage_id = <None>
6847N/A
6847N/A# Pool of storage system (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_pool
6847N/A#hpexp_pool = <None>
6847N/A
6847N/A# Thin pool of storage system (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_thin_pool
6847N/A#hpexp_thin_pool = <None>
6847N/A
6847N/A# Logical device range of storage system (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_ldev_range
6847N/A#hpexp_ldev_range = <None>
6847N/A
6847N/A# Default copy method of storage system. There are two valid values: "FULL"
6847N/A# specifies that a full copy; "THIN" specifies that a thin copy. Default value
6847N/A# is "FULL" (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_default_copy_method
6847N/A#hpexp_default_copy_method = FULL
6847N/A
6847N/A# Copy speed of storage system (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_copy_speed
6847N/A#hpexp_copy_speed = 3
6847N/A
6847N/A# Interval to check copy (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_copy_check_interval
6847N/A#hpexp_copy_check_interval = 3
6847N/A
6847N/A# Interval to check copy asynchronously (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_async_copy_check_interval
6847N/A#hpexp_async_copy_check_interval = 10
6847N/A
6847N/A# Target port names for host group or iSCSI target (list value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_target_ports
6847N/A#hpexp_target_ports = <None>
6847N/A
6847N/A# Target port names of compute node for host group or iSCSI target (list value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_compute_target_ports
6847N/A#hpexp_compute_target_ports = <None>
6847N/A
6847N/A# Request for creating host group or iSCSI target (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_group_request
6847N/A#hpexp_group_request = false
6847N/A
6847N/A# Instance numbers for HORCM (list value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_horcm_numbers
6847N/A#hpexp_horcm_numbers = 200,201
6847N/A
6847N/A# Username of storage system for HORCM (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_horcm_user
6847N/A#hpexp_horcm_user = <None>
6847N/A
6847N/A# Add to HORCM configuration (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_horcm_add_conf
6847N/A#hpexp_horcm_add_conf = true
6847N/A
6847N/A# Resource group name of storage system for HORCM (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_horcm_resource_name
6847N/A#hpexp_horcm_resource_name = meta_resource
6847N/A
6847N/A# Only discover a specific name of host group or iSCSI target (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hpxp_horcm_name_only_discovery
6847N/A#hpexp_horcm_name_only_discovery = false
6847N/A
6847N/A# Add CHAP user (boolean value)
6847N/A#hitachi_add_chap_user = false
6847N/A
6847N/A# iSCSI authentication method (string value)
6847N/A#hitachi_auth_method = <None>
6847N/A
6847N/A# iSCSI authentication username (string value)
6847N/A#hitachi_auth_user = HBSD-CHAP-user
6847N/A
6847N/A# iSCSI authentication password (string value)
6847N/A#hitachi_auth_password = HBSD-CHAP-password
6847N/A
6847N/A# Driver to use for volume creation (string value)
3998N/A#
6847N/A# The local ZFS driver provides direct access to ZFS volumes that it
6847N/A# creates. The other listed drivers provide access to ZFS volumes via
6847N/A# iSCSI, Fibre Channel, or NFS and are suitable for cases where block storage
6847N/A# for Nova compute instances is shared.
6847N/Avolume_driver = cinder.volume.drivers.solaris.zfs.ZFSVolumeDriver
6847N/A#volume_driver = cinder.volume.drivers.solaris.zfs.ZFSISCSIDriver
6847N/A#volume_driver = cinder.volume.drivers.solaris.zfs.ZFSFCDriver
6847N/A#volume_driver = cinder.volume.drivers.solaris.nfs.ZfsNfsVolumeDriver
6847N/A#volume_driver = cinder.volume.drivers.zfssa.zfssaiscsi.ZFSSAISCSIDriver
6847N/A
6847N/A# Timeout for creating the volume to migrate to when performing volume
6847N/A# migration (seconds) (integer value)
6847N/A#migration_create_volume_timeout_secs = 300
6847N/A
6847N/A# Offload pending volume delete during volume service startup (boolean value)
6847N/A#volume_service_inithost_offload = false
6847N/A
6847N/A# FC Zoning mode configured (string value)
6847N/A#zoning_mode = <None>
6847N/A
6847N/A# User defined capabilities, a JSON formatted string specifying key/value
6847N/A# pairs. The key/value pairs can be used by the CapabilitiesFilter to select
6847N/A# between backends when requests specify volume types. For example, specifying
6847N/A# a service level or the geographical location of a backend, then creating a
6847N/A# volume type to allow the user to select by these different properties.
6847N/A# (string value)
6847N/A#extra_capabilities = {}
6847N/A
6847N/A# Suppress requests library SSL certificate warnings. (boolean value)
6847N/A#suppress_requests_ssl_warnings = false
6847N/A
6847N/A# Default iSCSI Port ID of FlashSystem. (Default port is 0.) (integer value)
6847N/A#flashsystem_iscsi_portid = 0
6847N/A
6847N/A# Create volumes in this pool (string value)
6847N/A#tegile_default_pool = <None>
6847N/A
6847N/A# Create volumes in this project (string value)
6847N/A#tegile_default_project = <None>
6847N/A
6847N/A# Connection protocol should be FC. (Default is FC.) (string value)
6847N/A#flashsystem_connection_protocol = FC
6847N/A
6847N/A# Allows vdisk to multi host mapping. (Default is True) (boolean value)
6847N/A#flashsystem_multihostmap_enabled = true
6847N/A
6847N/A# Enables the Force option on upload_to_image. This enables running
6847N/A# upload_volume on in-use volumes for backends that support it. (boolean value)
6847N/A#enable_force_upload = false
6847N/A
6847N/A# Create volume from snapshot at the host where snapshot resides (boolean
6847N/A# value)
6847N/A#snapshot_same_host = true
6847N/A
6847N/A# Ensure that the new volumes are the same AZ as snapshot or source volume
6847N/A# (boolean value)
6847N/A#cloned_volume_same_az = true
6847N/A
6847N/A# Cache volume availability zones in memory for the provided duration in
6847N/A# seconds (integer value)
6847N/A#az_cache_duration = 3600
6847N/A
6847N/A# Proxy driver that connects to the IBM Storage Array (string value)
6847N/A#xiv_ds8k_proxy = xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy
6847N/A
6847N/A# Connection type to the IBM Storage Array (string value)
6847N/A# Allowed values: fibre_channel, iscsi
6847N/A#xiv_ds8k_connection_type = iscsi
6847N/A
6847N/A# CHAP authentication mode, effective only for iscsi (disabled|enabled) (string
3998N/A# value)
6847N/A# Allowed values: disabled, enabled
6847N/A#xiv_chap = disabled
6847N/A
6847N/A# List of Management IP addresses (separated by commas) (string value)
6847N/A#management_ips =
6847N/A
6847N/A# 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1 (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_api_url
6847N/A#hpe3par_api_url =
6847N/A
6847N/A# 3PAR username with the 'edit' role (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_username
6847N/A#hpe3par_username =
6847N/A
6847N/A# 3PAR password for the user specified in hpe3par_username (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_password
6847N/A#hpe3par_password =
6847N/A
6847N/A# List of the CPG(s) to use for volume creation (list value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_cpg
6847N/A#hpe3par_cpg = OpenStack
6847N/A
6847N/A# The CPG to use for Snapshots for volumes. If empty the userCPG will be used.
6847N/A# (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_cpg_snap
6847N/A#hpe3par_cpg_snap =
6847N/A
6847N/A# The time in hours to retain a snapshot. You can't delete it before this
6847N/A# expires. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_snapshot_retention
6847N/A#hpe3par_snapshot_retention =
6847N/A
6847N/A# The time in hours when a snapshot expires and is deleted. This must be
6847N/A# larger than expiration (string value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_snapshot_expiration
6847N/A#hpe3par_snapshot_expiration =
6847N/A
6847N/A# Enable HTTP debugging to 3PAR (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_debug
6847N/A#hpe3par_debug = false
6847N/A
6847N/A# List of target iSCSI addresses to use. (list value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_iscsi_ips
6847N/A#hpe3par_iscsi_ips =
6847N/A
6847N/A# Enable CHAP authentication for iSCSI connections. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/hp3par_iscsi_chap_enabled
6847N/A#hpe3par_iscsi_chap_enabled = false
6847N/A
6847N/A# Datera API port. (string value)
6847N/A#datera_api_port = 7717
6847N/A
6847N/A# Datera API version. (string value)
6847N/A#datera_api_version = 2
6847N/A
6847N/A# Number of replicas to create of an inode. (string value)
6847N/A#datera_num_replicas = 1
6847N/A
6847N/A# List of all available devices (list value)
6847N/A#available_devices =
6847N/A
6847N/A# URL to the Quobyte volume e.g., quobyte://<DIR host>/<volume name> (string
6847N/A# value)
6847N/A#quobyte_volume_url = <None>
6847N/A
6847N/A# Path to a Quobyte Client configuration file. (string value)
6847N/A#quobyte_client_cfg = <None>
6847N/A
6847N/A# Create volumes as sparse files which take no space. If set to False, volume
6847N/A# is created as regular file.In such case volume creation takes a lot of time.
6847N/A# (boolean value)
6847N/A#quobyte_sparsed_volumes = true
6847N/A
6847N/A# Create volumes as QCOW2 files rather than raw files. (boolean value)
6847N/A#quobyte_qcow2_volumes = true
6847N/A
6847N/A# Base dir containing the mount point for the Quobyte volume. (string value)
6847N/A#quobyte_mount_point_base = $state_path/mnt
6847N/A
6847N/A# File with the list of available vzstorage shares. (string value)
6847N/A#vzstorage_shares_config = /etc/cinder/vzstorage_shares
6847N/A
6847N/A# Create volumes as sparsed files which take no space rather than regular files
6847N/A# when using raw format, in which case volume creation takes lot of time.
6847N/A# (boolean value)
6847N/A#vzstorage_sparsed_volumes = true
6847N/A
6847N/A# Percent of ACTUAL usage of the underlying volume before no new volumes can be
6847N/A# allocated to the volume destination. (floating point value)
6847N/A#vzstorage_used_ratio = 0.95
6847N/A
6847N/A# Base dir containing mount points for vzstorage shares. (string value)
6847N/A#vzstorage_mount_point_base = $state_path/mnt
6847N/A
6847N/A# Mount options passed to the vzstorage client. See section of the pstorage-
6847N/A# mount man page for details. (list value)
6847N/A#vzstorage_mount_options = <None>
6847N/A
6847N/A# File with the list of available NFS shares (string value)
6847N/A#nfs_shares_config = /etc/cinder/nfs_shares
6847N/A
6847N/A# Create volumes as sparsed files which take no space.If set to False volume is
6847N/A# created as regular file.In such case volume creation takes a lot of time.
6847N/A# (boolean value)
6847N/A#nfs_sparsed_volumes = true
6847N/A
6847N/A# Base dir containing mount points for NFS shares. (string value)
6847N/A#nfs_mount_point_base = $state_path/mnt
6847N/A
6847N/A# Mount options passed to the NFS client. See section of the NFS man page for
6847N/A# details. (string value)
6847N/A#nfs_mount_options = <None>
6847N/A
6847N/A# The number of attempts to mount NFS shares before raising an error. At least
6847N/A# one attempt will be made to mount an NFS share, regardless of the value
6847N/A# specified. (integer value)
6847N/A#nfs_mount_attempts = 3
6847N/A
6847N/A# If this option is specified then the start time specified is used instead of
6847N/A# the start time of the last completed audit period. (string value)
6847N/A#start_time = <None>
6847N/A
6847N/A# If this option is specified then the end time specified is used instead of
6847N/A# the end time of the last completed audit period. (string value)
6847N/A#end_time = <None>
6847N/A
6847N/A# Send the volume and snapshot create and delete notifications generated in the
6847N/A# specified period. (boolean value)
6847N/A#send_actions = false
2521N/A
2521N/A#
6847N/A# From oslo.config
2521N/A#
2521N/A
6847N/A# Path to a config file to use. Multiple config files can be specified, with
6847N/A# values in later files taking precedence. Defaults to %(default)s. (unknown
5403N/A# value)
6847N/A#config_file = ~/.project/project.conf,~/project.conf,/etc/project/project.conf,/etc/project.conf
6847N/A
6847N/A# Path to a config directory to pull *.conf files from. This file set is
6847N/A# sorted, so as to provide a predictable parse order if individual options are
6847N/A# over-ridden. The set is parsed after the file(s) specified via previous
6847N/A# --config-file, arguments hence over-ridden options in the directory take
6847N/A# precedence. (list value)
6847N/A#config_dir = <None>
2521N/A
2521N/A#
6847N/A# From oslo.log
5403N/A#
5403N/A
6847N/A# If set to true, the logging level will be set to DEBUG instead of the default
6847N/A# INFO level. (boolean value)
6847N/A#debug = false
6847N/A
6847N/A# If set to false, the logging level will be set to WARNING instead of the
6847N/A# default INFO level. (boolean value)
6847N/A# This option is deprecated for removal.
6847N/A# Its value may be silently ignored in the future.
6847N/A#verbose = true
6847N/A
6847N/A# The name of a logging configuration file. This file is appended to any
6847N/A# existing logging configuration files. For details about logging configuration
6847N/A# files, see the Python logging module documentation. Note that when logging
6847N/A# configuration files are used then all logging configuration is set in the
6847N/A# configuration file and other logging configuration options are ignored (for
6847N/A# example, logging_context_format_string). (string value)
6847N/A# Deprecated group/name - [DEFAULT]/log_config
6847N/A#log_config_append = <None>
6847N/A
6847N/A# Defines the format string for %%(asctime)s in log records. Default:
6847N/A# %(default)s . This option is ignored if log_config_append is set. (string
6847N/A# value)
6847N/A#log_date_format = %Y-%m-%d %H:%M:%S
6847N/A
6847N/A# (Optional) Name of log file to send logging output to. If no default is set,
6847N/A# logging will go to stderr as defined by use_stderr. This option is ignored if
6847N/A# log_config_append is set. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/logfile
6847N/A#log_file = <None>
6847N/A
6847N/A# (Optional) The base directory used for relative log_file paths. This option
6847N/A# is ignored if log_config_append is set. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/logdir
6847N/A#log_dir = <None>
6847N/A
6847N/A# Uses logging handler designed to watch file system. When log file is moved or
6847N/A# removed this handler will open a new log file with specified path
6847N/A# instantaneously. It makes sense only if log_file option is specified and
6847N/A# Linux platform is used. This option is ignored if log_config_append is set.
6847N/A# (boolean value)
6847N/A#watch_log_file = false
6847N/A
6847N/A# Use syslog for logging. Existing syslog format is DEPRECATED and will be
6847N/A# changed later to honor RFC5424. This option is ignored if log_config_append
6847N/A# is set. (boolean value)
6847N/A#use_syslog = false
6847N/A
6847N/A# Syslog facility to receive log lines. This option is ignored if
6847N/A# log_config_append is set. (string value)
6847N/A#syslog_log_facility = LOG_USER
6847N/A
6847N/A# Log output to standard error. This option is ignored if log_config_append is
6847N/A# set. (boolean value)
6847N/A#use_stderr = true
6847N/A
6847N/A# Format string to use for log messages with context. (string value)
6847N/A#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
6847N/A
6847N/A# Format string to use for log messages when context is undefined. (string
6847N/A# value)
6847N/A#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
6847N/A
6847N/A# Additional data to append to log message when logging level for the message
6847N/A# is DEBUG. (string value)
6847N/A#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
6847N/A
6847N/A# Prefix each line of exception output with this format. (string value)
6847N/A#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
6847N/A
6847N/A# Defines the format string for %(user_identity)s that is used in
6847N/A# logging_context_format_string. (string value)
6847N/A#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
6847N/A
6847N/A# List of package logging levels in logger=LEVEL pairs. This option is ignored
6847N/A# if log_config_append is set. (list value)
6847N/A#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,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
6847N/A
6847N/A# Enables or disables publication of error events. (boolean value)
6847N/A#publish_errors = false
6847N/A
6847N/A# The format for an instance that is passed with the log message. (string
6847N/A# value)
6847N/A#instance_format = "[instance: %(uuid)s] "
6847N/A
6847N/A# The format for an instance UUID that is passed with the log message. (string
6847N/A# value)
6847N/A#instance_uuid_format = "[instance: %(uuid)s] "
6847N/A
6847N/A# Enables or disables fatal status of deprecations. (boolean value)
6847N/A#fatal_deprecations = false
3998N/A
3998N/A#
6847N/A# From oslo.messaging
5403N/A#
5403N/A
6847N/A# Size of RPC connection pool. (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
6847N/A#rpc_conn_pool_size = 30
6847N/A
6847N/A# ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
6847N/A# The "host" option should point or resolve to this address. (string value)
6847N/A#rpc_zmq_bind_address = *
6847N/A
6847N/A# MatchMaker driver. (string value)
6847N/A# Allowed values: redis, dummy
6847N/A#rpc_zmq_matchmaker = redis
6847N/A
6847N/A# Type of concurrency used. Either "native" or "eventlet" (string value)
6847N/A#rpc_zmq_concurrency = eventlet
6847N/A
6847N/A# Number of ZeroMQ contexts, defaults to 1. (integer value)
6847N/A#rpc_zmq_contexts = 1
6847N/A
6847N/A# Maximum number of ingress messages to locally buffer per topic. Default is
6847N/A# unlimited. (integer value)
6847N/A#rpc_zmq_topic_backlog = <None>
6847N/A
6847N/A# Directory for holding IPC sockets. (string value)
6847N/A#rpc_zmq_ipc_dir = /var/run/openstack
6847N/A
6847N/A# Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
6847N/A# "host" option, if running Nova. (string value)
6847N/A#rpc_zmq_host = localhost
6847N/A
6847N/A# Seconds to wait before a cast expires (TTL). The default value of -1
6847N/A# specifies an infinite linger period. The value of 0 specifies no linger
6847N/A# period. Pending messages shall be discarded immediately when the socket is
6847N/A# closed. Only supported by impl_zmq. (integer value)
6847N/A#rpc_cast_timeout = -1
6847N/A
6847N/A# The default number of seconds that poll should wait. Poll raises timeout
6847N/A# exception when timeout expired. (integer value)
6847N/A#rpc_poll_timeout = 1
6847N/A
6847N/A# Expiration timeout in seconds of a name service record about existing target
6847N/A# ( < 0 means no timeout). (integer value)
6847N/A#zmq_target_expire = 120
6847N/A
6847N/A# Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
5403N/A# value)
6847N/A#use_pub_sub = true
6847N/A
6847N/A# Minimal port number for random ports range. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#rpc_zmq_min_port = 49152
6847N/A
6847N/A# Maximal port number for random ports range. (integer value)
6847N/A# Minimum value: 1
6847N/A# Maximum value: 65536
6847N/A#rpc_zmq_max_port = 65536
6847N/A
6847N/A# Number of retries to find free port number before fail with ZMQBindError.
6847N/A# (integer value)
6847N/A#rpc_zmq_bind_port_retries = 100
6847N/A
6847N/A# Size of executor thread pool. (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
6847N/A#executor_thread_pool_size = 64
6847N/A
6847N/A# Seconds to wait for a response from a call. (integer value)
6847N/A#rpc_response_timeout = 60
6847N/A
6847N/A# A URL representing the messaging driver to use and its full configuration. If
6847N/A# not set, we fall back to the rpc_backend option and driver specific
6847N/A# configuration. (string value)
6847N/A#transport_url = <None>
6847N/A
6847N/A# The messaging driver to use, defaults to rabbit. Other drivers include amqp
6847N/A# and zmq. (string value)
6847N/A#rpc_backend = rabbit
6847N/A
6847N/A# The default exchange under which topics are scoped. May be overridden by an
6847N/A# exchange name specified in the transport_url option. (string value)
6847N/A#control_exchange = openstack
5403N/A
5403N/A#
6847N/A# From oslo.service.periodic_task
6847N/A#
6847N/A
6847N/A# Some periodic tasks can be run in a separate process. Should we run them
6847N/A# here? (boolean value)
6847N/A#run_external_periodic_tasks = true
6847N/A
6847N/A#
6847N/A# From oslo.service.service
2892N/A#
2892N/A
6847N/A# Enable eventlet backdoor. Acceptable values are 0, <port>, and
6847N/A# <start>:<end>, where 0 results in listening on a random tcp port number;
6847N/A# <port> results in listening on the specified port number (and not enabling
6847N/A# backdoor if that port is in use); and <start>:<end> results in listening on
6847N/A# the smallest unused port number within the specified range of port numbers.
6847N/A# The chosen port is displayed in the service's log file. (string value)
6847N/A#backdoor_port = <None>
6847N/A
6847N/A# Enable eventlet backdoor, using the provided path as a unix socket that can
6847N/A# receive connections. This option is mutually exclusive with 'backdoor_port'
6847N/A# in that only one should be provided. If both are provided then the existence
6847N/A# of this option overrides the usage of that option. (string value)
6847N/A#backdoor_socket = <None>
6847N/A
6847N/A# Enables or disables logging values of all registered options when starting a
6847N/A# service (at DEBUG level). (boolean value)
6847N/A#log_options = true
6847N/A
6847N/A# Specify a timeout after which a gracefully shutdown server will exit. Zero
6847N/A# value means endless wait. (integer value)
6847N/A#graceful_shutdown_timeout = 60
2892N/A
2892N/A#
6847N/A# From oslo.service.wsgi
2892N/A#
2892N/A
6847N/A# File name for the paste.deploy config for api service (string value)
6847N/A#api_paste_config = api-paste.ini
6847N/A
6847N/A# A python format string that is used as the template to generate log lines.
6847N/A# The following values can beformatted into it: client_ip, date_time,
6847N/A# request_line, status_code, body_length, wall_seconds. (string value)
6847N/A#wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f
6847N/A
6847N/A# Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
6847N/A# supported on OS X. (integer value)
6847N/A#tcp_keepidle = 600
6847N/A
6847N/A# Size of the pool of greenthreads used by wsgi (integer value)
6847N/A#wsgi_default_pool_size = 100
6847N/A
6847N/A# Maximum line size of message headers to be accepted. max_header_line may need
6847N/A# to be increased when using large tokens (typically those generated when
6847N/A# keystone is configured to use PKI tokens with big service catalogs). (integer
6847N/A# value)
6847N/A#max_header_line = 16384
6847N/A
6847N/A# If False, closes the client socket connection explicitly. (boolean value)
6847N/A#wsgi_keep_alive = true
6847N/A
6847N/A# Timeout for client connections' socket operations. If an incoming connection
6847N/A# is idle for this number of seconds it will be closed. A value of '0' means
6847N/A# wait forever. (integer value)
6847N/A#client_socket_timeout = 900
6847N/A
6847N/A
6847N/A[BACKEND]
2892N/A
2892N/A#
6847N/A# From cinder
5403N/A#
5403N/A
5403N/A# Backend override of host value. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/host
6847N/A#backend_host = <None>
3998N/A
3998N/A
3998N/A[BRCD_FABRIC_EXAMPLE]
3998N/A
3998N/A#
6847N/A# From cinder
3998N/A#
3998N/A
6847N/A# South bound connector for the fabric. (string value)
6847N/A# Allowed values: SSH, HTTP, HTTPS
6847N/A#fc_southbound_protocol = HTTP
6847N/A
6847N/A# Management IP of fabric. (string value)
6847N/A#fc_fabric_address =
6847N/A
6847N/A# Fabric user ID. (string value)
6847N/A#fc_fabric_user =
6847N/A
6847N/A# Password for user. (string value)
6847N/A#fc_fabric_password =
6847N/A
6847N/A# Connecting port (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#fc_fabric_port = 22
6847N/A
6847N/A# Local SSH certificate Path. (string value)
6847N/A#fc_fabric_ssh_cert_path =
6847N/A
6847N/A# Overridden zoning policy. (string value)
6847N/A#zoning_policy = initiator-target
6847N/A
6847N/A# Overridden zoning activation state. (boolean value)
6847N/A#zone_activate = true
6847N/A
6847N/A# Overridden zone name prefix. (string value)
6847N/A#zone_name_prefix = openstack
6847N/A
6847N/A# Virtual Fabric ID. (string value)
6847N/A#fc_virtual_fabric_id = <None>
6847N/A
6847N/A# Principal switch WWN of the fabric. This option is not used anymore. (string
6847N/A# value)
6847N/A# This option is deprecated for removal.
6847N/A# Its value may be silently ignored in the future.
6847N/A#principal_switch_wwn = <None>
3998N/A
3998N/A
3998N/A[CISCO_FABRIC_EXAMPLE]
3998N/A
3998N/A#
6847N/A# From cinder
3998N/A#
3998N/A
3998N/A# Management IP of fabric (string value)
6847N/A#cisco_fc_fabric_address =
3998N/A
3998N/A# Fabric user ID (string value)
6847N/A#cisco_fc_fabric_user =
3998N/A
3998N/A# Password for user (string value)
6847N/A#cisco_fc_fabric_password =
6847N/A
6847N/A# Connecting port (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#cisco_fc_fabric_port = 22
3998N/A
3998N/A# overridden zoning policy (string value)
6847N/A#cisco_zoning_policy = initiator-target
3998N/A
3998N/A# overridden zoning activation state (boolean value)
6847N/A#cisco_zone_activate = true
3998N/A
3998N/A# overridden zone name prefix (string value)
6847N/A#cisco_zone_name_prefix = <None>
3998N/A
3998N/A# VSAN of the Fabric (string value)
6847N/A#cisco_zoning_vsan = <None>
6847N/A
6847N/A
6847N/A[COORDINATION]
6847N/A
6847N/A#
6847N/A# From cinder
6847N/A#
6847N/A
6847N/A# The backend URL to use for distributed coordination. (string value)
6847N/A#backend_url = file://$state_path
6847N/A
6847N/A# Number of seconds between heartbeats for distributed coordination. (floating
6847N/A# point value)
6847N/A#heartbeat = 1.0
6847N/A
6847N/A# Initial number of seconds to wait after failed reconnection. (floating point
6847N/A# value)
6847N/A#initial_reconnect_backoff = 0.1
6847N/A
6847N/A# Maximum number of seconds between sequential reconnection retries. (floating
6847N/A# point value)
6847N/A#max_reconnect_backoff = 60.0
6847N/A
6847N/A
6847N/A[FC-ZONE-MANAGER]
6847N/A
6847N/A#
6847N/A# From cinder
6847N/A#
6847N/A
6847N/A# FC Zone Driver responsible for zone management (string value)
6847N/A#zone_driver = cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver
6847N/A
6847N/A# Zoning policy configured by user; valid values include "initiator-target" or
6847N/A# "initiator" (string value)
6847N/A#zoning_policy = initiator-target
6847N/A
6847N/A# Comma separated list of Fibre Channel fabric names. This list of names is
6847N/A# used to retrieve other SAN credentials for connecting to each SAN fabric
6847N/A# (string value)
6847N/A#fc_fabric_names = <None>
6847N/A
6847N/A# FC SAN Lookup Service (string value)
6847N/A#fc_san_lookup_service = cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService
6847N/A
6847N/A# South bound connector for zoning operation (string value)
6847N/A#brcd_sb_connector = HTTP
6847N/A
6847N/A# Southbound connector for zoning operation (string value)
6847N/A#cisco_sb_connector = cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI
6847N/A
6847N/A
6847N/A[KEYMGR]
6847N/A
6847N/A#
6847N/A# From cinder
6847N/A#
6847N/A
6847N/A# Authentication url for encryption service. (string value)
6847N/A#encryption_auth_url = http://localhost:5000/v3
6847N/A
6847N/A# Url for encryption service. (string value)
6847N/A#encryption_api_url = http://localhost:9311/v1
6847N/A
6847N/A# The full class name of the key manager API class (string value)
6847N/A#api_class = cinder.keymgr.conf_key_mgr.ConfKeyManager
6847N/A
6847N/A# Fixed key returned by key manager, specified in hex (string value)
6847N/A#fixed_key = <None>
6847N/A
6847N/A
6847N/A[cors]
6847N/A
6847N/A#
6847N/A# From oslo.middleware
6847N/A#
6847N/A
6847N/A# Indicate whether this resource may be shared with the domain received in the
6847N/A# requests "origin" header. (list value)
6847N/A#allowed_origin = <None>
6847N/A
6847N/A# Indicate that the actual request can include user credentials (boolean value)
6847N/A#allow_credentials = true
6847N/A
6847N/A# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
6847N/A# Headers. (list value)
6847N/A#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID,OpenStack-API-Version
6847N/A
6847N/A# Maximum cache age of CORS preflight requests. (integer value)
6847N/A#max_age = 3600
6847N/A
6847N/A# Indicate which methods can be used during the actual request. (list value)
6847N/A#allow_methods = GET,PUT,POST,DELETE,PATCH,HEAD
6847N/A
6847N/A# Indicate which header field names may be used during the actual request.
6847N/A# (list value)
6847N/A#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID,X-Trace-Info,X-Trace-HMAC,OpenStack-API-Version
6847N/A
6847N/A
6847N/A[cors.subdomain]
6847N/A
6847N/A#
6847N/A# From oslo.middleware
6847N/A#
6847N/A
6847N/A# Indicate whether this resource may be shared with the domain received in the
6847N/A# requests "origin" header. (list value)
6847N/A#allowed_origin = <None>
6847N/A
6847N/A# Indicate that the actual request can include user credentials (boolean value)
6847N/A#allow_credentials = true
6847N/A
6847N/A# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
6847N/A# Headers. (list value)
6847N/A#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID,OpenStack-API-Version
6847N/A
6847N/A# Maximum cache age of CORS preflight requests. (integer value)
6847N/A#max_age = 3600
6847N/A
6847N/A# Indicate which methods can be used during the actual request. (list value)
6847N/A#allow_methods = GET,PUT,POST,DELETE,PATCH,HEAD
6847N/A
6847N/A# Indicate which header field names may be used during the actual request.
6847N/A# (list value)
6847N/A#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID,X-Trace-Info,X-Trace-HMAC,OpenStack-API-Version
3998N/A
3998N/A
3998N/A[database]
2521N/A
2521N/A#
6847N/A# From oslo.db
2521N/A#
2521N/A
3998N/A# The file name to use with SQLite. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/sqlite_db
6847N/A#sqlite_db = oslo.sqlite
3998N/A
3998N/A# If True, SQLite uses synchronous mode. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/sqlite_synchronous
6847N/A#sqlite_synchronous = true
3998N/A
3998N/A# The back end to use for the database. (string value)
3998N/A# Deprecated group/name - [DEFAULT]/db_backend
6847N/A#backend = sqlalchemy
6847N/A
6847N/A# The SQLAlchemy connection string to use to connect to the database. (string
6847N/A# value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_connection
3998N/A# Deprecated group/name - [DATABASE]/sql_connection
3998N/A# Deprecated group/name - [sql]/connection
6847N/Aconnection = mysql://%SERVICE_USER%:%SERVICE_PASSWORD%@localhost/cinder
6847N/A
6847N/A# The SQLAlchemy connection string to use to connect to the slave database.
6847N/A# (string value)
6847N/A#slave_connection = <None>
6847N/A
6847N/A# The SQL mode to be used for MySQL sessions. This option, including the
6847N/A# default, overrides any server-set SQL mode. To use whatever SQL mode is set
6847N/A# by the server configuration, set this to no value. Example: mysql_sql_mode=
6847N/A# (string value)
6847N/A#mysql_sql_mode = TRADITIONAL
6847N/A
6864N/A# This configures the MySQL storage engine. This allows for OpenStack to
6876N/A# support different storage engine such as InnoDB, NDB, etc. By default, this
6876N/A# value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER. Example:
6876N/A# mysql_storage_engine= (string value)
6864N/A#mysql_storage_engine = InnoDB
6864N/A
6847N/A# Timeout before idle SQL connections are reaped. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_idle_timeout
3998N/A# Deprecated group/name - [DATABASE]/sql_idle_timeout
3998N/A# Deprecated group/name - [sql]/idle_timeout
6847N/A#idle_timeout = 3600
6847N/A
6847N/A# Minimum number of SQL connections to keep open in a pool. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_min_pool_size
3998N/A# Deprecated group/name - [DATABASE]/sql_min_pool_size
6847N/A#min_pool_size = 1
6847N/A
6847N/A# Maximum number of SQL connections to keep open in a pool. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_max_pool_size
3998N/A# Deprecated group/name - [DATABASE]/sql_max_pool_size
6847N/A#max_pool_size = <None>
6847N/A
6847N/A# Maximum number of database connection retries during startup. Set to -1 to
6847N/A# specify an infinite retry count. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_max_retries
3998N/A# Deprecated group/name - [DATABASE]/sql_max_retries
6847N/A#max_retries = 10
6847N/A
6847N/A# Interval between retries of opening a SQL connection. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_retry_interval
3998N/A# Deprecated group/name - [DATABASE]/reconnect_interval
6847N/A#retry_interval = 10
6847N/A
6847N/A# If set, use this value for max_overflow with SQLAlchemy. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_max_overflow
3998N/A# Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
6847N/A#max_overflow = 50
6847N/A
6847N/A# Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
6847N/A# value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_connection_debug
6847N/A#connection_debug = 0
6847N/A
6847N/A# Add Python stack traces to SQL as comment strings. (boolean value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_connection_trace
6847N/A#connection_trace = false
6847N/A
6847N/A# If set, use this value for pool_timeout with SQLAlchemy. (integer value)
3998N/A# Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
6847N/A#pool_timeout = <None>
6847N/A
6847N/A# Enable the experimental use of database reconnect on connection lost.
6847N/A# (boolean value)
6847N/A#use_db_reconnect = false
6847N/A
6847N/A# Seconds between retries of a database transaction. (integer value)
6847N/A#db_retry_interval = 1
6847N/A
6847N/A# If True, increases the interval between retries of a database operation up to
6847N/A# db_max_retry_interval. (boolean value)
6847N/A#db_inc_retry_interval = true
6847N/A
6847N/A# If db_inc_retry_interval is set, the maximum seconds between retries of a
6847N/A# database operation. (integer value)
6847N/A#db_max_retry_interval = 10
6847N/A
6847N/A# Maximum retries in case of connection error or deadlock error before error is
6847N/A# raised. Set to -1 to specify an infinite retry count. (integer value)
6847N/A#db_max_retries = 20
3998N/A
3998N/A#
6847N/A# From oslo.db.concurrency
3998N/A#
3998N/A
6847N/A# Enable the experimental use of thread pooling for all DB API calls (boolean
3998N/A# value)
6847N/A# Deprecated group/name - [DEFAULT]/dbapi_use_tpool
6847N/A#use_tpool = false
3998N/A
3998N/A
3998N/A[keystone_authtoken]
3163N/A
3163N/A#
6847N/A# From keystonemiddleware.auth_token
3163N/A#
3163N/A
5403N/A# Complete public Identity API endpoint. (string value)
6847N/Aauth_uri = http://127.0.0.1:5000/v2.0/
6847N/A
6847N/A# API version of the admin Identity API endpoint. (string value)
6847N/A#auth_version = <None>
6847N/A
6847N/A# Do not handle authorization requests within the middleware, but delegate the
6847N/A# authorization decision to downstream WSGI components. (boolean value)
6847N/A#delay_auth_decision = false
6847N/A
6847N/A# Request timeout value for communicating with Identity API server. (integer
3998N/A# value)
6847N/A#http_connect_timeout = <None>
6847N/A
6847N/A# How many times are we trying to reconnect when communicating with Identity
6847N/A# API Server. (integer value)
6847N/A#http_request_max_retries = 3
3998N/A
5403N/A# Env key for the swift cache. (string value)
6847N/A#cache = <None>
6847N/A
6847N/A# Required if identity server requires client certificate (string value)
6847N/A#certfile = <None>
6847N/A
6847N/A# Required if identity server requires client certificate (string value)
6847N/A#keyfile = <None>
6847N/A
6847N/A# A PEM encoded Certificate Authority to use when verifying HTTPs connections.
6847N/A# Defaults to system CAs. (string value)
6847N/A#cafile = <None>
3998N/A
3998N/A# Verify HTTPS connections. (boolean value)
6847N/A#insecure = false
6847N/A
6847N/A# The region in which the identity server can be found. (string value)
6847N/A#region_name = <None>
6847N/A
6847N/A# Directory used to cache files related to PKI tokens. (string value)
6847N/Asigning_dir = $state_path/keystone-signing
6847N/A
6847N/A# Optionally specify a list of memcached server(s) to use for caching. If left
6847N/A# undefined, tokens will instead be cached in-process. (list value)
3998N/A# Deprecated group/name - [DEFAULT]/memcache_servers
6847N/A#memcached_servers = <None>
6847N/A
6847N/A# In order to prevent excessive effort spent validating tokens, the middleware
6847N/A# caches previously-seen tokens for a configurable duration (in seconds). Set
6847N/A# to -1 to disable caching completely. (integer value)
6847N/A#token_cache_time = 300
6847N/A
6847N/A# Determines the frequency at which the list of revoked tokens is retrieved
6847N/A# from the Identity service (in seconds). A high number of revocation events
6847N/A# combined with a low cache duration may significantly reduce performance.
6847N/A# (integer value)
6847N/A#revocation_cache_time = 10
6847N/A
6847N/A# (Optional) If defined, indicate whether token data should be authenticated or
6847N/A# authenticated and encrypted. If MAC, token data is authenticated (with HMAC)
6847N/A# in the cache. If ENCRYPT, token data is encrypted and authenticated in the
6847N/A# cache. If the value is not one of these options or empty, auth_token will
3998N/A# raise an exception on initialization. (string value)
6847N/A# Allowed values: None, MAC, ENCRYPT
6847N/A#memcache_security_strategy = None
6847N/A
6847N/A# (Optional, mandatory if memcache_security_strategy is defined) This string is
6847N/A# used for key derivation. (string value)
6847N/A#memcache_secret_key = <None>
6847N/A
6847N/A# (Optional) Number of seconds memcached server is considered dead before it is
6847N/A# tried again. (integer value)
6847N/A#memcache_pool_dead_retry = 300
6847N/A
6847N/A# (Optional) Maximum total number of open connections to every memcached
6847N/A# server. (integer value)
6847N/A#memcache_pool_maxsize = 10
6847N/A
6847N/A# (Optional) Socket timeout in seconds for communicating with a memcached
6847N/A# server. (integer value)
6847N/A#memcache_pool_socket_timeout = 3
6847N/A
6847N/A# (Optional) Number of seconds a connection to memcached is held unused in the
6847N/A# pool before it is closed. (integer value)
6847N/A#memcache_pool_unused_timeout = 60
6847N/A
6847N/A# (Optional) Number of seconds that an operation will wait to get a memcached
6847N/A# client connection from the pool. (integer value)
6847N/A#memcache_pool_conn_get_timeout = 10
6847N/A
6847N/A# (Optional) Use the advanced (eventlet safe) memcached client pool. The
6847N/A# advanced pool will only work under python 2.x. (boolean value)
6847N/A#memcache_use_advanced_pool = false
6847N/A
6847N/A# (Optional) Indicate whether to set the X-Service-Catalog header. If False,
6847N/A# middleware will not ask for service catalog on token validation and will not
6847N/A# set the X-Service-Catalog header. (boolean value)
6847N/A#include_service_catalog = true
6847N/A
6847N/A# Used to control the use and type of token binding. Can be set to: "disabled"
6847N/A# to not check token binding. "permissive" (default) to validate binding
6847N/A# information if the bind type is of a form known to the server and ignore it
6847N/A# if not. "strict" like "permissive" but if the bind type is unknown the token
6847N/A# will be rejected. "required" any form of token binding is needed to be
6847N/A# allowed. Finally the name of a binding method that must be present in tokens.
5403N/A# (string value)
6847N/A#enforce_token_bind = permissive
6847N/A
6847N/A# If true, the revocation list will be checked for cached tokens. This requires
6847N/A# that PKI tokens are configured on the identity server. (boolean value)
6847N/A#check_revocations_for_cached = false
6847N/A
6847N/A# Hash algorithms to use for hashing PKI tokens. This may be a single algorithm
6847N/A# or multiple. The algorithms are those supported by Python standard
6847N/A# hashlib.new(). The hashes will be tried in the order given, so put the
6847N/A# preferred one first for performance. The result of the first hash will be
6847N/A# stored in the cache. This will typically be set to multiple values only while
6847N/A# migrating from a less secure algorithm to a more secure one. Once all the old
6847N/A# tokens are expired this option should be set to a single value for better
6847N/A# performance. (list value)
6847N/A#hash_algorithms = md5
6847N/A
6847N/A# Authentication type to load (unknown value)
6847N/A# Deprecated group/name - [DEFAULT]/auth_plugin
6847N/A#auth_type = <None>
6847N/A
6847N/A# Config Section from which to load plugin specific options (unknown value)
6847N/A#auth_section = <None>
6847N/A
6847N/A# Complete admin Identity API endpoint. This should specify the unversioned
6847N/A# root endpoint e.g. https://localhost:35357/ (string value)
6847N/Aidentity_uri = http://127.0.0.1:35357/
5403N/A
5403N/A# Service username. (string value)
6847N/Aadmin_user = %SERVICE_USER%
5403N/A
5403N/A# Service user password. (string value)
6847N/Aadmin_password = %SERVICE_PASSWORD%
5403N/A
5403N/A# Service tenant name. (string value)
6847N/Aadmin_tenant_name = %SERVICE_TENANT_NAME%
5403N/A
3163N/A
3163N/A[matchmaker_redis]
3163N/A
3163N/A#
6847N/A# From oslo.messaging
3163N/A#
3163N/A
3998N/A# Host to locate redis. (string value)
6847N/A#host = 127.0.0.1
6847N/A
6847N/A# Use this port to connect to redis host. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A#port = 6379
3163N/A
3998N/A# Password for Redis server (optional). (string value)
6847N/A#password =
6847N/A
6847N/A# List of Redis Sentinel hosts (fault tolerance mode) e.g.
6847N/A# [host:port, host1:port ... ] (list value)
6847N/A#sentinel_hosts =
6847N/A
6847N/A# Redis replica set name. (string value)
6847N/A#sentinel_group_name = oslo-messaging-zeromq
6847N/A
6847N/A# Time in ms to wait between connection attempts. (integer value)
6847N/A#wait_timeout = 500
6847N/A
6847N/A# Time in ms to wait before the transaction is killed. (integer value)
6847N/A#check_timeout = 20000
6847N/A
6847N/A# Timeout in ms on blocking socket operations (integer value)
6847N/A#socket_timeout = 1000
3998N/A
3998N/A
5403N/A[oslo_concurrency]
5403N/A
5403N/A#
6847N/A# From oslo.concurrency
5403N/A#
5403N/A
5403N/A# Enables or disables inter-process locks. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/disable_process_locking
6847N/A#disable_process_locking = false
6847N/A
6847N/A# Directory to use for lock files. For security, the specified directory
6847N/A# should only be writable by the user running the processes that need locking.
6847N/A# Defaults to environment variable OSLO_LOCK_PATH. If external locks are used,
6847N/A# a lock path must be set. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/lock_path
6847N/Alock_path = $state_path/lock
5403N/A
5403N/A
3998N/A[oslo_messaging_amqp]
3998N/A
3998N/A#
6847N/A# From oslo.messaging
3998N/A#
3998N/A
6847N/A# address prefix used when sending to a specific server (string value)
6847N/A# Deprecated group/name - [amqp1]/server_request_prefix
6847N/A#server_request_prefix = exclusive
6847N/A
6847N/A# address prefix used when broadcasting to all servers (string value)
6847N/A# Deprecated group/name - [amqp1]/broadcast_prefix
6847N/A#broadcast_prefix = broadcast
6847N/A
6847N/A# address prefix when sending to any server in group (string value)
6847N/A# Deprecated group/name - [amqp1]/group_request_prefix
6847N/A#group_request_prefix = unicast
3998N/A
3998N/A# Name for the AMQP container (string value)
6847N/A# Deprecated group/name - [amqp1]/container_name
6847N/A#container_name = <None>
6847N/A
6847N/A# Timeout for inactive connections (in seconds) (integer value)
6847N/A# Deprecated group/name - [amqp1]/idle_timeout
6847N/A#idle_timeout = 0
3998N/A
3998N/A# Debug: dump AMQP frames to stdout (boolean value)
6847N/A# Deprecated group/name - [amqp1]/trace
6847N/A#trace = false
6847N/A
6847N/A# CA certificate PEM file to verify server certificate (string value)
6847N/A# Deprecated group/name - [amqp1]/ssl_ca_file
6847N/A#ssl_ca_file =
6847N/A
6847N/A# Identifying certificate PEM file to present to clients (string value)
6847N/A# Deprecated group/name - [amqp1]/ssl_cert_file
6847N/A#ssl_cert_file =
6847N/A
6847N/A# Private key PEM file used to sign cert_file certificate (string value)
6847N/A# Deprecated group/name - [amqp1]/ssl_key_file
6847N/A#ssl_key_file =
6847N/A
6847N/A# Password for decrypting ssl_key_file (if encrypted) (string value)
6847N/A# Deprecated group/name - [amqp1]/ssl_key_password
6847N/A#ssl_key_password = <None>
3998N/A
3998N/A# Accept clients using either SSL or plain TCP (boolean value)
6847N/A# Deprecated group/name - [amqp1]/allow_insecure_clients
6847N/A#allow_insecure_clients = false
6847N/A
6847N/A# Space separated list of acceptable SASL mechanisms (string value)
6847N/A# Deprecated group/name - [amqp1]/sasl_mechanisms
6847N/A#sasl_mechanisms =
6847N/A
6847N/A# Path to directory that contains the SASL configuration (string value)
6847N/A# Deprecated group/name - [amqp1]/sasl_config_dir
6847N/A#sasl_config_dir =
6847N/A
6847N/A# Name of configuration file (without .conf suffix) (string value)
6847N/A# Deprecated group/name - [amqp1]/sasl_config_name
6847N/A#sasl_config_name =
6847N/A
6847N/A# User name for message broker authentication (string value)
6847N/A# Deprecated group/name - [amqp1]/username
6847N/A#username =
6847N/A
6847N/A# Password for message broker authentication (string value)
6847N/A# Deprecated group/name - [amqp1]/password
6847N/A#password =
6847N/A
6847N/A
6847N/A[oslo_messaging_notifications]
5403N/A
5403N/A#
6847N/A# From oslo.messaging
5403N/A#
5403N/A
6847N/A# The Drivers(s) to handle sending notifications. Possible values are
6847N/A# messaging, messagingv2, routing, log, test, noop (multi valued)
6847N/A# Deprecated group/name - [DEFAULT]/notification_driver
6847N/A#driver =
6847N/A
6847N/A# A URL representing the messaging driver to use for notifications. If not set,
6847N/A# we fall back to the same configuration used for RPC. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/notification_transport_url
6847N/A#transport_url = <None>
6847N/A
6847N/A# AMQP topic used for OpenStack notifications. (list value)
6847N/A# Deprecated group/name - [rpc_notifier2]/topics
6847N/A# Deprecated group/name - [DEFAULT]/notification_topics
6847N/A#topics = notifications
5403N/A
5403N/A
5403N/A[oslo_messaging_rabbit]
5403N/A
5403N/A#
6847N/A# From oslo.messaging
5403N/A#
5403N/A
5403N/A# Use durable queues in AMQP. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/amqp_durable_queues
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
6847N/A#amqp_durable_queues = false
5403N/A
5403N/A# Auto-delete queues in AMQP. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/amqp_auto_delete
6847N/A#amqp_auto_delete = false
6847N/A
6847N/A# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
6847N/A# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
6847N/A# distributions. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_version
6847N/A#kombu_ssl_version =
5403N/A
5403N/A# SSL key file (valid only if SSL enabled). (string value)
6847N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
6847N/A#kombu_ssl_keyfile =
5403N/A
5403N/A# SSL cert file (valid only if SSL enabled). (string value)
6847N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
6847N/A#kombu_ssl_certfile =
6847N/A
6847N/A# SSL certification authority file (valid only if SSL enabled). (string value)
6847N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
6847N/A#kombu_ssl_ca_certs =
6847N/A
6847N/A# How long to wait before reconnecting in response to an AMQP consumer cancel
6847N/A# notification. (floating point value)
6847N/A# Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
6847N/A#kombu_reconnect_delay = 1.0
6847N/A
6847N/A# EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
6847N/A# be used. This option may notbe available in future versions. (string value)
6847N/A#kombu_compression = <None>
6847N/A
6847N/A# How long to wait a missing client beforce abandoning to send it its replies.
6847N/A# This value should not be longer than rpc_response_timeout. (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/kombu_reconnect_timeout
6847N/A#kombu_missing_consumer_retry_timeout = 60
6847N/A
6847N/A# Determines how the next RabbitMQ node is chosen in case the one we are
6847N/A# currently connected to becomes unavailable. Takes effect only if more than
6847N/A# one RabbitMQ node is provided in config. (string value)
6847N/A# Allowed values: round-robin, shuffle
6847N/A#kombu_failover_strategy = round-robin
6847N/A
6847N/A# The RabbitMQ broker address where a single node is used. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_host
6847N/A#rabbit_host = localhost
6847N/A
6847N/A# The RabbitMQ broker port where a single node is used. (port value)
6847N/A# Minimum value: 0
6847N/A# Maximum value: 65535
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_port
6847N/A#rabbit_port = 5672
5403N/A
5403N/A# RabbitMQ HA cluster host:port pairs. (list value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_hosts
6847N/A#rabbit_hosts = $rabbit_host:$rabbit_port
5403N/A
5403N/A# Connect over SSL for RabbitMQ. (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_use_ssl
6847N/A#rabbit_use_ssl = false
5403N/A
5403N/A# The RabbitMQ userid. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_userid
6847N/A#rabbit_userid = guest
5403N/A
5403N/A# The RabbitMQ password. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_password
6847N/A#rabbit_password = guest
5403N/A
5403N/A# The RabbitMQ login method. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_login_method
6847N/A#rabbit_login_method = AMQPLAIN
5403N/A
5403N/A# The RabbitMQ virtual host. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_virtual_host
6847N/A#rabbit_virtual_host = /
6847N/A
6847N/A# How frequently to retry connecting with RabbitMQ. (integer value)
6847N/A#rabbit_retry_interval = 1
6847N/A
6847N/A# How long to backoff for between retries when connecting to RabbitMQ. (integer
6847N/A# value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
6847N/A#rabbit_retry_backoff = 2
6847N/A
6847N/A# Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
6847N/A# (integer value)
6847N/A#rabbit_interval_max = 30
6847N/A
6847N/A# Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry
6847N/A# count). (integer value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_max_retries
6847N/A#rabbit_max_retries = 0
6847N/A
6847N/A# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
6847N/A# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
6847N/A# is no longer controlled by the x-ha-policy argument when declaring a queue.
6847N/A# If you just want to make sure that all queues (except those with auto-
6847N/A# generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
6847N/A# HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/rabbit_ha_queues
6847N/A#rabbit_ha_queues = false
6847N/A
6847N/A# Positive integer representing duration in seconds for queue TTL (x-expires).
6847N/A# Queues which are unused for the duration of the TTL are automatically
6847N/A# deleted. The parameter affects only reply and fanout queues. (integer value)
6847N/A# Minimum value: 1
6847N/A#rabbit_transient_queues_ttl = 1800
6847N/A
6847N/A# Specifies the number of messages to prefetch. Setting to zero allows
6847N/A# unlimited messages. (integer value)
6847N/A#rabbit_qos_prefetch_count = 0
6847N/A
6847N/A# Number of seconds after which the Rabbit broker is considered down if
6847N/A# heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
6847N/A# value)
6847N/A#heartbeat_timeout_threshold = 60
6847N/A
6847N/A# How often times during the heartbeat_timeout_threshold we check the
6847N/A# heartbeat. (integer value)
6847N/A#heartbeat_rate = 2
6847N/A
6847N/A# Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
6847N/A# Deprecated group/name - [DEFAULT]/fake_rabbit
6847N/A#fake_rabbit = false
6847N/A
6847N/A# Maximum number of channels to allow (integer value)
6847N/A#channel_max = <None>
6847N/A
6847N/A# The maximum byte size for an AMQP frame (integer value)
6847N/A#frame_max = <None>
6847N/A
6847N/A# How often to send heartbeats for consumer's connections (integer value)
6847N/A#heartbeat_interval = 1
6847N/A
6847N/A# Enable SSL (boolean value)
6847N/A#ssl = <None>
6847N/A
6847N/A# Arguments passed to ssl.wrap_socket (dict value)
6847N/A#ssl_options = <None>
6847N/A
6847N/A# Set socket timeout in seconds for connection's socket (floating point value)
6847N/A#socket_timeout = 0.25
6847N/A
6847N/A# Set TCP_USER_TIMEOUT in seconds for connection's socket (floating point
5403N/A# value)
6847N/A#tcp_user_timeout = 0.25
6847N/A
6847N/A# Set delay for reconnection to some host which has connection error (floating
6847N/A# point value)
6847N/A#host_connection_reconnect_delay = 0.25
6847N/A
6847N/A# Maximum number of connections to keep queued. (integer value)
6847N/A#pool_max_size = 10
6847N/A
6847N/A# Maximum number of connections to create above `pool_max_size`. (integer
6847N/A# value)
6847N/A#pool_max_overflow = 0
6847N/A
6847N/A# Default number of seconds to wait for a connections to available (integer
5403N/A# value)
6847N/A#pool_timeout = 30
6847N/A
6847N/A# Lifetime of a connection (since creation) in seconds or None for no
6847N/A# recycling. Expired connections are closed on acquire. (integer value)
6847N/A#pool_recycle = 600
6847N/A
6847N/A# Threshold at which inactive (since release) connections are considered stale
6847N/A# in seconds or None for no staleness. Stale connections are closed on acquire.
6847N/A# (integer value)
6847N/A#pool_stale = 60
6847N/A
6847N/A# Persist notification messages. (boolean value)
6847N/A#notification_persistence = false
6847N/A
6847N/A# Exchange name for for sending notifications (string value)
6847N/A#default_notification_exchange = ${control_exchange}_notification
6847N/A
6847N/A# Max number of not acknowledged message which RabbitMQ can send to
6847N/A# notification listener. (integer value)
6847N/A#notification_listener_prefetch_count = 100
6847N/A
6847N/A# Reconnecting retry count in case of connectivity problem during sending
6847N/A# notification, -1 means infinite retry. (integer value)
6847N/A#default_notification_retry_attempts = -1
6847N/A
6847N/A# Reconnecting retry delay in case of connectivity problem during sending
6847N/A# notification message (floating point value)
6847N/A#notification_retry_delay = 0.25
6847N/A
6847N/A# Time to live for rpc queues without consumers in seconds. (integer value)
6847N/A#rpc_queue_expiration = 60
6847N/A
6847N/A# Exchange name for sending RPC messages (string value)
6847N/A#default_rpc_exchange = ${control_exchange}_rpc
6847N/A
6847N/A# Exchange name for receiving RPC replies (string value)
6847N/A#rpc_reply_exchange = ${control_exchange}_rpc_reply
6847N/A
6847N/A# Max number of not acknowledged message which RabbitMQ can send to rpc
6847N/A# listener. (integer value)
6847N/A#rpc_listener_prefetch_count = 100
6847N/A
6847N/A# Max number of not acknowledged message which RabbitMQ can send to rpc reply
6847N/A# listener. (integer value)
6847N/A#rpc_reply_listener_prefetch_count = 100
6847N/A
6847N/A# Reconnecting retry count in case of connectivity problem during sending
6847N/A# reply. -1 means infinite retry during rpc_timeout (integer value)
6847N/A#rpc_reply_retry_attempts = -1
6847N/A
6847N/A# Reconnecting retry delay in case of connectivity problem during sending
6847N/A# reply. (floating point value)
6847N/A#rpc_reply_retry_delay = 0.25
6847N/A
6847N/A# Reconnecting retry count in case of connectivity problem during sending RPC
6847N/A# message, -1 means infinite retry. If actual retry attempts in not 0 the rpc
6847N/A# request could be processed more then one time (integer value)
6847N/A#default_rpc_retry_attempts = -1
6847N/A
6847N/A# Reconnecting retry delay in case of connectivity problem during sending RPC
6847N/A# message (floating point value)
6847N/A#rpc_retry_delay = 0.25
5403N/A
5403N/A
5403N/A[oslo_middleware]
5403N/A
5403N/A#
6847N/A# From oslo.middleware
5403N/A#
5403N/A
6847N/A# The maximum body size for each request, in bytes. (integer value)
5403N/A# Deprecated group/name - [DEFAULT]/osapi_max_request_body_size
5403N/A# Deprecated group/name - [DEFAULT]/max_request_body_size
6847N/A#max_request_body_size = 114688
6847N/A
6847N/A# The HTTP Header that will be used to determine what the original request
6847N/A# protocol scheme was, even if it was hidden by an SSL termination proxy.
6847N/A# (string value)
6847N/A# This option is deprecated for removal.
6847N/A# Its value may be silently ignored in the future.
6847N/A#secure_proxy_ssl_header = X-Forwarded-Proto
6847N/A
6847N/A
6847N/A[oslo_policy]
6847N/A
6847N/A#
6847N/A# From oslo.policy
6847N/A#
6847N/A
6847N/A# The JSON file that defines policies. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/policy_file
6847N/A#policy_file = policy.json
6847N/A
6847N/A# Default rule. Enforced when a requested rule is not found. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/policy_default_rule
6847N/A#policy_default_rule = default
6847N/A
6847N/A# Directories where policy configuration files are stored. They can be relative
6847N/A# to any directory in the search path defined by the config_dir option, or
6847N/A# absolute paths. The file defined by policy_file must exist for these
6847N/A# directories to be searched. Missing or empty directories are ignored. (multi
6847N/A# valued)
6847N/A# Deprecated group/name - [DEFAULT]/policy_dirs
6847N/A#policy_dirs = policy.d
6847N/A
6847N/A
6847N/A[oslo_reports]
3998N/A
3998N/A#
6847N/A# From oslo.reports
6847N/A#
6847N/A
6847N/A# Path to a log directory where to create a file (string value)
6847N/A#log_dir = <None>
6847N/A
6847N/A
6847N/A[oslo_versionedobjects]
6847N/A
6847N/A#
6847N/A# From oslo.versionedobjects
6847N/A#
6847N/A
6847N/A# Make exception message format errors fatal (boolean value)
6847N/A#fatal_exception_format_errors = false
6847N/A
6847N/A
6847N/A[ssl]
6847N/A
6847N/A#
6847N/A# From oslo.service.sslutils
3998N/A#
3998N/A
6847N/A# CA certificate file to use to verify connecting clients. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/ssl_ca_file
6847N/A#ca_file = <None>
6847N/A
6847N/A# Certificate file to use when starting the server securely. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/ssl_cert_file
6847N/A#cert_file = <None>
6847N/A
6847N/A# Private key file to use when starting the server securely. (string value)
6847N/A# Deprecated group/name - [DEFAULT]/ssl_key_file
6847N/A#key_file = <None>
6847N/A
6847N/A# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
6847N/A# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
6847N/A# distributions. (string value)
6847N/A#version = <None>
6847N/A
6847N/A# Sets the list of available ciphers. value should be a string in the OpenSSL
6847N/A# cipher list format. (string value)
6847N/A#ciphers = <None>