components/openstack/cinder/files/cinder.conf
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 5317 fa561e436e88
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
     1 [DEFAULT]
     1 [DEFAULT]
     2 
     2 
     3 #
     3 #
       
     4 # Options defined in oslo.log
       
     5 #
       
     6 
       
     7 # Print debugging output (set logging level to DEBUG instead
       
     8 # of default WARNING level). (boolean value)
       
     9 #debug=false
       
    10 
       
    11 # Print more verbose output (set logging level to INFO instead
       
    12 # of default WARNING level). (boolean value)
       
    13 #verbose=false
       
    14 
       
    15 # The name of a logging configuration file. This file is
       
    16 # appended to any existing logging configuration files. For
       
    17 # details about logging configuration files, see the Python
       
    18 # logging module documentation. (string value)
       
    19 # Deprecated group/name - [DEFAULT]/log_config
       
    20 #log_config_append=<None>
       
    21 
       
    22 # DEPRECATED. A logging.Formatter log message format string
       
    23 # which may use any of the available logging.LogRecord
       
    24 # attributes. This option is deprecated.  Please use
       
    25 # logging_context_format_string and
       
    26 # logging_default_format_string instead. (string value)
       
    27 #log_format=<None>
       
    28 
       
    29 # Format string for %%(asctime)s in log records. Default:
       
    30 # %(default)s . (string value)
       
    31 #log_date_format=%Y-%m-%d %H:%M:%S
       
    32 
       
    33 # (Optional) Name of log file to output to. If no default is
       
    34 # set, logging will go to stdout. (string value)
       
    35 # Deprecated group/name - [DEFAULT]/logfile
       
    36 #log_file=<None>
       
    37 
       
    38 # (Optional) The base directory used for relative --log-file
       
    39 # paths. (string value)
       
    40 # Deprecated group/name - [DEFAULT]/logdir
       
    41 #log_dir=<None>
       
    42 
       
    43 # Use syslog for logging. Existing syslog format is DEPRECATED
       
    44 # during I, and will change in J to honor RFC5424. (boolean
       
    45 # value)
       
    46 #use_syslog=false
       
    47 
       
    48 # (Optional) Enables or disables syslog rfc5424 format for
       
    49 # logging. If enabled, prefixes the MSG part of the syslog
       
    50 # message with APP-NAME (RFC5424). The format without the APP-
       
    51 # NAME is deprecated in I, and will be removed in J. (boolean
       
    52 # value)
       
    53 #use_syslog_rfc_format=false
       
    54 
       
    55 # Syslog facility to receive log lines. (string value)
       
    56 #syslog_log_facility=LOG_USER
       
    57 
       
    58 # Log output to standard error. (boolean value)
       
    59 #use_stderr=true
       
    60 
       
    61 # Format string to use for log messages with context. (string
       
    62 # value)
       
    63 #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
       
    64 
       
    65 # Format string to use for log messages without context.
       
    66 # (string value)
       
    67 #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
       
    68 
       
    69 # Data to append to log format when level is DEBUG. (string
       
    70 # value)
       
    71 #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
       
    72 
       
    73 # Prefix each line of exception output with this format.
       
    74 # (string value)
       
    75 #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
       
    76 
       
    77 # List of logger=LEVEL pairs. (list value)
       
    78 #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
       
    79 
       
    80 # Enables or disables publication of error events. (boolean
       
    81 # value)
       
    82 #publish_errors=false
       
    83 
       
    84 # Enables or disables fatal status of deprecations. (boolean
       
    85 # value)
       
    86 #fatal_deprecations=false
       
    87 
       
    88 # The format for an instance that is passed with the log
       
    89 # message. (string value)
       
    90 #instance_format="[instance: %(uuid)s] "
       
    91 
       
    92 # The format for an instance UUID that is passed with the log
       
    93 # message. (string value)
       
    94 #instance_uuid_format="[instance: %(uuid)s] "
       
    95 
       
    96 
       
    97 #
     4 # Options defined in oslo.messaging
    98 # Options defined in oslo.messaging
     5 #
    99 #
     6 
       
     7 # Use durable queues in AMQP. (boolean value)
       
     8 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
       
     9 #amqp_durable_queues=false
       
    10 
       
    11 # Auto-delete queues in AMQP. (boolean value)
       
    12 #amqp_auto_delete=false
       
    13 
       
    14 # Size of RPC connection pool. (integer value)
       
    15 #rpc_conn_pool_size=30
       
    16 
       
    17 # Qpid broker hostname. (string value)
       
    18 #qpid_hostname=localhost
       
    19 
       
    20 # Qpid broker port. (integer value)
       
    21 #qpid_port=5672
       
    22 
       
    23 # Qpid HA cluster host:port pairs. (list value)
       
    24 #qpid_hosts=$qpid_hostname:$qpid_port
       
    25 
       
    26 # Username for Qpid connection. (string value)
       
    27 #qpid_username=
       
    28 
       
    29 # Password for Qpid connection. (string value)
       
    30 #qpid_password=
       
    31 
       
    32 # Space separated list of SASL mechanisms to use for auth.
       
    33 # (string value)
       
    34 #qpid_sasl_mechanisms=
       
    35 
       
    36 # Seconds between connection keepalive heartbeats. (integer
       
    37 # value)
       
    38 #qpid_heartbeat=60
       
    39 
       
    40 # Transport to use, either 'tcp' or 'ssl'. (string value)
       
    41 #qpid_protocol=tcp
       
    42 
       
    43 # Whether to disable the Nagle algorithm. (boolean value)
       
    44 #qpid_tcp_nodelay=true
       
    45 
       
    46 # The number of prefetched messages held by receiver. (integer
       
    47 # value)
       
    48 #qpid_receiver_capacity=1
       
    49 
       
    50 # The qpid topology version to use.  Version 1 is what was
       
    51 # originally used by impl_qpid.  Version 2 includes some
       
    52 # backwards-incompatible changes that allow broker federation
       
    53 # to work.  Users should update to version 2 when they are
       
    54 # able to take everything down, as it requires a clean break.
       
    55 # (integer value)
       
    56 #qpid_topology_version=1
       
    57 
       
    58 # SSL version to use (valid only if SSL enabled). valid values
       
    59 # are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on
       
    60 # some distributions. (string value)
       
    61 #kombu_ssl_version=
       
    62 
       
    63 # SSL key file (valid only if SSL enabled). (string value)
       
    64 #kombu_ssl_keyfile=
       
    65 
       
    66 # SSL cert file (valid only if SSL enabled). (string value)
       
    67 #kombu_ssl_certfile=
       
    68 
       
    69 # SSL certification authority file (valid only if SSL
       
    70 # enabled). (string value)
       
    71 #kombu_ssl_ca_certs=
       
    72 
       
    73 # How long to wait before reconnecting in response to an AMQP
       
    74 # consumer cancel notification. (floating point value)
       
    75 #kombu_reconnect_delay=1.0
       
    76 
       
    77 # The RabbitMQ broker address where a single node is used.
       
    78 # (string value)
       
    79 #rabbit_host=localhost
       
    80 
       
    81 # The RabbitMQ broker port where a single node is used.
       
    82 # (integer value)
       
    83 #rabbit_port=5672
       
    84 
       
    85 # RabbitMQ HA cluster host:port pairs. (list value)
       
    86 #rabbit_hosts=$rabbit_host:$rabbit_port
       
    87 
       
    88 # Connect over SSL for RabbitMQ. (boolean value)
       
    89 #rabbit_use_ssl=false
       
    90 
       
    91 # The RabbitMQ userid. (string value)
       
    92 #rabbit_userid=guest
       
    93 
       
    94 # The RabbitMQ password. (string value)
       
    95 #rabbit_password=guest
       
    96 
       
    97 # The RabbitMQ login method. (string value)
       
    98 #rabbit_login_method=AMQPLAIN
       
    99 
       
   100 # The RabbitMQ virtual host. (string value)
       
   101 #rabbit_virtual_host=/
       
   102 
       
   103 # How frequently to retry connecting with RabbitMQ. (integer
       
   104 # value)
       
   105 #rabbit_retry_interval=1
       
   106 
       
   107 # How long to backoff for between retries when connecting to
       
   108 # RabbitMQ. (integer value)
       
   109 #rabbit_retry_backoff=2
       
   110 
       
   111 # Maximum number of RabbitMQ connection retries. Default is 0
       
   112 # (infinite retry count). (integer value)
       
   113 #rabbit_max_retries=0
       
   114 
       
   115 # Use HA queues in RabbitMQ (x-ha-policy: all). If you change
       
   116 # this option, you must wipe the RabbitMQ database. (boolean
       
   117 # value)
       
   118 #rabbit_ha_queues=false
       
   119 
       
   120 # Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
       
   121 # (boolean value)
       
   122 #fake_rabbit=false
       
   123 
   100 
   124 # ZeroMQ bind address. Should be a wildcard (*), an ethernet
   101 # ZeroMQ bind address. Should be a wildcard (*), an ethernet
   125 # interface, or IP. The "host" option should point or resolve
   102 # interface, or IP. The "host" option should point or resolve
   126 # to this address. (string value)
   103 # to this address. (string value)
   127 #rpc_zmq_bind_address=*
   104 #rpc_zmq_bind_address=*
   128 
   105 
   129 # MatchMaker driver. (string value)
   106 # MatchMaker driver. (string value)
   130 #rpc_zmq_matchmaker=oslo.messaging._drivers.matchmaker.MatchMakerLocalhost
   107 #rpc_zmq_matchmaker=local
   131 
   108 
   132 # ZeroMQ receiver listening port. (integer value)
   109 # ZeroMQ receiver listening port. (integer value)
   133 #rpc_zmq_port=9501
   110 #rpc_zmq_port=9501
   134 
   111 
   135 # Number of ZeroMQ contexts, defaults to 1. (integer value)
   112 # Number of ZeroMQ contexts, defaults to 1. (integer value)
   155 #matchmaker_heartbeat_freq=300
   132 #matchmaker_heartbeat_freq=300
   156 
   133 
   157 # Heartbeat time-to-live. (integer value)
   134 # Heartbeat time-to-live. (integer value)
   158 #matchmaker_heartbeat_ttl=600
   135 #matchmaker_heartbeat_ttl=600
   159 
   136 
   160 # Size of RPC greenthread pool. (integer value)
   137 # Size of RPC thread pool. (integer value)
   161 #rpc_thread_pool_size=64
   138 #rpc_thread_pool_size=64
   162 
   139 
   163 # Driver or drivers to handle sending notifications. (multi
   140 # Driver or drivers to handle sending notifications. (multi
   164 # valued)
   141 # valued)
   165 #notification_driver=
   142 #notification_driver=
   287 # Default=$state_path/ssh_known_hosts (string value)
   264 # Default=$state_path/ssh_known_hosts (string value)
   288 #ssh_hosts_key_file=$state_path/ssh_known_hosts
   265 #ssh_hosts_key_file=$state_path/ssh_known_hosts
   289 
   266 
   290 
   267 
   291 #
   268 #
   292 # Options defined in cinder.test
       
   293 #
       
   294 
       
   295 # File name of clean sqlite db (string value)
       
   296 #sqlite_clean_db=clean.sqlite
       
   297 
       
   298 
       
   299 #
       
   300 # Options defined in cinder.wsgi
   269 # Options defined in cinder.wsgi
   301 #
   270 #
   302 
   271 
   303 # Maximum line size of message headers to be accepted.
   272 # Maximum line size of message headers to be accepted.
   304 # max_header_line may need to be increased when using large
   273 # max_header_line may need to be increased when using large
   305 # tokens (typically those generated by the Keystone v3 API
   274 # tokens (typically those generated by the Keystone v3 API
   306 # with big service catalogs). (integer value)
   275 # with big service catalogs). (integer value)
   307 #max_header_line=16384
   276 #max_header_line=16384
   308 
   277 
       
   278 # Timeout for client connections' socket operations. If an
       
   279 # incoming connection is idle for this number of seconds it
       
   280 # will be closed. A value of '0' means wait forever. (integer
       
   281 # value)
       
   282 #client_socket_timeout=900
       
   283 
   309 # If False, closes the client socket connection explicitly.
   284 # If False, closes the client socket connection explicitly.
   310 # Setting it to True to maintain backward compatibility.
   285 # Setting it to True to maintain backward compatibility.
   311 # Recommended setting is set it to False. (boolean value)
   286 # Recommended setting is set it to False. (boolean value)
   312 #wsgi_keep_alive=true
   287 #wsgi_keep_alive=true
   313 
   288 
   314 # Timeout for client connections' socket operations. If an
       
   315 # incoming connection is idle for this number of seconds it
       
   316 # will be closed. A value of '0' means wait forever. (integer
       
   317 # value)
       
   318 #client_socket_timeout=0
       
   319 
       
   320 # Sets the value of TCP_KEEPALIVE (True/False) for each server
   289 # Sets the value of TCP_KEEPALIVE (True/False) for each server
   321 # socket. (boolean value)
   290 # socket. (boolean value)
   322 #tcp_keepalive=true
   291 #tcp_keepalive=true
   323 
   292 
   324 # Sets the value of TCP_KEEPIDLE in seconds for each server
   293 # Sets the value of TCP_KEEPIDLE in seconds for each server
   376 # Max size for body of a request (integer value)
   345 # Max size for body of a request (integer value)
   377 #osapi_max_request_body_size=114688
   346 #osapi_max_request_body_size=114688
   378 
   347 
   379 
   348 
   380 #
   349 #
       
   350 # Options defined in cinder.api.views.versions
       
   351 #
       
   352 
       
   353 # Public url to use for versions endpoint. The default is
       
   354 # None, which will use the request's host_url attribute to
       
   355 # populate the URL base. If Cinder is operating behind a
       
   356 # proxy, you will want to change this to represent the proxy's
       
   357 # URL. (string value)
       
   358 #public_endpoint=<None>
       
   359 
       
   360 
       
   361 #
       
   362 # Options defined in cinder.backup.chunkeddriver
       
   363 #
       
   364 
       
   365 # Compression algorithm (None to disable) (string value)
       
   366 #backup_compression_algorithm=zlib
       
   367 
       
   368 
       
   369 #
   381 # Options defined in cinder.backup.driver
   370 # Options defined in cinder.backup.driver
   382 #
   371 #
   383 
   372 
   384 # Backup metadata version to be used when backing up volume
   373 # Backup metadata version to be used when backing up volume
   385 # metadata. If this number is bumped, make sure the service
   374 # metadata. If this number is bumped, make sure the service
   386 # doing the restore supports the new version. (integer value)
   375 # doing the restore supports the new version. (integer value)
   387 #backup_metadata_version=1
   376 #backup_metadata_version=2
       
   377 
       
   378 # The number of chunks or objects, for which one Ceilometer
       
   379 # notification will be sent (integer value)
       
   380 #backup_object_number_per_notification=10
       
   381 
       
   382 # Interval, in seconds, between two progress notifications
       
   383 # reporting the backup status (integer value)
       
   384 #backup_timer_interval=120
   388 
   385 
   389 
   386 
   390 #
   387 #
   391 # Options defined in cinder.backup.drivers.ceph
   388 # Options defined in cinder.backup.drivers.ceph
   392 #
   389 #
   416 #backup_ceph_stripe_count=0
   413 #backup_ceph_stripe_count=0
   417 
   414 
   418 # If True, always discard excess bytes when restoring volumes
   415 # If True, always discard excess bytes when restoring volumes
   419 # i.e. pad with zeroes. (boolean value)
   416 # i.e. pad with zeroes. (boolean value)
   420 #restore_discard_excess_bytes=true
   417 #restore_discard_excess_bytes=true
       
   418 
       
   419 
       
   420 #
       
   421 # Options defined in cinder.backup.drivers.nfs
       
   422 #
       
   423 
       
   424 # The maximum size in bytes of the files used to hold backups.
       
   425 # If the volume being backed up exceeds this size, then it
       
   426 # will be backed up into multiple files. backup_file_size must
       
   427 # be a multiple of backup_sha_block_size_bytes. (integer
       
   428 # value)
       
   429 #backup_file_size=1999994880
       
   430 
       
   431 # The size in bytes that changes are tracked for incremental
       
   432 # backups. backup_file_size has to be multiple of
       
   433 # backup_sha_block_size_bytes. (integer value)
       
   434 #backup_sha_block_size_bytes=32768
       
   435 
       
   436 # Enable or Disable the timer to send the periodic progress
       
   437 # notifications to Ceilometer when backing up the volume to
       
   438 # the backend storage. The default value is True to enable the
       
   439 # timer. (boolean value)
       
   440 #backup_enable_progress_timer=true
       
   441 
       
   442 # Base dir containing mount point for NFS share. (string
       
   443 # value)
       
   444 #backup_mount_point_base=$state_path/backup_mount
       
   445 
       
   446 # NFS share in fqdn:path, ipv4addr:path, or "[ipv6addr]:path"
       
   447 # format. (string value)
       
   448 #backup_share=<None>
       
   449 
       
   450 # Mount options passed to the NFS client. See NFS man page for
       
   451 # details. (string value)
       
   452 #backup_mount_options=<None>
       
   453 
       
   454 # Custom container to use for backups. (string value)
       
   455 #backup_container=<None>
   421 
   456 
   422 
   457 
   423 #
   458 #
   424 # Options defined in cinder.backup.drivers.swift
   459 # Options defined in cinder.backup.drivers.swift
   425 #
   460 #
   454 #backup_swift_container=volumebackups
   489 #backup_swift_container=volumebackups
   455 
   490 
   456 # The size in bytes of Swift backup objects (integer value)
   491 # The size in bytes of Swift backup objects (integer value)
   457 #backup_swift_object_size=52428800
   492 #backup_swift_object_size=52428800
   458 
   493 
       
   494 # The size in bytes that changes are tracked for incremental
       
   495 # backups. backup_swift_object_size has to be multiple of
       
   496 # backup_swift_block_size. (integer value)
       
   497 #backup_swift_block_size=32768
       
   498 
   459 # The number of retries to make for Swift operations (integer
   499 # The number of retries to make for Swift operations (integer
   460 # value)
   500 # value)
   461 #backup_swift_retry_attempts=3
   501 #backup_swift_retry_attempts=3
   462 
   502 
   463 # The backoff time in seconds between Swift retries (integer
   503 # The backoff time in seconds between Swift retries (integer
   464 # value)
   504 # value)
   465 #backup_swift_retry_backoff=2
   505 #backup_swift_retry_backoff=2
   466 
   506 
   467 # Compression algorithm (None to disable) (string value)
   507 # Enable or Disable the timer to send the periodic progress
   468 #backup_compression_algorithm=zlib
   508 # notifications to Ceilometer when backing up the volume to
       
   509 # the Swift backend storage. The default value is True to
       
   510 # enable the timer. (boolean value)
       
   511 #backup_swift_enable_progress_timer=true
   469 
   512 
   470 
   513 
   471 #
   514 #
   472 # Options defined in cinder.backup.drivers.tsm
   515 # Options defined in cinder.backup.drivers.tsm
   473 #
   516 #
   488 #
   531 #
   489 
   532 
   490 # Driver to use for backups. (string value)
   533 # Driver to use for backups. (string value)
   491 # Deprecated group/name - [DEFAULT]/backup_service
   534 # Deprecated group/name - [DEFAULT]/backup_service
   492 #backup_driver=cinder.backup.drivers.swift
   535 #backup_driver=cinder.backup.drivers.swift
       
   536 
       
   537 
       
   538 #
       
   539 # Options defined in cinder.cmd.volume
       
   540 #
       
   541 
       
   542 # Backend override of host value. (string value)
       
   543 # Deprecated group/name - [DEFAULT]/host
       
   544 #backend_host=<None>
       
   545 
       
   546 
       
   547 #
       
   548 # Options defined in cinder.cmd.volume_usage_audit
       
   549 #
       
   550 
       
   551 # If this option is specified then the start time specified is
       
   552 # used instead of the start time of the last completed audit
       
   553 # period. (string value)
       
   554 #start_time=<None>
       
   555 
       
   556 # If this option is specified then the end time specified is
       
   557 # used instead of the end time of the last completed audit
       
   558 # period. (string value)
       
   559 #end_time=<None>
       
   560 
       
   561 # Send the volume and snapshot create and delete notifications
       
   562 # generated in the specified period. (boolean value)
       
   563 #send_actions=false
   493 
   564 
   494 
   565 
   495 #
   566 #
   496 # Options defined in cinder.common.config
   567 # Options defined in cinder.common.config
   497 #
   568 #
   630 # A list of backend names to use. These backend names should
   701 # A list of backend names to use. These backend names should
   631 # be backed by a unique [CONFIG] group with its options (list
   702 # be backed by a unique [CONFIG] group with its options (list
   632 # value)
   703 # value)
   633 #enabled_backends=<None>
   704 #enabled_backends=<None>
   634 
   705 
   635 # Whether snapshots count against GigaByte quota (boolean
   706 # Whether snapshots count against gigabyte quota (boolean
   636 # value)
   707 # value)
   637 #no_snapshot_gb_quota=false
   708 #no_snapshot_gb_quota=false
   638 
   709 
   639 # The full class name of the volume transfer API class (string
   710 # The full class name of the volume transfer API class (string
   640 # value)
   711 # value)
   645 #replication_api_class=cinder.replication.api.API
   716 #replication_api_class=cinder.replication.api.API
   646 
   717 
   647 # The full class name of the consistencygroup API class
   718 # The full class name of the consistencygroup API class
   648 # (string value)
   719 # (string value)
   649 #consistencygroup_api_class=cinder.consistencygroup.api.API
   720 #consistencygroup_api_class=cinder.consistencygroup.api.API
       
   721 
       
   722 # OpenStack privileged account username. Used for requests to
       
   723 # other services (such as Nova) that require an account with
       
   724 # special rights. (string value)
       
   725 #os_privileged_user_name=<None>
       
   726 
       
   727 # Password associated with the OpenStack privileged account.
       
   728 # (string value)
       
   729 #os_privileged_user_password=<None>
       
   730 
       
   731 # Tenant name associated with the OpenStack privileged
       
   732 # account. (string value)
       
   733 #os_privileged_user_tenant=<None>
   650 
   734 
   651 
   735 
   652 #
   736 #
   653 # Options defined in cinder.compute
   737 # Options defined in cinder.compute
   654 #
   738 #
   663 #
   747 #
   664 
   748 
   665 # Match this value when searching for nova in the service
   749 # Match this value when searching for nova in the service
   666 # catalog. Format is: separated values of the form:
   750 # catalog. Format is: separated values of the form:
   667 # <service_type>:<service_name>:<endpoint_type> (string value)
   751 # <service_type>:<service_name>:<endpoint_type> (string value)
   668 #nova_catalog_info=compute:nova:publicURL
   752 #nova_catalog_info=compute:Compute Service:publicURL
   669 
   753 
   670 # Same as nova_catalog_info, but for admin endpoint. (string
   754 # Same as nova_catalog_info, but for admin endpoint. (string
   671 # value)
   755 # value)
   672 #nova_catalog_admin_info=compute:nova:adminURL
   756 #nova_catalog_admin_info=compute:Compute Service:adminURL
   673 
   757 
   674 # Override service catalog lookup with template for nova
   758 # Override service catalog lookup with template for nova
   675 # endpoint e.g. http://localhost:8774/v2/%(project_id)s
   759 # endpoint e.g. http://localhost:8774/v2/%(project_id)s
   676 # (string value)
   760 # (string value)
   677 #nova_endpoint_template=<None>
   761 #nova_endpoint_template=<None>
   693 
   777 
   694 
   778 
   695 #
   779 #
   696 # Options defined in cinder.db.api
   780 # Options defined in cinder.db.api
   697 #
   781 #
   698 
       
   699 # The backend to use for db (string value)
       
   700 #db_backend=sqlalchemy
       
   701 
   782 
   702 # Services to be added to the available pool on create
   783 # Services to be added to the available pool on create
   703 # (boolean value)
   784 # (boolean value)
   704 #enable_new_services=true
   785 #enable_new_services=true
   705 
   786 
   760 # service's log file. (string value)
   841 # service's log file. (string value)
   761 #backdoor_port=<None>
   842 #backdoor_port=<None>
   762 
   843 
   763 
   844 
   764 #
   845 #
   765 # Options defined in cinder.openstack.common.lockutils
       
   766 #
       
   767 
       
   768 # Whether to disable inter-process locks (boolean value)
       
   769 #disable_process_locking=false
       
   770 
       
   771 # Directory to use for lock files. Default to a temp directory
       
   772 # (string value)
       
   773 #lock_path=<None>
       
   774 
       
   775 
       
   776 #
       
   777 # Options defined in cinder.openstack.common.log
       
   778 #
       
   779 
       
   780 # Print debugging output (set logging level to DEBUG instead
       
   781 # of default WARNING level). (boolean value)
       
   782 #debug=false
       
   783 
       
   784 # Print more verbose output (set logging level to INFO instead
       
   785 # of default WARNING level). (boolean value)
       
   786 #verbose=false
       
   787 
       
   788 # Log output to standard error. (boolean value)
       
   789 #use_stderr=true
       
   790 
       
   791 # Format string to use for log messages with context. (string
       
   792 # value)
       
   793 #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
       
   794 
       
   795 # Format string to use for log messages without context.
       
   796 # (string value)
       
   797 #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
       
   798 
       
   799 # Data to append to log format when level is DEBUG. (string
       
   800 # value)
       
   801 #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
       
   802 
       
   803 # Prefix each line of exception output with this format.
       
   804 # (string value)
       
   805 #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
       
   806 
       
   807 # List of logger=LEVEL pairs. (list value)
       
   808 #default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN
       
   809 
       
   810 # Enables or disables publication of error events. (boolean
       
   811 # value)
       
   812 #publish_errors=false
       
   813 
       
   814 # Enables or disables fatal status of deprecations. (boolean
       
   815 # value)
       
   816 #fatal_deprecations=false
       
   817 
       
   818 # The format for an instance that is passed with the log
       
   819 # message. (string value)
       
   820 #instance_format="[instance: %(uuid)s] "
       
   821 
       
   822 # The format for an instance UUID that is passed with the log
       
   823 # message. (string value)
       
   824 #instance_uuid_format="[instance: %(uuid)s] "
       
   825 
       
   826 # The name of a logging configuration file. This file is
       
   827 # appended to any existing logging configuration files. For
       
   828 # details about logging configuration files, see the Python
       
   829 # logging module documentation. (string value)
       
   830 # Deprecated group/name - [DEFAULT]/log_config
       
   831 #log_config_append=<None>
       
   832 
       
   833 # DEPRECATED. A logging.Formatter log message format string
       
   834 # which may use any of the available logging.LogRecord
       
   835 # attributes. This option is deprecated.  Please use
       
   836 # logging_context_format_string and
       
   837 # logging_default_format_string instead. (string value)
       
   838 #log_format=<None>
       
   839 
       
   840 # Format string for %%(asctime)s in log records. Default:
       
   841 # %(default)s . (string value)
       
   842 #log_date_format=%Y-%m-%d %H:%M:%S
       
   843 
       
   844 # (Optional) Name of log file to output to. If no default is
       
   845 # set, logging will go to stdout. (string value)
       
   846 # Deprecated group/name - [DEFAULT]/logfile
       
   847 #log_file=<None>
       
   848 
       
   849 # (Optional) The base directory used for relative --log-file
       
   850 # paths. (string value)
       
   851 # Deprecated group/name - [DEFAULT]/logdir
       
   852 #log_dir=<None>
       
   853 
       
   854 # Use syslog for logging. Existing syslog format is DEPRECATED
       
   855 # during I, and will change in J to honor RFC5424. (boolean
       
   856 # value)
       
   857 #use_syslog=false
       
   858 
       
   859 # (Optional) Enables or disables syslog rfc5424 format for
       
   860 # logging. If enabled, prefixes the MSG part of the syslog
       
   861 # message with APP-NAME (RFC5424). The format without the APP-
       
   862 # NAME is deprecated in I, and will be removed in J. (boolean
       
   863 # value)
       
   864 #use_syslog_rfc_format=false
       
   865 
       
   866 # Syslog facility to receive log lines. (string value)
       
   867 #syslog_log_facility=LOG_USER
       
   868 
       
   869 
       
   870 #
       
   871 # Options defined in cinder.openstack.common.periodic_task
   846 # Options defined in cinder.openstack.common.periodic_task
   872 #
   847 #
   873 
   848 
   874 # Some periodic tasks can be run in a separate process. Should
   849 # Some periodic tasks can be run in a separate process. Should
   875 # we run them here? (boolean value)
   850 # we run them here? (boolean value)
   884 #policy_file=policy.json
   859 #policy_file=policy.json
   885 
   860 
   886 # Default rule. Enforced when a requested rule is not found.
   861 # Default rule. Enforced when a requested rule is not found.
   887 # (string value)
   862 # (string value)
   888 #policy_default_rule=default
   863 #policy_default_rule=default
       
   864 
       
   865 # Directories where policy configuration files are stored.
       
   866 # They can be relative to any directory in the search path
       
   867 # defined by the config_dir option, or absolute paths. The
       
   868 # file defined by policy_file must exist for these directories
       
   869 # to be searched.  Missing or empty directories are ignored.
       
   870 # (multi valued)
       
   871 #policy_dirs=policy.d
       
   872 
       
   873 
       
   874 #
       
   875 # Options defined in cinder.openstack.common.versionutils
       
   876 #
       
   877 
       
   878 # Enables or disables fatal status of deprecations. (boolean
       
   879 # value)
       
   880 #fatal_deprecations=false
   889 
   881 
   890 
   882 
   891 #
   883 #
   892 # Options defined in cinder.scheduler.driver
   884 # Options defined in cinder.scheduler.driver
   893 #
   885 #
   999 
   991 
  1000 # The maximum number of times to rescan iSER targetto find
   992 # The maximum number of times to rescan iSER targetto find
  1001 # volume (integer value)
   993 # volume (integer value)
  1002 #num_iser_scan_tries=3
   994 #num_iser_scan_tries=3
  1003 
   995 
  1004 # The maximum number of iSER target IDs per host (integer
   996 # This option is deprecated and unused. It will be removed in
  1005 # value)
   997 # the Liberty release. (integer value)
  1006 #iser_num_targets=100
   998 #iser_num_targets=<None>
  1007 
   999 
  1008 # Prefix for iSER volumes (string value)
  1000 # Prefix for iSER volumes (string value)
  1009 #iser_target_prefix=iqn.2010-10.org.iser.openstack:
  1001 #iser_target_prefix=iqn.2010-10.org.openstack:
  1010 
  1002 
  1011 # The IP address that the iSER daemon is listening on (string
  1003 # The IP address that the iSER daemon is listening on (string
  1012 # value)
  1004 # value)
  1013 #iser_ip_address=$my_ip
  1005 #iser_ip_address=$my_ip
  1014 
  1006 
  1026 
  1018 
  1027 # The percentage of backend capacity is reserved (integer
  1019 # The percentage of backend capacity is reserved (integer
  1028 # value)
  1020 # value)
  1029 #reserved_percentage=0
  1021 #reserved_percentage=0
  1030 
  1022 
  1031 # The maximum number of iSCSI target IDs per host (integer
  1023 # This option is deprecated and unused. It will be removed in
  1032 # value)
  1024 # the Liberty release. (integer value)
  1033 #iscsi_num_targets=100
  1025 #iscsi_num_targets=<None>
  1034 
  1026 
  1035 # Prefix for iSCSI volumes (string value)
  1027 # Prefix for iSCSI volumes (string value)
  1036 #iscsi_target_prefix=iqn.2010-10.org.openstack:
  1028 #iscsi_target_prefix=iqn.2010-10.org.openstack:
  1037 
  1029 
  1038 # The IP address that the iSCSI daemon is listening on (string
  1030 # The IP address that the iSCSI daemon is listening on (string
  1039 # value)
  1031 # value)
  1040 #iscsi_ip_address=$my_ip
  1032 #iscsi_ip_address=$my_ip
       
  1033 
       
  1034 # The list of secondary IP addresses of the iSCSI daemon (list
       
  1035 # value)
       
  1036 #iscsi_secondary_ip_addresses=
  1041 
  1037 
  1042 # The port that the iSCSI daemon is listening on (integer
  1038 # The port that the iSCSI daemon is listening on (integer
  1043 # value)
  1039 # value)
  1044 #iscsi_port=3260
  1040 #iscsi_port=3260
  1045 
  1041 
  1055 # Do we attach/detach volumes in cinder using multipath for
  1051 # Do we attach/detach volumes in cinder using multipath for
  1056 # volume to image and image to volume transfers? (boolean
  1052 # volume to image and image to volume transfers? (boolean
  1057 # value)
  1053 # value)
  1058 #use_multipath_for_image_xfer=false
  1054 #use_multipath_for_image_xfer=false
  1059 
  1055 
  1060 # Method used to wipe old volumes (valid options are: none,
  1056 # If this is set to True, attachment of volumes for image
  1061 # zero, shred) (string value)
  1057 # transfer will be aborted when multipathd is not running.
       
  1058 # Otherwise, it will fallback to single path. (boolean value)
       
  1059 #enforce_multipath_for_image_xfer=false
       
  1060 
       
  1061 # Method used to wipe old volumes (string value)
  1062 #volume_clear=zero
  1062 #volume_clear=zero
  1063 
  1063 
  1064 # Size in MiB to wipe at start of old volumes. 0 => all
  1064 # Size in MiB to wipe at start of old volumes. 0 => all
  1065 # (integer value)
  1065 # (integer value)
  1066 #volume_clear_size=0
  1066 #volume_clear_size=0
  1069 # process used to zero a volume after deletion, for example
  1069 # process used to zero a volume after deletion, for example
  1070 # "-c3" for idle only priority. (string value)
  1070 # "-c3" for idle only priority. (string value)
  1071 #volume_clear_ionice=<None>
  1071 #volume_clear_ionice=<None>
  1072 
  1072 
  1073 # iSCSI target user-land tool to use. tgtadm is default, use
  1073 # iSCSI target user-land tool to use. tgtadm is default, use
  1074 # lioadm for LIO iSCSI support, iseradm for the ISER protocol,
  1074 # lioadm for LIO iSCSI support, scstadmin for SCST target
  1075 # or fake for testing. (string value)
  1075 # support, iseradm for the ISER protocol, ietadm for iSCSI
       
  1076 # Enterprise Target, iscsictl for Chelsio iSCSI Target or fake
       
  1077 # for testing. (string value)
  1076 #iscsi_helper=tgtadm
  1078 #iscsi_helper=tgtadm
  1077 
  1079 
  1078 # Volume configuration file storage directory (string value)
  1080 # Volume configuration file storage directory (string value)
  1079 #volumes_dir=$state_path/volumes
  1081 #volumes_dir=$state_path/volumes
  1080 
  1082 
  1081 # IET configuration file (string value)
  1083 # IET configuration file (string value)
  1082 #iet_conf=/etc/iet/ietd.conf
  1084 #iet_conf=/etc/iet/ietd.conf
  1083 
  1085 
  1084 # Comma-separated list of initiator IQNs allowed to connect to
  1086 # Chiscsi (CXT) global defaults configuration file (string
  1085 # the iSCSI target. (From Nova compute nodes.) (string value)
  1087 # value)
       
  1088 #chiscsi_conf=/etc/chelsio-iscsi/chiscsi.conf
       
  1089 
       
  1090 # This option is deprecated and unused. It will be removed in
       
  1091 # the next release. (string value)
  1086 #lio_initiator_iqns=
  1092 #lio_initiator_iqns=
  1087 
  1093 
  1088 # Sets the behavior of the iSCSI target to either perform
  1094 # Sets the behavior of the iSCSI target to either perform
  1089 # blockio or fileio optionally, auto can be set and Cinder
  1095 # blockio or fileio optionally, auto can be set and Cinder
  1090 # will autodetect type of backing device (string value)
  1096 # will autodetect type of backing device (string value)
  1106 # write-back(on) or write-through(off). This parameter is
  1112 # write-back(on) or write-through(off). This parameter is
  1107 # valid if iscsi_helper is set to tgtadm or iseradm. (string
  1113 # valid if iscsi_helper is set to tgtadm or iseradm. (string
  1108 # value)
  1114 # value)
  1109 #iscsi_write_cache=on
  1115 #iscsi_write_cache=on
  1110 
  1116 
       
  1117 # Determines the iSCSI protocol for new iSCSI volumes, created
       
  1118 # with tgtadm or lioadm target helpers. In order to enable
       
  1119 # RDMA, this parameter should be set with the value "iser".
       
  1120 # The supported iSCSI protocol values are "iscsi" and "iser".
       
  1121 # (string value)
       
  1122 #iscsi_protocol=iscsi
       
  1123 
  1111 # The path to the client certificate key for verification, if
  1124 # The path to the client certificate key for verification, if
  1112 # the driver supports it. (string value)
  1125 # the driver supports it. (string value)
  1113 #driver_client_cert_key=<None>
  1126 #driver_client_cert_key=<None>
  1114 
  1127 
  1115 # The path to the client certificate for verification, if the
  1128 # The path to the client certificate for verification, if the
  1116 # driver supports it. (string value)
  1129 # driver supports it. (string value)
  1117 #driver_client_cert=<None>
  1130 #driver_client_cert=<None>
  1118 
  1131 
       
  1132 # Tell driver to use SSL for connection to backend storage if
       
  1133 # the driver supports it. (boolean value)
       
  1134 #driver_use_ssl=false
       
  1135 
       
  1136 # Float representation of the over subscription ratio when
       
  1137 # thin provisioning is involved. Default ratio is 20.0,
       
  1138 # meaning provisioned capacity can be 20 times of the total
       
  1139 # physical capacity. If the ratio is 10.5, it means
       
  1140 # provisioned capacity can be 10.5 times of the total physical
       
  1141 # capacity. A ratio of 1.0 means provisioned capacity cannot
       
  1142 # exceed the total physical capacity. A ratio lower than 1.0
       
  1143 # will be ignored and the default value will be used instead.
       
  1144 # (floating point value)
       
  1145 #max_over_subscription_ratio=20.0
       
  1146 
       
  1147 # Certain ISCSI targets have predefined target names, SCST
       
  1148 # target driver uses this name. (string value)
       
  1149 #scst_target_iqn_name=<None>
       
  1150 
       
  1151 # SCST target implementation can choose from multiple SCST
       
  1152 # target drivers. (string value)
       
  1153 #scst_target_driver=iscsi
       
  1154 
       
  1155 # Option to enable/disable CHAP authentication for targets.
       
  1156 # (boolean value)
       
  1157 # Deprecated group/name - [DEFAULT]/eqlx_use_chap
       
  1158 #use_chap_auth=false
       
  1159 
       
  1160 # CHAP user name. (string value)
       
  1161 # Deprecated group/name - [DEFAULT]/eqlx_chap_login
       
  1162 #chap_username=
       
  1163 
       
  1164 # Password for specified CHAP account name. (string value)
       
  1165 # Deprecated group/name - [DEFAULT]/eqlx_chap_password
       
  1166 #chap_password=
       
  1167 
       
  1168 # Namespace for driver private data values to be saved in.
       
  1169 # (string value)
       
  1170 #driver_data_namespace=<None>
       
  1171 
       
  1172 # String representation for an equation that will be used to
       
  1173 # filter hosts. Only used when the driver filter is set to be
       
  1174 # used by the Cinder scheduler. (string value)
       
  1175 #filter_function=<None>
       
  1176 
       
  1177 # String representation for an equation that will be used to
       
  1178 # determine the goodness of a host. Only used when using the
       
  1179 # goodness weigher is set to be used by the Cinder scheduler.
       
  1180 # (string value)
       
  1181 #goodness_function=<None>
       
  1182 
  1119 
  1183 
  1120 #
  1184 #
  1121 # Options defined in cinder.volume.drivers.block_device
  1185 # Options defined in cinder.volume.drivers.block_device
  1122 #
  1186 #
  1123 
  1187 
  1124 # List of all available devices (list value)
  1188 # List of all available devices (list value)
  1125 #available_devices=
  1189 #available_devices=
  1126 
  1190 
  1127 
  1191 
  1128 #
  1192 #
  1129 # Options defined in cinder.volume.drivers.coraid
  1193 # Options defined in cinder.volume.drivers.cloudbyte.options
  1130 #
  1194 #
  1131 
  1195 
  1132 # IP address of Coraid ESM (string value)
  1196 # These values will be used for CloudByte storage's addQos API
  1133 #coraid_esm_address=
  1197 # call. (dict value)
  1134 
  1198 #cb_add_qosgroup=latency:15,iops:10,graceallowed:false,iopscontrol:true,memlimit:0,throughput:0,tpcontrol:false,networkspeed:0
  1135 # User name to connect to Coraid ESM (string value)
  1199 
  1136 #coraid_user=admin
  1200 # Driver will use this API key to authenticate against the
  1137 
  1201 # CloudByte storage's management interface. (string value)
  1138 # Name of group on Coraid ESM to which coraid_user belongs
  1202 #cb_apikey=None
  1139 # (must have admin privilege) (string value)
  1203 
  1140 #coraid_group=admin
  1204 # CloudByte storage specific account name. This maps to a
  1141 
  1205 # project name in OpenStack. (string value)
  1142 # Password to connect to Coraid ESM (string value)
  1206 #cb_account_name=None
  1143 #coraid_password=password
  1207 
  1144 
  1208 # This corresponds to the name of Tenant Storage Machine (TSM)
  1145 # Volume Type key name to store ESM Repository Name (string
  1209 # in CloudByte storage. A volume will be created in this TSM.
  1146 # value)
  1210 # (string value)
  1147 #coraid_repository_key=coraid_repository
  1211 #cb_tsm_name=None
       
  1212 
       
  1213 # A retry value in seconds. Will be used by the driver to
       
  1214 # check if volume creation was successful in CloudByte
       
  1215 # storage. (integer value)
       
  1216 #cb_confirm_volume_create_retry_interval=5
       
  1217 
       
  1218 # Will confirm a successful volume creation in CloudByte
       
  1219 # storage by making this many number of attempts. (integer
       
  1220 # value)
       
  1221 #cb_confirm_volume_create_retries=3
       
  1222 
       
  1223 # These values will be used for CloudByte storage's
       
  1224 # createVolume API call. (dict value)
       
  1225 #cb_create_volume=compression:off,deduplication:off,blocklength:512B,sync:always,protocoltype:ISCSI,recordsize:16k
  1148 
  1226 
  1149 
  1227 
  1150 #
  1228 #
  1151 # Options defined in cinder.volume.drivers.datera
  1229 # Options defined in cinder.volume.drivers.datera
  1152 #
  1230 #
  1153 
  1231 
       
  1232 # DEPRECATED: This will be removed in the Liberty release. Use
       
  1233 # san_login and san_password instead. This directly sets the
  1154 # Datera API token. (string value)
  1234 # Datera API token. (string value)
  1155 #datera_api_token=<None>
  1235 #datera_api_token=<None>
  1156 
  1236 
  1157 # Datera API port. (string value)
  1237 # Datera API port. (string value)
  1158 #datera_api_port=7717
  1238 #datera_api_port=7717
  1160 # Datera API version. (string value)
  1240 # Datera API version. (string value)
  1161 #datera_api_version=1
  1241 #datera_api_version=1
  1162 
  1242 
  1163 # Number of replicas to create of an inode. (string value)
  1243 # Number of replicas to create of an inode. (string value)
  1164 #datera_num_replicas=3
  1244 #datera_num_replicas=3
       
  1245 
       
  1246 
       
  1247 #
       
  1248 # Options defined in cinder.volume.drivers.dell.dell_storagecenter_common
       
  1249 #
       
  1250 
       
  1251 # Storage Center System Serial Number (integer value)
       
  1252 #dell_sc_ssn=64702
       
  1253 
       
  1254 # Dell API port (integer value)
       
  1255 #dell_sc_api_port=3033
       
  1256 
       
  1257 # Name of the server folder to use on the Storage Center
       
  1258 # (string value)
       
  1259 #dell_sc_server_folder=openstack
       
  1260 
       
  1261 # Name of the volume folder to use on the Storage Center
       
  1262 # (string value)
       
  1263 #dell_sc_volume_folder=openstack
  1165 
  1264 
  1166 
  1265 
  1167 #
  1266 #
  1168 # Options defined in cinder.volume.drivers.emc.emc_vmax_common
  1267 # Options defined in cinder.volume.drivers.emc.emc_vmax_common
  1169 #
  1268 #
  1215 
  1314 
  1216 # Automatically register initiators. By default, the value is
  1315 # Automatically register initiators. By default, the value is
  1217 # False. (boolean value)
  1316 # False. (boolean value)
  1218 #initiator_auto_registration=false
  1317 #initiator_auto_registration=false
  1219 
  1318 
       
  1319 # Automatically deregister initiators after the related
       
  1320 # storage group is destroyed. By default, the value is False.
       
  1321 # (boolean value)
       
  1322 #initiator_auto_deregistration=false
       
  1323 
       
  1324 # Report free_capacity_gb as 0 when the limit to maximum
       
  1325 # number of pool LUNs is reached. By default, the value is
       
  1326 # False. (boolean value)
       
  1327 #check_max_pool_luns_threshold=false
       
  1328 
       
  1329 # Delete a LUN even if it is in Storage Groups. (boolean
       
  1330 # value)
       
  1331 #force_delete_lun_in_storagegroup=false
       
  1332 
       
  1333 
       
  1334 #
       
  1335 # Options defined in cinder.volume.drivers.emc.xtremio
       
  1336 #
       
  1337 
       
  1338 # XMS cluster id in multi-cluster environment (string value)
       
  1339 #xtremio_cluster_name=
       
  1340 
  1220 
  1341 
  1221 #
  1342 #
  1222 # Options defined in cinder.volume.drivers.eqlx
  1343 # Options defined in cinder.volume.drivers.eqlx
  1223 #
  1344 #
  1224 
  1345 
  1225 # Group name to use for creating volumes (string value)
  1346 # Group name to use for creating volumes. Defaults to
       
  1347 # "group-0". (string value)
  1226 #eqlx_group_name=group-0
  1348 #eqlx_group_name=group-0
  1227 
  1349 
  1228 # Timeout for the Group Manager cli command execution (integer
  1350 # Timeout for the Group Manager cli command execution. Default
  1229 # value)
  1351 # is 30. (integer value)
  1230 #eqlx_cli_timeout=30
  1352 #eqlx_cli_timeout=30
  1231 
  1353 
  1232 # Maximum retry count for reconnection (integer value)
  1354 # Maximum retry count for reconnection. Default is 5. (integer
       
  1355 # value)
  1233 #eqlx_cli_max_retries=5
  1356 #eqlx_cli_max_retries=5
  1234 
  1357 
  1235 # Use CHAP authentication for targets? (boolean value)
  1358 # Use CHAP authentication for targets. Note that this option
       
  1359 # is deprecated in favour of "use_chap_auth" as specified in
       
  1360 # cinder/volume/driver.py and will be removed in next release.
       
  1361 # (boolean value)
  1236 #eqlx_use_chap=false
  1362 #eqlx_use_chap=false
  1237 
  1363 
  1238 # Existing CHAP account name (string value)
  1364 # Existing CHAP account name. Note that this option is
       
  1365 # deprecated in favour of "chap_username" as specified in
       
  1366 # cinder/volume/driver.py and will be removed in next release.
       
  1367 # (string value)
  1239 #eqlx_chap_login=admin
  1368 #eqlx_chap_login=admin
  1240 
  1369 
  1241 # Password for specified CHAP account name (string value)
  1370 # Password for specified CHAP account name. Note that this
       
  1371 # option is deprecated in favour of "chap_password" as
       
  1372 # specified in cinder/volume/driver.py and will be removed in
       
  1373 # the next release (string value)
  1242 #eqlx_chap_password=password
  1374 #eqlx_chap_password=password
  1243 
  1375 
  1244 # Pool in which volumes will be created (string value)
  1376 # Pool in which volumes will be created. Defaults to
       
  1377 # "default". (string value)
  1245 #eqlx_pool=default
  1378 #eqlx_pool=default
  1246 
       
  1247 
       
  1248 #
       
  1249 # Options defined in cinder.volume.drivers.fujitsu_eternus_dx_common
       
  1250 #
       
  1251 
       
  1252 # The configuration file for the Cinder SMI-S driver (string
       
  1253 # value)
       
  1254 #cinder_smis_config_file=/etc/cinder/cinder_fujitsu_eternus_dx.xml
       
  1255 
       
  1256 
       
  1257 #
       
  1258 # Options defined in cinder.volume.drivers.fusionio.ioControl
       
  1259 #
       
  1260 
       
  1261 # amount of time wait for iSCSI target to come online (integer
       
  1262 # value)
       
  1263 #fusionio_iocontrol_targetdelay=5
       
  1264 
       
  1265 # number of retries for GET operations (integer value)
       
  1266 #fusionio_iocontrol_retry=3
       
  1267 
       
  1268 # verify the array certificate on each transaction (boolean
       
  1269 # value)
       
  1270 #fusionio_iocontrol_verify_cert=true
       
  1271 
  1379 
  1272 
  1380 
  1273 #
  1381 #
  1274 # Options defined in cinder.volume.drivers.glusterfs
  1382 # Options defined in cinder.volume.drivers.glusterfs
  1275 #
  1383 #
  1408 #
  1516 #
  1409 
  1517 
  1410 # The configuration file for the Cinder Huawei driver (string
  1518 # The configuration file for the Cinder Huawei driver (string
  1411 # value)
  1519 # value)
  1412 #cinder_huawei_conf_file=/etc/cinder/cinder_huawei_conf.xml
  1520 #cinder_huawei_conf_file=/etc/cinder/cinder_huawei_conf.xml
       
  1521 
       
  1522 
       
  1523 #
       
  1524 # Options defined in cinder.volume.drivers.ibm.flashsystem
       
  1525 #
       
  1526 
       
  1527 # Connection protocol should be FC. (string value)
       
  1528 #flashsystem_connection_protocol=FC
       
  1529 
       
  1530 # Connect with multipath (FC only). (boolean value)
       
  1531 #flashsystem_multipath_enabled=false
       
  1532 
       
  1533 # Allows vdisk to multi host mapping. (boolean value)
       
  1534 #flashsystem_multihostmap_enabled=true
  1413 
  1535 
  1414 
  1536 
  1415 #
  1537 #
  1416 # Options defined in cinder.volume.drivers.ibm.gpfs
  1538 # Options defined in cinder.volume.drivers.ibm.gpfs
  1417 #
  1539 #
  1456 
  1578 
  1457 #
  1579 #
  1458 # Options defined in cinder.volume.drivers.ibm.ibmnas
  1580 # Options defined in cinder.volume.drivers.ibm.ibmnas
  1459 #
  1581 #
  1460 
  1582 
  1461 # IP address or Hostname of NAS system. (string value)
       
  1462 #nas_ip=
       
  1463 
       
  1464 # User name to connect to NAS system. (string value)
       
  1465 #nas_login=admin
       
  1466 
       
  1467 # Password to connect to NAS system. (string value)
       
  1468 #nas_password=
       
  1469 
       
  1470 # SSH port to use to connect to NAS system. (integer value)
       
  1471 #nas_ssh_port=22
       
  1472 
       
  1473 # Filename of private key to use for SSH authentication.
       
  1474 # (string value)
       
  1475 #nas_private_key=
       
  1476 
       
  1477 # IBMNAS platform type to be used as backend storage; valid
  1583 # IBMNAS platform type to be used as backend storage; valid
  1478 # values are - v7ku : for using IBM Storwize V7000 Unified,
  1584 # values are - v7ku : for using IBM Storwize V7000 Unified,
  1479 # sonas : for using IBM Scale Out NAS, gpfs-nas : for using
  1585 # sonas : for using IBM Scale Out NAS, gpfs-nas : for using
  1480 # NFS based IBM GPFS deployments. (string value)
  1586 # NFS based IBM GPFS deployments. (string value)
  1481 #ibmnas_platform_type=v7ku
  1587 #ibmnas_platform_type=v7ku
  1554 
  1660 
  1555 # Proxy driver that connects to the IBM Storage Array (string
  1661 # Proxy driver that connects to the IBM Storage Array (string
  1556 # value)
  1662 # value)
  1557 #xiv_ds8k_proxy=xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy
  1663 #xiv_ds8k_proxy=xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy
  1558 
  1664 
  1559 # Connection type to the IBM Storage Array
  1665 # Connection type to the IBM Storage Array (string value)
  1560 # (fibre_channel|iscsi) (string value)
       
  1561 #xiv_ds8k_connection_type=iscsi
  1666 #xiv_ds8k_connection_type=iscsi
  1562 
  1667 
  1563 # CHAP authentication mode, effective only for iscsi
  1668 # CHAP authentication mode, effective only for iscsi
  1564 # (disabled|enabled) (string value)
  1669 # (disabled|enabled) (string value)
  1565 #xiv_chap=disabled
  1670 #xiv_chap=disabled
  1576 # If >0, create LVs with multiple mirrors. Note that this
  1681 # If >0, create LVs with multiple mirrors. Note that this
  1577 # requires lvm_mirrors + 2 PVs with available space (integer
  1682 # requires lvm_mirrors + 2 PVs with available space (integer
  1578 # value)
  1683 # value)
  1579 #lvm_mirrors=0
  1684 #lvm_mirrors=0
  1580 
  1685 
  1581 # Type of LVM volumes to deploy; (default or thin) (string
  1686 # Type of LVM volumes to deploy (string value)
  1582 # value)
       
  1583 #lvm_type=default
  1687 #lvm_type=default
       
  1688 
       
  1689 # LVM conf file to use for the LVM driver in Cinder; this
       
  1690 # setting is ignored if the specified file does not exist (You
       
  1691 # can also specify 'None' to not use a conf file even if one
       
  1692 # exists). (string value)
       
  1693 #lvm_conf_file=/etc/cinder/lvm.conf
  1584 
  1694 
  1585 
  1695 
  1586 #
  1696 #
  1587 # Options defined in cinder.volume.drivers.netapp.options
  1697 # Options defined in cinder.volume.drivers.netapp.options
  1588 #
  1698 #
  1593 # ONTAP operating in 7-Mode. Only use this option when
  1703 # ONTAP operating in 7-Mode. Only use this option when
  1594 # utilizing the MultiStore feature on the NetApp storage
  1704 # utilizing the MultiStore feature on the NetApp storage
  1595 # system. (string value)
  1705 # system. (string value)
  1596 #netapp_vfiler=<None>
  1706 #netapp_vfiler=<None>
  1597 
  1707 
       
  1708 # The name of the config.conf stanza for a Data ONTAP (7-mode)
       
  1709 # HA partner.  This option is only used by the driver when
       
  1710 # connecting to an instance with a storage family of Data
       
  1711 # ONTAP operating in 7-Mode, and it is required if the storage
       
  1712 # protocol selected is FC. (string value)
       
  1713 #netapp_partner_backend_name=<None>
       
  1714 
  1598 # Administrative user account name used to access the storage
  1715 # Administrative user account name used to access the storage
  1599 # system or proxy server. (string value)
  1716 # system or proxy server. (string value)
  1600 #netapp_login=<None>
  1717 #netapp_login=<None>
  1601 
  1718 
  1602 # Password for the administrative user account specified in
  1719 # Password for the administrative user account specified in
  1603 # the netapp_login option. (string value)
  1720 # the netapp_login option. (string value)
  1604 #netapp_password=<None>
  1721 #netapp_password=<None>
  1605 
  1722 
  1606 # This option specifies the virtual storage server (Vserver)
  1723 # This option specifies the virtual storage server (Vserver)
  1607 # name on the storage cluster on which provisioning of block
  1724 # name on the storage cluster on which provisioning of block
  1608 # storage volumes should occur. If using the NFS storage
  1725 # storage volumes should occur. (string value)
  1609 # protocol, this parameter is mandatory for storage service
       
  1610 # catalog support (utilized by Cinder volume type extra_specs
       
  1611 # support). If this option is specified, the exports belonging
       
  1612 # to the Vserver will only be used for provisioning in the
       
  1613 # future. Block storage volumes on exports not belonging to
       
  1614 # the Vserver specified by this option will continue to
       
  1615 # function normally. (string value)
       
  1616 #netapp_vserver=<None>
  1726 #netapp_vserver=<None>
  1617 
  1727 
  1618 # The hostname (or IP address) for the storage system or proxy
  1728 # The hostname (or IP address) for the storage system or proxy
  1619 # server. (string value)
  1729 # server. (string value)
  1620 #netapp_server_hostname=<None>
  1730 #netapp_server_hostname=<None>
  1690 # server (Vserver) to fulfill the volume creation request.
  1800 # server (Vserver) to fulfill the volume creation request.
  1691 # (floating point value)
  1801 # (floating point value)
  1692 #netapp_size_multiplier=1.2
  1802 #netapp_size_multiplier=1.2
  1693 
  1803 
  1694 # This option is only utilized when the storage protocol is
  1804 # This option is only utilized when the storage protocol is
  1695 # configured to use iSCSI. This option is used to restrict
  1805 # configured to use iSCSI or FC. This option is used to
  1696 # provisioning to the specified controller volumes. Specify
  1806 # restrict provisioning to the specified controller volumes.
  1697 # the value of this option to be a comma separated list of
  1807 # Specify the value of this option to be a comma separated
  1698 # NetApp controller volume names to be used for provisioning.
  1808 # list of NetApp controller volume names to be used for
  1699 # (string value)
  1809 # provisioning. (string value)
  1700 #netapp_volume_list=<None>
  1810 #netapp_volume_list=<None>
  1701 
  1811 
  1702 # The storage family type used on the storage system; valid
  1812 # The storage family type used on the storage system; valid
  1703 # values are ontap_7mode for using Data ONTAP operating in
  1813 # values are ontap_7mode for using Data ONTAP operating in
  1704 # 7-Mode, ontap_cluster for using clustered Data ONTAP, or
  1814 # 7-Mode, ontap_cluster for using clustered Data ONTAP, or
  1705 # eseries for using E-Series. (string value)
  1815 # eseries for using E-Series. (string value)
  1706 #netapp_storage_family=ontap_cluster
  1816 #netapp_storage_family=ontap_cluster
  1707 
  1817 
  1708 # The storage protocol to be used on the data path with the
  1818 # The storage protocol to be used on the data path with the
  1709 # storage system; valid values are iscsi or nfs. (string
  1819 # storage system. (string value)
  1710 # value)
       
  1711 #netapp_storage_protocol=<None>
  1820 #netapp_storage_protocol=<None>
  1712 
  1821 
  1713 # The transport protocol used when communicating with the
  1822 # The transport protocol used when communicating with the
  1714 # storage system or proxy server. Valid values are http or
  1823 # storage system or proxy server. (string value)
  1715 # https. (string value)
       
  1716 #netapp_transport_type=http
  1824 #netapp_transport_type=http
  1717 
       
  1718 
       
  1719 #
       
  1720 # Options defined in cinder.volume.drivers.nexenta.options
       
  1721 #
       
  1722 
       
  1723 # IP address of Nexenta SA (string value)
       
  1724 #nexenta_host=
       
  1725 
       
  1726 # HTTP port to connect to Nexenta REST API server (integer
       
  1727 # value)
       
  1728 #nexenta_rest_port=2000
       
  1729 
       
  1730 # Use http or https for REST connection (default auto) (string
       
  1731 # value)
       
  1732 #nexenta_rest_protocol=auto
       
  1733 
       
  1734 # User name to connect to Nexenta SA (string value)
       
  1735 #nexenta_user=admin
       
  1736 
       
  1737 # Password to connect to Nexenta SA (string value)
       
  1738 #nexenta_password=nexenta
       
  1739 
       
  1740 # Nexenta target portal port (integer value)
       
  1741 #nexenta_iscsi_target_portal_port=3260
       
  1742 
       
  1743 # SA Pool that holds all volumes (string value)
       
  1744 #nexenta_volume=cinder
       
  1745 
       
  1746 # IQN prefix for iSCSI targets (string value)
       
  1747 #nexenta_target_prefix=iqn.1986-03.com.sun:02:cinder-
       
  1748 
       
  1749 # Prefix for iSCSI target groups on SA (string value)
       
  1750 #nexenta_target_group_prefix=cinder/
       
  1751 
       
  1752 # File with the list of available nfs shares (string value)
       
  1753 #nexenta_shares_config=/etc/cinder/nfs_shares
       
  1754 
       
  1755 # Base directory that contains NFS share mount points (string
       
  1756 # value)
       
  1757 #nexenta_mount_point_base=$state_path/mnt
       
  1758 
       
  1759 # Enables or disables the creation of volumes as sparsed files
       
  1760 # that take no space. If disabled (False), volume is created
       
  1761 # as a regular file, which takes a long time. (boolean value)
       
  1762 #nexenta_sparsed_volumes=true
       
  1763 
       
  1764 # Default compression value for new ZFS folders. (string
       
  1765 # value)
       
  1766 #nexenta_volume_compression=on
       
  1767 
       
  1768 # If set True cache NexentaStor appliance volroot option
       
  1769 # value. (boolean value)
       
  1770 #nexenta_nms_cache_volroot=true
       
  1771 
       
  1772 # Enable stream compression, level 1..9. 1 - gives best speed;
       
  1773 # 9 - gives best compression. (integer value)
       
  1774 #nexenta_rrmgr_compression=0
       
  1775 
       
  1776 # TCP Buffer size in KiloBytes. (integer value)
       
  1777 #nexenta_rrmgr_tcp_buf_size=4096
       
  1778 
       
  1779 # Number of TCP connections. (integer value)
       
  1780 #nexenta_rrmgr_connections=2
       
  1781 
       
  1782 # Block size for volumes (default=blank means 8KB) (string
       
  1783 # value)
       
  1784 #nexenta_blocksize=
       
  1785 
       
  1786 # Enables or disables the creation of sparse volumes (boolean
       
  1787 # value)
       
  1788 #nexenta_sparse=false
       
  1789 
  1825 
  1790 
  1826 
  1791 #
  1827 #
  1792 # Options defined in cinder.volume.drivers.nfs
  1828 # Options defined in cinder.volume.drivers.nfs
  1793 #
  1829 #
  1816 
  1852 
  1817 # Mount options passed to the nfs client. See section of the
  1853 # Mount options passed to the nfs client. See section of the
  1818 # nfs man page for details. (string value)
  1854 # nfs man page for details. (string value)
  1819 #nfs_mount_options=<None>
  1855 #nfs_mount_options=<None>
  1820 
  1856 
       
  1857 # The number of attempts to mount nfs shares before raising an
       
  1858 # error.  At least one attempt will be made to mount an nfs
       
  1859 # share, regardless of the value specified. (integer value)
       
  1860 #nfs_mount_attempts=3
       
  1861 
  1821 
  1862 
  1822 #
  1863 #
  1823 # Options defined in cinder.volume.drivers.nimble
  1864 # Options defined in cinder.volume.drivers.nimble
  1824 #
  1865 #
  1825 
  1866 
  1829 # Nimble Subnet Label (string value)
  1870 # Nimble Subnet Label (string value)
  1830 #nimble_subnet_label=*
  1871 #nimble_subnet_label=*
  1831 
  1872 
  1832 
  1873 
  1833 #
  1874 #
       
  1875 # Options defined in cinder.volume.drivers.openvstorage
       
  1876 #
       
  1877 
       
  1878 # Vpool to use for volumes - backend is defined by vpool not
       
  1879 # by us. (string value)
       
  1880 #vpool_name=
       
  1881 
       
  1882 
       
  1883 #
  1834 # Options defined in cinder.volume.drivers.prophetstor.options
  1884 # Options defined in cinder.volume.drivers.prophetstor.options
  1835 #
  1885 #
  1836 
  1886 
  1837 # DPL pool uuid in which DPL volumes are stored. (string
  1887 # DPL pool uuid in which DPL volumes are stored. (string
  1838 # value)
  1888 # value)
  1846 # Options defined in cinder.volume.drivers.pure
  1896 # Options defined in cinder.volume.drivers.pure
  1847 #
  1897 #
  1848 
  1898 
  1849 # REST API authorization token. (string value)
  1899 # REST API authorization token. (string value)
  1850 #pure_api_token=<None>
  1900 #pure_api_token=<None>
       
  1901 
       
  1902 
       
  1903 #
       
  1904 # Options defined in cinder.volume.drivers.quobyte
       
  1905 #
       
  1906 
       
  1907 # URL to the Quobyte volume e.g., quobyte://<DIR host>/<volume
       
  1908 # name> (string value)
       
  1909 #quobyte_volume_url=<None>
       
  1910 
       
  1911 # Path to a Quobyte Client configuration file. (string value)
       
  1912 #quobyte_client_cfg=<None>
       
  1913 
       
  1914 # Create volumes as sparse files which take no space. If set
       
  1915 # to False, volume is created as regular file.In such case
       
  1916 # volume creation takes a lot of time. (boolean value)
       
  1917 #quobyte_sparsed_volumes=true
       
  1918 
       
  1919 # Create volumes as QCOW2 files rather than raw files.
       
  1920 # (boolean value)
       
  1921 #quobyte_qcow2_volumes=true
       
  1922 
       
  1923 # Base dir containing the mount point for the Quobyte volume.
       
  1924 # (string value)
       
  1925 #quobyte_mount_point_base=$state_path/mnt
  1851 
  1926 
  1852 
  1927 
  1853 #
  1928 #
  1854 # Options defined in cinder.volume.drivers.rbd
  1929 # Options defined in cinder.volume.drivers.rbd
  1855 #
  1930 #
  1872 # (string value)
  1947 # (string value)
  1873 #rbd_secret_uuid=<None>
  1948 #rbd_secret_uuid=<None>
  1874 
  1949 
  1875 # Directory where temporary image files are stored when the
  1950 # Directory where temporary image files are stored when the
  1876 # volume driver does not write them directly to the volume.
  1951 # volume driver does not write them directly to the volume.
  1877 # (string value)
  1952 # Warning: this option is now deprecated, please use
       
  1953 # image_conversion_dir instead. (string value)
  1878 #volume_tmp_dir=<None>
  1954 #volume_tmp_dir=<None>
  1879 
  1955 
  1880 # Maximum number of nested volume clones that are taken before
  1956 # Maximum number of nested volume clones that are taken before
  1881 # a flatten occurs. Set to 0 to disable cloning. (integer
  1957 # a flatten occurs. Set to 0 to disable cloning. (integer
  1882 # value)
  1958 # value)
  1910 
  1986 
  1911 # Filename of private key to use for SSH authentication.
  1987 # Filename of private key to use for SSH authentication.
  1912 # (string value)
  1988 # (string value)
  1913 #nas_private_key=
  1989 #nas_private_key=
  1914 
  1990 
       
  1991 # Allow network-attached storage systems to operate in a
       
  1992 # secure environment where root level access is not permitted.
       
  1993 # If set to False, access is as the root user and insecure. If
       
  1994 # set to True, access is not as root. If set to auto, a check
       
  1995 # is done to determine if this is a new installation: True is
       
  1996 # used if so, otherwise False. Default is auto. (string value)
       
  1997 #nas_secure_file_operations=auto
       
  1998 
       
  1999 # Set more secure file permissions on network-attached storage
       
  2000 # volume files to restrict broad other/world access. If set to
       
  2001 # False, volumes are created with open permissions. If set to
       
  2002 # True, volumes are created with permissions for the cinder
       
  2003 # user and group (660). If set to auto, a check is done to
       
  2004 # determine if this is a new installation: True is used if so,
       
  2005 # otherwise False. Default is auto. (string value)
       
  2006 #nas_secure_file_permissions=auto
       
  2007 
       
  2008 # Path to the share to use for storing Cinder volumes. For
       
  2009 # example:  "/srv/export1" for an NFS server export available
       
  2010 # at 10.0.5.10:/srv/export1 . (string value)
       
  2011 #nas_share_path=
       
  2012 
       
  2013 # Options used to mount the storage backend file system where
       
  2014 # Cinder volumes are stored. (string value)
       
  2015 #nas_mount_options=<None>
       
  2016 
  1915 
  2017 
  1916 #
  2018 #
  1917 # Options defined in cinder.volume.drivers.san.hp.hp_3par_common
  2019 # Options defined in cinder.volume.drivers.san.hp.hp_3par_common
  1918 #
  2020 #
  1919 
  2021 
  1925 #hp3par_username=
  2027 #hp3par_username=
  1926 
  2028 
  1927 # 3PAR Super user password (string value)
  2029 # 3PAR Super user password (string value)
  1928 #hp3par_password=
  2030 #hp3par_password=
  1929 
  2031 
  1930 # The CPG to use for volume creation (string value)
  2032 # List of the CPG(s) to use for volume creation (list value)
  1931 #hp3par_cpg=OpenStack
  2033 #hp3par_cpg=OpenStack
  1932 
  2034 
  1933 # The CPG to use for Snapshots for volumes. If empty
  2035 # The CPG to use for Snapshots for volumes. If empty the
  1934 # hp3par_cpg will be used (string value)
  2036 # userCPG will be used. (string value)
  1935 #hp3par_cpg_snap=
  2037 #hp3par_cpg_snap=
  1936 
  2038 
  1937 # The time in hours to retain a snapshot.  You can't delete it
  2039 # The time in hours to retain a snapshot.  You can't delete it
  1938 # before this expires. (string value)
  2040 # before this expires. (string value)
  1939 #hp3par_snapshot_retention=
  2041 #hp3par_snapshot_retention=
  1977 # Enable HTTP debugging to LeftHand (boolean value)
  2079 # Enable HTTP debugging to LeftHand (boolean value)
  1978 #hplefthand_debug=false
  2080 #hplefthand_debug=false
  1979 
  2081 
  1980 
  2082 
  1981 #
  2083 #
  1982 # Options defined in cinder.volume.drivers.san.hp.hp_msa_common
       
  1983 #
       
  1984 
       
  1985 # The VDisk to use for volume creation. (string value)
       
  1986 #msa_vdisk=OpenStack
       
  1987 
       
  1988 
       
  1989 #
       
  1990 # Options defined in cinder.volume.drivers.san.san
  2084 # Options defined in cinder.volume.drivers.san.san
  1991 #
  2085 #
  1992 
  2086 
  1993 # Use thin provisioning for SAN volumes? (boolean value)
  2087 # Use thin provisioning for SAN volumes? (boolean value)
  1994 #san_thin_provision=true
  2088 #san_thin_provision=true
  2025 # Maximum ssh connections in the pool (integer value)
  2119 # Maximum ssh connections in the pool (integer value)
  2026 #ssh_max_pool_conn=5
  2120 #ssh_max_pool_conn=5
  2027 
  2121 
  2028 
  2122 
  2029 #
  2123 #
  2030 # Options defined in cinder.volume.drivers.san.solaris
       
  2031 #
       
  2032 
       
  2033 # The ZFS path under which to create zvols for volumes.
       
  2034 # (string value)
       
  2035 #san_zfs_volume_base=rpool/
       
  2036 
       
  2037 
       
  2038 #
       
  2039 # Options defined in cinder.volume.drivers.scality
  2124 # Options defined in cinder.volume.drivers.scality
  2040 #
  2125 #
  2041 
  2126 
  2042 # Path or URL to Scality SOFS configuration file (string
  2127 # Path or URL to Scality SOFS configuration file (string
  2043 # value)
  2128 # value)
  2056 
  2141 
  2057 # File with the list of available smbfs shares. (string value)
  2142 # File with the list of available smbfs shares. (string value)
  2058 #smbfs_shares_config=/etc/cinder/smbfs_shares
  2143 #smbfs_shares_config=/etc/cinder/smbfs_shares
  2059 
  2144 
  2060 # Default format that will be used when creating volumes if no
  2145 # Default format that will be used when creating volumes if no
  2061 # volume format is specified. Can be set to: raw, qcow2, vhd
  2146 # volume format is specified. (string value)
  2062 # or vhdx. (string value)
       
  2063 #smbfs_default_volume_format=qcow2
  2147 #smbfs_default_volume_format=qcow2
  2064 
  2148 
  2065 # Create volumes as sparsed files which take no space rather
  2149 # Create volumes as sparsed files which take no space rather
  2066 # than regular files when using raw format, in which case
  2150 # than regular files when using raw format, in which case
  2067 # volume creation takes lot of time. (boolean value)
  2151 # volume creation takes lot of time. (boolean value)
  2085 # page for details. (string value)
  2169 # page for details. (string value)
  2086 #smbfs_mount_options=noperm,file_mode=0775,dir_mode=0775
  2170 #smbfs_mount_options=noperm,file_mode=0775,dir_mode=0775
  2087 
  2171 
  2088 
  2172 
  2089 #
  2173 #
       
  2174 # Options defined in cinder.volume.drivers.solaris.nfs
       
  2175 #
       
  2176 
       
  2177 # Schedule volumes round robin across NFS shares. (boolean
       
  2178 # value)
       
  2179 #nfs_round_robin=true
       
  2180 
       
  2181 
       
  2182 #
  2090 # Options defined in cinder.volume.drivers.solaris.zfs
  2183 # Options defined in cinder.volume.drivers.solaris.zfs
  2091 #
  2184 #
  2092 
  2185 
  2093 # The base dataset for ZFS cinder volumes. (string value)
  2186 # The base dataset for ZFS volumes. (string value)
  2094 #zfs_volume_base=rpool/cinder
  2187 #zfs_volume_base=rpool/cinder
  2095 
  2188 
  2096 # iSCSI target group name. (string value)
  2189 # iSCSI target group name. (string value)
  2097 #zfs_target_group=tgt-grp
  2190 #zfs_target_group=tgt-grp
       
  2191 
  2098 
  2192 
  2099 #
  2193 #
  2100 # Options defined in cinder.volume.drivers.solidfire
  2194 # Options defined in cinder.volume.drivers.solidfire
  2101 #
  2195 #
  2102 
  2196 
  2110 # be used here, but the string "hostname" is special and will
  2204 # be used here, but the string "hostname" is special and will
  2111 # create a prefix using the cinder node hostsname (previous
  2205 # create a prefix using the cinder node hostsname (previous
  2112 # default behavior).  The default is NO prefix. (string value)
  2206 # default behavior).  The default is NO prefix. (string value)
  2113 #sf_account_prefix=<None>
  2207 #sf_account_prefix=<None>
  2114 
  2208 
       
  2209 # Account name on the SolidFire Cluster to use as owner of
       
  2210 # template/cache volumes (created if does not exist). (string
       
  2211 # value)
       
  2212 #sf_template_account_name=openstack-vtemplate
       
  2213 
       
  2214 # Create an internal cache of copy of images when a bootable
       
  2215 # volume is created to eliminate fetch from glance and qemu-
       
  2216 # conversion on subsequent calls. (boolean value)
       
  2217 #sf_allow_template_caching=true
       
  2218 
  2115 # SolidFire API port. Useful if the device api is behind a
  2219 # SolidFire API port. Useful if the device api is behind a
  2116 # proxy on a different port. (integer value)
  2220 # proxy on a different port. (integer value)
  2117 #sf_api_port=443
  2221 #sf_api_port=443
       
  2222 
       
  2223 
       
  2224 #
       
  2225 # Options defined in cinder.volume.drivers.srb
       
  2226 #
       
  2227 
       
  2228 # Comma-separated list of REST servers IP to connect to. (eg
       
  2229 # http://IP1/,http://IP2:81/path (string value)
       
  2230 #srb_base_urls=<None>
       
  2231 
       
  2232 
       
  2233 #
       
  2234 # Options defined in cinder.volume.drivers.violin.v6000_common
       
  2235 #
       
  2236 
       
  2237 # IP address or hostname of mg-a (string value)
       
  2238 #gateway_mga=<None>
       
  2239 
       
  2240 # IP address or hostname of mg-b (string value)
       
  2241 #gateway_mgb=<None>
       
  2242 
       
  2243 # Use igroups to manage targets and initiators (boolean value)
       
  2244 #use_igroups=false
       
  2245 
       
  2246 # Global backend request timeout, in seconds (integer value)
       
  2247 #request_timeout=300
  2118 
  2248 
  2119 
  2249 
  2120 #
  2250 #
  2121 # Options defined in cinder.volume.drivers.vmware.vmdk
  2251 # Options defined in cinder.volume.drivers.vmware.vmdk
  2122 #
  2252 #
  2178 # Path to store VHD backed volumes (string value)
  2308 # Path to store VHD backed volumes (string value)
  2179 #windows_iscsi_lun_path=C:\iSCSIVirtualDisks
  2309 #windows_iscsi_lun_path=C:\iSCSIVirtualDisks
  2180 
  2310 
  2181 
  2311 
  2182 #
  2312 #
  2183 # Options defined in cinder.volume.drivers.zadara
  2313 # Options defined in cinder.volume.drivers.xio
  2184 #
  2314 #
  2185 
  2315 
  2186 # Management IP of Zadara VPSA (string value)
  2316 # Default storage pool for volumes. (integer value)
  2187 #zadara_vpsa_ip=<None>
  2317 #ise_storage_pool=1
  2188 
  2318 
  2189 # Zadara VPSA port number (string value)
  2319 # Raid level for ISE volumes. (integer value)
  2190 #zadara_vpsa_port=<None>
  2320 #ise_raid=1
  2191 
  2321 
  2192 # Use SSL connection (boolean value)
  2322 # Number of retries (per port) when establishing connection to
  2193 #zadara_vpsa_use_ssl=false
  2323 # ISE management port. (integer value)
  2194 
  2324 #ise_connection_retries=5
  2195 # User name for the VPSA (string value)
  2325 
  2196 #zadara_user=<None>
  2326 # Interval (secs) between retries. (integer value)
  2197 
  2327 #ise_retry_interval=1
  2198 # Password for the VPSA (string value)
  2328 
  2199 #zadara_password=<None>
  2329 # Number on retries to get completion status after issuing a
  2200 
  2330 # command to ISE. (integer value)
  2201 # Name of VPSA storage pool for volumes (string value)
  2331 #ise_completion_retries=30
  2202 #zadara_vpsa_poolname=<None>
       
  2203 
       
  2204 # Default thin provisioning policy for volumes (boolean value)
       
  2205 #zadara_vol_thin=true
       
  2206 
       
  2207 # Default encryption policy for volumes (boolean value)
       
  2208 #zadara_vol_encrypt=false
       
  2209 
       
  2210 # Default template for VPSA volume names (string value)
       
  2211 #zadara_vol_name_template=OS_%s
       
  2212 
       
  2213 # Automatically detach from servers on volume delete (boolean
       
  2214 # value)
       
  2215 #zadara_vpsa_auto_detach_on_delete=true
       
  2216 
       
  2217 # Don't halt on deletion of non-existing volumes (boolean
       
  2218 # value)
       
  2219 #zadara_vpsa_allow_nonexistent_delete=true
       
  2220 
  2332 
  2221 
  2333 
  2222 #
  2334 #
  2223 # Options defined in cinder.volume.drivers.zfssa.zfssaiscsi
  2335 # Options defined in cinder.volume.drivers.zfssa.zfssaiscsi
  2224 #
  2336 #
  2227 #zfssa_pool=<None>
  2339 #zfssa_pool=<None>
  2228 
  2340 
  2229 # Project name. (string value)
  2341 # Project name. (string value)
  2230 #zfssa_project=<None>
  2342 #zfssa_project=<None>
  2231 
  2343 
  2232 # Block size: 512, 1k, 2k, 4k, 8k, 16k, 32k, 64k, 128k.
  2344 # Block size. (string value)
  2233 # (string value)
       
  2234 #zfssa_lun_volblocksize=8k
  2345 #zfssa_lun_volblocksize=8k
  2235 
  2346 
  2236 # Flag to enable sparse (thin-provisioned): True, False.
  2347 # Flag to enable sparse (thin-provisioned): True, False.
  2237 # (boolean value)
  2348 # (boolean value)
  2238 #zfssa_lun_sparse=false
  2349 #zfssa_lun_sparse=false
  2239 
  2350 
  2240 # Data compression-off, lzjb, gzip-2, gzip, gzip-9. (string
  2351 # Data compression. (string value)
  2241 # value)
  2352 #zfssa_lun_compression=off
  2242 #zfssa_lun_compression=
  2353 
  2243 
  2354 # Synchronous write bias. (string value)
  2244 # Synchronous write bias-latency, throughput. (string value)
  2355 #zfssa_lun_logbias=latency
  2245 #zfssa_lun_logbias=
       
  2246 
  2356 
  2247 # iSCSI initiator group. (string value)
  2357 # iSCSI initiator group. (string value)
  2248 #zfssa_initiator_group=
  2358 #zfssa_initiator_group=
  2249 
  2359 
  2250 # iSCSI initiator IQNs. (comma separated) (string value)
  2360 # iSCSI initiator IQNs. (comma separated) (string value)
  2254 #zfssa_initiator_user=
  2364 #zfssa_initiator_user=
  2255 
  2365 
  2256 # iSCSI initiator CHAP password. (string value)
  2366 # iSCSI initiator CHAP password. (string value)
  2257 #zfssa_initiator_password=
  2367 #zfssa_initiator_password=
  2258 
  2368 
       
  2369 # iSCSI initiators configuration. (string value)
       
  2370 #zfssa_initiator_config=
       
  2371 
  2259 # iSCSI target group name. (string value)
  2372 # iSCSI target group name. (string value)
  2260 #zfssa_target_group=tgt-grp
  2373 #zfssa_target_group=tgt-grp
  2261 
  2374 
  2262 # iSCSI target CHAP user. (string value)
  2375 # iSCSI target CHAP user. (string value)
  2263 #zfssa_target_user=
  2376 #zfssa_target_user=
  2270 #zfssa_target_portal=<None>
  2383 #zfssa_target_portal=<None>
  2271 
  2384 
  2272 # Network interfaces of iSCSI targets. (comma separated)
  2385 # Network interfaces of iSCSI targets. (comma separated)
  2273 # (string value)
  2386 # (string value)
  2274 #zfssa_target_interfaces=<None>
  2387 #zfssa_target_interfaces=<None>
       
  2388 
       
  2389 # REST connection timeout. (seconds) (integer value)
       
  2390 #zfssa_rest_timeout=<None>
       
  2391 
       
  2392 
       
  2393 #
       
  2394 # Options defined in cinder.volume.drivers.zfssa.zfssanfs
       
  2395 #
       
  2396 
       
  2397 # Data path IP address (string value)
       
  2398 #zfssa_data_ip=<None>
       
  2399 
       
  2400 # HTTPS port number (string value)
       
  2401 #zfssa_https_port=443
       
  2402 
       
  2403 # Options to be passed while mounting share over nfs (string
       
  2404 # value)
       
  2405 #zfssa_nfs_mount_options=
       
  2406 
       
  2407 # Storage pool name. (string value)
       
  2408 #zfssa_nfs_pool=
       
  2409 
       
  2410 # Project name. (string value)
       
  2411 #zfssa_nfs_project=NFSProject
       
  2412 
       
  2413 # Share name. (string value)
       
  2414 #zfssa_nfs_share=nfs_share
       
  2415 
       
  2416 # Data compression. (string value)
       
  2417 #zfssa_nfs_share_compression=off
       
  2418 
       
  2419 # Synchronous write bias-latency, throughput. (string value)
       
  2420 #zfssa_nfs_share_logbias=latency
  2275 
  2421 
  2276 # REST connection timeout. (seconds) (integer value)
  2422 # REST connection timeout. (seconds) (integer value)
  2277 #zfssa_rest_timeout=<None>
  2423 #zfssa_rest_timeout=<None>
  2278 
  2424 
  2279 
  2425 
  2282 #
  2428 #
  2283 
  2429 
  2284 # Driver to use for volume creation (string value)
  2430 # Driver to use for volume creation (string value)
  2285 # The local ZFS driver provides direct access to ZFS volumes that it
  2431 # The local ZFS driver provides direct access to ZFS volumes that it
  2286 # creates. The other listed drivers provide access to ZFS volumes via
  2432 # creates. The other listed drivers provide access to ZFS volumes via
  2287 # iSCSI or Fibre Channel and are suitable for cases where block storage
  2433 # iSCSI, Fibre Channel, or NFS and are suitable for cases where block storage
  2288 # for Nova compute instances is shared.
  2434 # for Nova compute instances is shared.
  2289 volume_driver=cinder.volume.drivers.solaris.zfs.ZFSVolumeDriver
  2435 volume_driver=cinder.volume.drivers.solaris.zfs.ZFSVolumeDriver
  2290 #volume_driver=cinder.volume.drivers.solaris.zfs.ZFSISCSIDriver
  2436 #volume_driver=cinder.volume.drivers.solaris.zfs.ZFSISCSIDriver
  2291 #volume_driver=cinder.volume.drivers.solaris.zfs.ZFSFCDriver
  2437 #volume_driver=cinder.volume.drivers.solaris.zfs.ZFSFCDriver
       
  2438 #volume_driver=cinder.volume.drivers.solaris.nfs.ZfsNfsVolumeDriver
  2292 #volume_driver=cinder.volume.drivers.zfssa.zfssaiscsi.ZFSSAISCSIDriver
  2439 #volume_driver=cinder.volume.drivers.zfssa.zfssaiscsi.ZFSSAISCSIDriver
  2293 
  2440 
  2294 # Timeout for creating the volume to migrate to when
  2441 # Timeout for creating the volume to migrate to when
  2295 # performing volume migration (seconds) (integer value)
  2442 # performing volume migration (seconds) (integer value)
  2296 #migration_create_volume_timeout_secs=300
  2443 #migration_create_volume_timeout_secs=300
  2301 
  2448 
  2302 # FC Zoning mode configured (string value)
  2449 # FC Zoning mode configured (string value)
  2303 #zoning_mode=none
  2450 #zoning_mode=none
  2304 
  2451 
  2305 # User defined capabilities, a JSON formatted string
  2452 # User defined capabilities, a JSON formatted string
  2306 # specifying key/value pairs. (string value)
  2453 # specifying key/value pairs. The key/value pairs can be used
       
  2454 # by the CapabilitiesFilter to select between backends when
       
  2455 # requests specify volume types. For example, specifying a
       
  2456 # service level or the geographical location of a backend,
       
  2457 # then creating a volume type to allow the user to select by
       
  2458 # these different properties. (string value)
  2307 #extra_capabilities={}
  2459 #extra_capabilities={}
  2308 
  2460 
  2309 
  2461 
  2310 [BRCD_FABRIC_EXAMPLE]
  2462 [BRCD_FABRIC_EXAMPLE]
  2311 
  2463 
  2458 
  2610 
  2459 # Enable the experimental use of database reconnect on
  2611 # Enable the experimental use of database reconnect on
  2460 # connection lost. (boolean value)
  2612 # connection lost. (boolean value)
  2461 #use_db_reconnect=false
  2613 #use_db_reconnect=false
  2462 
  2614 
  2463 # Seconds between database connection retries. (integer value)
  2615 # Seconds between retries of a database transaction. (integer
       
  2616 # value)
  2464 #db_retry_interval=1
  2617 #db_retry_interval=1
  2465 
  2618 
  2466 # If True, increases the interval between database connection
  2619 # If True, increases the interval between retries of a
  2467 # retries up to db_max_retry_interval. (boolean value)
  2620 # database operation up to db_max_retry_interval. (boolean
       
  2621 # value)
  2468 #db_inc_retry_interval=true
  2622 #db_inc_retry_interval=true
  2469 
  2623 
  2470 # If db_inc_retry_interval is set, the maximum seconds between
  2624 # If db_inc_retry_interval is set, the maximum seconds between
  2471 # database connection retries. (integer value)
  2625 # retries of a database operation. (integer value)
  2472 #db_max_retry_interval=10
  2626 #db_max_retry_interval=10
  2473 
  2627 
  2474 # Maximum database connection retries before error is raised.
  2628 # Maximum retries in case of connection error or deadlock
  2475 # Set to -1 to specify an infinite retry count. (integer
  2629 # error before error is raised. Set to -1 to specify an
  2476 # value)
  2630 # infinite retry count. (integer value)
  2477 #db_max_retries=20
  2631 #db_max_retries=20
  2478 
  2632 
  2479 
  2633 
  2480 #
  2634 #
  2481 # Options defined in oslo.db.concurrency
  2635 # Options defined in oslo.db.concurrency
  2511 
  2665 
  2512 # FC Zone Driver responsible for zone management (string
  2666 # FC Zone Driver responsible for zone management (string
  2513 # value)
  2667 # value)
  2514 #zone_driver=cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver
  2668 #zone_driver=cinder.zonemanager.drivers.brocade.brcd_fc_zone_driver.BrcdFCZoneDriver
  2515 
  2669 
  2516 # Zoning policy configured by user (string value)
  2670 # Zoning policy configured by user; valid values include
       
  2671 # "initiator-target" or "initiator" (string value)
  2517 #zoning_policy=initiator-target
  2672 #zoning_policy=initiator-target
  2518 
  2673 
  2519 # Comma separated list of fibre channel fabric names. This
  2674 # Comma separated list of Fibre Channel fabric names. This
  2520 # list of names is used to retrieve other SAN credentials for
  2675 # list of names is used to retrieve other SAN credentials for
  2521 # connecting to each SAN fabric (string value)
  2676 # connecting to each SAN fabric (string value)
  2522 #fc_fabric_names=<None>
  2677 #fc_fabric_names=<None>
  2523 
  2678 
  2524 # FC San Lookup Service (string value)
  2679 # FC SAN Lookup Service (string value)
  2525 #fc_san_lookup_service=cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService
  2680 #fc_san_lookup_service=cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService
  2526 
  2681 
  2527 
  2682 
  2528 [keymgr]
  2683 [keymgr]
  2529 
  2684 
  2548 #
  2703 #
  2549 # Options defined in cinder.keymgr.key_mgr
  2704 # Options defined in cinder.keymgr.key_mgr
  2550 #
  2705 #
  2551 
  2706 
  2552 # Authentication url for encryption service. (string value)
  2707 # Authentication url for encryption service. (string value)
  2553 #encryption_auth_url=http://localhost:5000/v2.0
  2708 #encryption_auth_url=http://localhost:5000/v3
  2554 
  2709 
  2555 # Url for encryption service. (string value)
  2710 # Url for encryption service. (string value)
  2556 #encryption_api_url=http://localhost:9311/v1
  2711 #encryption_api_url=http://localhost:9311/v1
  2557 
  2712 
  2558 
  2713 
  2560 
  2715 
  2561 #
  2716 #
  2562 # Options defined in keystonemiddleware.auth_token
  2717 # Options defined in keystonemiddleware.auth_token
  2563 #
  2718 #
  2564 
  2719 
  2565 # Prefix to prepend at the beginning of the path. Deprecated,
  2720 # Complete public Identity API endpoint. (string value)
  2566 # use identity_uri. (string value)
       
  2567 #auth_admin_prefix=
       
  2568 
       
  2569 # Host providing the admin Identity API endpoint. Deprecated,
       
  2570 # use identity_uri. (string value)
       
  2571 #auth_host=127.0.0.1
       
  2572 
       
  2573 # Port of the admin Identity API endpoint. Deprecated, use
       
  2574 # identity_uri. (integer value)
       
  2575 #auth_port=35357
       
  2576 
       
  2577 # Protocol of the admin Identity API endpoint (http or https).
       
  2578 # Deprecated, use identity_uri. (string value)
       
  2579 #auth_protocol=https
       
  2580 
       
  2581 # Complete public Identity API endpoint (string value)
       
  2582 auth_uri=http://127.0.0.1:5000/v2.0/
  2721 auth_uri=http://127.0.0.1:5000/v2.0/
  2583 
  2722 
  2584 # Complete admin Identity API endpoint. This should specify
  2723 # API version of the admin Identity API endpoint. (string
  2585 # the unversioned root endpoint e.g. https://localhost:35357/
       
  2586 # (string value)
       
  2587 identity_uri=http://127.0.0.1:35357/
       
  2588 
       
  2589 # API version of the admin Identity API endpoint (string
       
  2590 # value)
  2724 # value)
  2591 #auth_version=<None>
  2725 #auth_version=<None>
  2592 
  2726 
  2593 # Do not handle authorization requests within the middleware,
  2727 # Do not handle authorization requests within the middleware,
  2594 # but delegate the authorization decision to downstream WSGI
  2728 # but delegate the authorization decision to downstream WSGI
  2595 # components (boolean value)
  2729 # components. (boolean value)
  2596 #delay_auth_decision=false
  2730 #delay_auth_decision=false
  2597 
  2731 
  2598 # Request timeout value for communicating with Identity API
  2732 # Request timeout value for communicating with Identity API
  2599 # server. (boolean value)
  2733 # server. (integer value)
  2600 #http_connect_timeout=<None>
  2734 #http_connect_timeout=<None>
  2601 
  2735 
  2602 # How many times are we trying to reconnect when communicating
  2736 # How many times are we trying to reconnect when communicating
  2603 # with Identity API Server. (integer value)
  2737 # with Identity API Server. (integer value)
  2604 #http_request_max_retries=3
  2738 #http_request_max_retries=3
  2605 
  2739 
  2606 # This option is deprecated and may be removed in a future
  2740 # Env key for the swift cache. (string value)
  2607 # release. Single shared secret with the Keystone
       
  2608 # configuration used for bootstrapping a Keystone
       
  2609 # installation, or otherwise bypassing the normal
       
  2610 # authentication process. This option should not be used, use
       
  2611 # `admin_user` and `admin_password` instead. (string value)
       
  2612 #admin_token=<None>
       
  2613 
       
  2614 # Keystone account username (string value)
       
  2615 admin_user=%SERVICE_USER%
       
  2616 
       
  2617 # Keystone account password (string value)
       
  2618 admin_password=%SERVICE_PASSWORD%
       
  2619 
       
  2620 # Keystone service account tenant name to validate user tokens
       
  2621 # (string value)
       
  2622 admin_tenant_name=%SERVICE_TENANT_NAME%
       
  2623 
       
  2624 # Env key for the swift cache (string value)
       
  2625 #cache=<None>
  2741 #cache=<None>
  2626 
  2742 
  2627 # Required if Keystone server requires client certificate
  2743 # Required if identity server requires client certificate
  2628 # (string value)
  2744 # (string value)
  2629 #certfile=<None>
  2745 #certfile=<None>
  2630 
  2746 
  2631 # Required if Keystone server requires client certificate
  2747 # Required if identity server requires client certificate
  2632 # (string value)
  2748 # (string value)
  2633 #keyfile=<None>
  2749 #keyfile=<None>
  2634 
  2750 
  2635 # A PEM encoded Certificate Authority to use when verifying
  2751 # A PEM encoded Certificate Authority to use when verifying
  2636 # HTTPs connections. Defaults to system CAs. (string value)
  2752 # HTTPs connections. Defaults to system CAs. (string value)
  2637 #cafile=<None>
  2753 #cafile=<None>
  2638 
  2754 
  2639 # Verify HTTPS connections. (boolean value)
  2755 # Verify HTTPS connections. (boolean value)
  2640 #insecure=false
  2756 #insecure=false
  2641 
  2757 
  2642 # Directory used to cache files related to PKI tokens (string
  2758 # Directory used to cache files related to PKI tokens. (string
  2643 # value)
  2759 # value)
  2644 signing_dir=$state_path/keystone-signing
  2760 signing_dir=$state_path/keystone-signing
  2645 
  2761 
  2646 # Optionally specify a list of memcached server(s) to use for
  2762 # Optionally specify a list of memcached server(s) to use for
  2647 # caching. If left undefined, tokens will instead be cached
  2763 # caching. If left undefined, tokens will instead be cached
  2660 # number of revocation events combined with a low cache
  2776 # number of revocation events combined with a low cache
  2661 # duration may significantly reduce performance. (integer
  2777 # duration may significantly reduce performance. (integer
  2662 # value)
  2778 # value)
  2663 #revocation_cache_time=10
  2779 #revocation_cache_time=10
  2664 
  2780 
  2665 # (optional) if defined, indicate whether token data should be
  2781 # (Optional) If defined, indicate whether token data should be
  2666 # authenticated or authenticated and encrypted. Acceptable
  2782 # authenticated or authenticated and encrypted. Acceptable
  2667 # values are MAC or ENCRYPT.  If MAC, token data is
  2783 # values are MAC or ENCRYPT.  If MAC, token data is
  2668 # authenticated (with HMAC) in the cache. If ENCRYPT, token
  2784 # authenticated (with HMAC) in the cache. If ENCRYPT, token
  2669 # data is encrypted and authenticated in the cache. If the
  2785 # data is encrypted and authenticated in the cache. If the
  2670 # value is not one of these options or empty, auth_token will
  2786 # value is not one of these options or empty, auth_token will
  2671 # raise an exception on initialization. (string value)
  2787 # raise an exception on initialization. (string value)
  2672 #memcache_security_strategy=<None>
  2788 #memcache_security_strategy=<None>
  2673 
  2789 
  2674 # (optional, mandatory if memcache_security_strategy is
  2790 # (Optional, mandatory if memcache_security_strategy is
  2675 # defined) this string is used for key derivation. (string
  2791 # defined) This string is used for key derivation. (string
  2676 # value)
  2792 # value)
  2677 #memcache_secret_key=<None>
  2793 #memcache_secret_key=<None>
  2678 
  2794 
  2679 # (optional) number of seconds memcached server is considered
  2795 # (Optional) Number of seconds memcached server is considered
  2680 # dead before it is tried again. (integer value)
  2796 # dead before it is tried again. (integer value)
  2681 #memcache_pool_dead_retry=300
  2797 #memcache_pool_dead_retry=300
  2682 
  2798 
  2683 # (optional) max total number of open connections to every
  2799 # (Optional) Maximum total number of open connections to every
  2684 # memcached server. (integer value)
  2800 # memcached server. (integer value)
  2685 #memcache_pool_maxsize=10
  2801 #memcache_pool_maxsize=10
  2686 
  2802 
  2687 # (optional) socket timeout in seconds for communicating with
  2803 # (Optional) Socket timeout in seconds for communicating with
  2688 # a memcache server. (integer value)
  2804 # a memcache server. (integer value)
  2689 #memcache_pool_socket_timeout=3
  2805 #memcache_pool_socket_timeout=3
  2690 
  2806 
  2691 # (optional) number of seconds a connection to memcached is
  2807 # (Optional) Number of seconds a connection to memcached is
  2692 # held unused in the pool before it is closed. (integer value)
  2808 # held unused in the pool before it is closed. (integer value)
  2693 #memcache_pool_unused_timeout=60
  2809 #memcache_pool_unused_timeout=60
  2694 
  2810 
  2695 # (optional) number of seconds that an operation will wait to
  2811 # (Optional) Number of seconds that an operation will wait to
  2696 # get a memcache client connection from the pool. (integer
  2812 # get a memcache client connection from the pool. (integer
  2697 # value)
  2813 # value)
  2698 #memcache_pool_conn_get_timeout=10
  2814 #memcache_pool_conn_get_timeout=10
  2699 
  2815 
  2700 # (optional) use the advanced (eventlet safe) memcache client
  2816 # (Optional) Use the advanced (eventlet safe) memcache client
  2701 # pool. The advanced pool will only work under python 2.x.
  2817 # pool. The advanced pool will only work under python 2.x.
  2702 # (boolean value)
  2818 # (boolean value)
  2703 #memcache_use_advanced_pool=false
  2819 #memcache_use_advanced_pool=false
  2704 
  2820 
  2705 # (optional) indicate whether to set the X-Service-Catalog
  2821 # (Optional) Indicate whether to set the X-Service-Catalog
  2706 # header. If False, middleware will not ask for service
  2822 # header. If False, middleware will not ask for service
  2707 # catalog on token validation and will not set the X-Service-
  2823 # catalog on token validation and will not set the X-Service-
  2708 # Catalog header. (boolean value)
  2824 # Catalog header. (boolean value)
  2709 #include_service_catalog=true
  2825 #include_service_catalog=true
  2710 
  2826 
  2719 # value)
  2835 # value)
  2720 #enforce_token_bind=permissive
  2836 #enforce_token_bind=permissive
  2721 
  2837 
  2722 # If true, the revocation list will be checked for cached
  2838 # If true, the revocation list will be checked for cached
  2723 # tokens. This requires that PKI tokens are configured on the
  2839 # tokens. This requires that PKI tokens are configured on the
  2724 # Keystone server. (boolean value)
  2840 # identity server. (boolean value)
  2725 #check_revocations_for_cached=false
  2841 #check_revocations_for_cached=false
  2726 
  2842 
  2727 # Hash algorithms to use for hashing PKI tokens. This may be a
  2843 # Hash algorithms to use for hashing PKI tokens. This may be a
  2728 # single algorithm or multiple. The algorithms are those
  2844 # single algorithm or multiple. The algorithms are those
  2729 # supported by Python standard hashlib.new(). The hashes will
  2845 # supported by Python standard hashlib.new(). The hashes will
  2734 # secure one. Once all the old tokens are expired this option
  2850 # secure one. Once all the old tokens are expired this option
  2735 # should be set to a single value for better performance.
  2851 # should be set to a single value for better performance.
  2736 # (list value)
  2852 # (list value)
  2737 #hash_algorithms=md5
  2853 #hash_algorithms=md5
  2738 
  2854 
       
  2855 # Prefix to prepend at the beginning of the path. Deprecated,
       
  2856 # use identity_uri. (string value)
       
  2857 #auth_admin_prefix=
       
  2858 
       
  2859 # Host providing the admin Identity API endpoint. Deprecated,
       
  2860 # use identity_uri. (string value)
       
  2861 #auth_host=127.0.0.1
       
  2862 
       
  2863 # Port of the admin Identity API endpoint. Deprecated, use
       
  2864 # identity_uri. (integer value)
       
  2865 #auth_port=35357
       
  2866 
       
  2867 # Protocol of the admin Identity API endpoint (http or https).
       
  2868 # Deprecated, use identity_uri. (string value)
       
  2869 #auth_protocol=https
       
  2870 
       
  2871 # Complete admin Identity API endpoint. This should specify
       
  2872 # the unversioned root endpoint e.g. https://localhost:35357/
       
  2873 # (string value)
       
  2874 identity_uri=http://127.0.0.1:35357/
       
  2875 
       
  2876 # This option is deprecated and may be removed in a future
       
  2877 # release. Single shared secret with the Keystone
       
  2878 # configuration used for bootstrapping a Keystone
       
  2879 # installation, or otherwise bypassing the normal
       
  2880 # authentication process. This option should not be used, use
       
  2881 # `admin_user` and `admin_password` instead. (string value)
       
  2882 #admin_token=<None>
       
  2883 
       
  2884 # Service username. (string value)
       
  2885 admin_user=%SERVICE_USER%
       
  2886 
       
  2887 # Service user password. (string value)
       
  2888 admin_password=%SERVICE_PASSWORD%
       
  2889 
       
  2890 # Service tenant name. (string value)
       
  2891 admin_tenant_name=%SERVICE_TENANT_NAME%
       
  2892 
       
  2893 # Name of the plugin to load (string value)
       
  2894 #auth_plugin=<None>
       
  2895 
       
  2896 # Config Section from which to load plugin specific options
       
  2897 # (string value)
       
  2898 #auth_section=<None>
       
  2899 
  2739 
  2900 
  2740 [matchmaker_redis]
  2901 [matchmaker_redis]
  2741 
  2902 
  2742 #
  2903 #
  2743 # Options defined in oslo.messaging
  2904 # Options defined in oslo.messaging
  2762 # Matchmaker ring file (JSON). (string value)
  2923 # Matchmaker ring file (JSON). (string value)
  2763 # Deprecated group/name - [DEFAULT]/matchmaker_ringfile
  2924 # Deprecated group/name - [DEFAULT]/matchmaker_ringfile
  2764 #ringfile=/etc/oslo/matchmaker_ring.json
  2925 #ringfile=/etc/oslo/matchmaker_ring.json
  2765 
  2926 
  2766 
  2927 
       
  2928 [oslo_concurrency]
       
  2929 
       
  2930 #
       
  2931 # Options defined in oslo.concurrency
       
  2932 #
       
  2933 
       
  2934 # Enables or disables inter-process locks. (boolean value)
       
  2935 #disable_process_locking=false
       
  2936 
       
  2937 # Directory to use for lock files.  For security, the
       
  2938 # specified directory should only be writable by the user
       
  2939 # running the processes that need locking. Defaults to
       
  2940 # environment variable OSLO_LOCK_PATH. If external locks are
       
  2941 # used, a lock path must be set. (string value)
       
  2942 lock_path=$state_path/lock
       
  2943 
       
  2944 
  2767 [oslo_messaging_amqp]
  2945 [oslo_messaging_amqp]
  2768 
  2946 
  2769 #
  2947 #
  2770 # Options defined in oslo.messaging
  2948 # Options defined in oslo.messaging
  2771 #
  2949 #
  2772 # NOTE: Options in this group are supported when using oslo.messaging >=1.5.0.
       
  2773 
  2950 
  2774 # address prefix used when sending to a specific server
  2951 # address prefix used when sending to a specific server
  2775 # (string value)
  2952 # (string value)
  2776 #server_request_prefix=exclusive
  2953 #server_request_prefix=exclusive
  2777 
  2954 
  2811 
  2988 
  2812 # Accept clients using either SSL or plain TCP (boolean value)
  2989 # Accept clients using either SSL or plain TCP (boolean value)
  2813 #allow_insecure_clients=false
  2990 #allow_insecure_clients=false
  2814 
  2991 
  2815 
  2992 
       
  2993 [oslo_messaging_qpid]
       
  2994 
       
  2995 #
       
  2996 # Options defined in oslo.messaging
       
  2997 #
       
  2998 
       
  2999 # Use durable queues in AMQP. (boolean value)
       
  3000 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
       
  3001 #amqp_durable_queues=false
       
  3002 
       
  3003 # Auto-delete queues in AMQP. (boolean value)
       
  3004 #amqp_auto_delete=false
       
  3005 
       
  3006 # Size of RPC connection pool. (integer value)
       
  3007 #rpc_conn_pool_size=30
       
  3008 
       
  3009 # Qpid broker hostname. (string value)
       
  3010 #qpid_hostname=localhost
       
  3011 
       
  3012 # Qpid broker port. (integer value)
       
  3013 #qpid_port=5672
       
  3014 
       
  3015 # Qpid HA cluster host:port pairs. (list value)
       
  3016 #qpid_hosts=$qpid_hostname:$qpid_port
       
  3017 
       
  3018 # Username for Qpid connection. (string value)
       
  3019 #qpid_username=
       
  3020 
       
  3021 # Password for Qpid connection. (string value)
       
  3022 #qpid_password=
       
  3023 
       
  3024 # Space separated list of SASL mechanisms to use for auth.
       
  3025 # (string value)
       
  3026 #qpid_sasl_mechanisms=
       
  3027 
       
  3028 # Seconds between connection keepalive heartbeats. (integer
       
  3029 # value)
       
  3030 #qpid_heartbeat=60
       
  3031 
       
  3032 # Transport to use, either 'tcp' or 'ssl'. (string value)
       
  3033 #qpid_protocol=tcp
       
  3034 
       
  3035 # Whether to disable the Nagle algorithm. (boolean value)
       
  3036 #qpid_tcp_nodelay=true
       
  3037 
       
  3038 # The number of prefetched messages held by receiver. (integer
       
  3039 # value)
       
  3040 #qpid_receiver_capacity=1
       
  3041 
       
  3042 # The qpid topology version to use.  Version 1 is what was
       
  3043 # originally used by impl_qpid.  Version 2 includes some
       
  3044 # backwards-incompatible changes that allow broker federation
       
  3045 # to work.  Users should update to version 2 when they are
       
  3046 # able to take everything down, as it requires a clean break.
       
  3047 # (integer value)
       
  3048 #qpid_topology_version=1
       
  3049 
       
  3050 
       
  3051 [oslo_messaging_rabbit]
       
  3052 
       
  3053 #
       
  3054 # Options defined in oslo.messaging
       
  3055 #
       
  3056 
       
  3057 # Use durable queues in AMQP. (boolean value)
       
  3058 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
       
  3059 #amqp_durable_queues=false
       
  3060 
       
  3061 # Auto-delete queues in AMQP. (boolean value)
       
  3062 #amqp_auto_delete=false
       
  3063 
       
  3064 # Size of RPC connection pool. (integer value)
       
  3065 #rpc_conn_pool_size=30
       
  3066 
       
  3067 # SSL version to use (valid only if SSL enabled). Valid values
       
  3068 # are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may
       
  3069 # be available on some distributions. (string value)
       
  3070 #kombu_ssl_version=
       
  3071 
       
  3072 # SSL key file (valid only if SSL enabled). (string value)
       
  3073 #kombu_ssl_keyfile=
       
  3074 
       
  3075 # SSL cert file (valid only if SSL enabled). (string value)
       
  3076 #kombu_ssl_certfile=
       
  3077 
       
  3078 # SSL certification authority file (valid only if SSL
       
  3079 # enabled). (string value)
       
  3080 #kombu_ssl_ca_certs=
       
  3081 
       
  3082 # How long to wait before reconnecting in response to an AMQP
       
  3083 # consumer cancel notification. (floating point value)
       
  3084 #kombu_reconnect_delay=1.0
       
  3085 
       
  3086 # The RabbitMQ broker address where a single node is used.
       
  3087 # (string value)
       
  3088 #rabbit_host=localhost
       
  3089 
       
  3090 # The RabbitMQ broker port where a single node is used.
       
  3091 # (integer value)
       
  3092 #rabbit_port=5672
       
  3093 
       
  3094 # RabbitMQ HA cluster host:port pairs. (list value)
       
  3095 #rabbit_hosts=$rabbit_host:$rabbit_port
       
  3096 
       
  3097 # Connect over SSL for RabbitMQ. (boolean value)
       
  3098 #rabbit_use_ssl=false
       
  3099 
       
  3100 # The RabbitMQ userid. (string value)
       
  3101 #rabbit_userid=guest
       
  3102 
       
  3103 # The RabbitMQ password. (string value)
       
  3104 #rabbit_password=guest
       
  3105 
       
  3106 # The RabbitMQ login method. (string value)
       
  3107 #rabbit_login_method=AMQPLAIN
       
  3108 
       
  3109 # The RabbitMQ virtual host. (string value)
       
  3110 #rabbit_virtual_host=/
       
  3111 
       
  3112 # How frequently to retry connecting with RabbitMQ. (integer
       
  3113 # value)
       
  3114 #rabbit_retry_interval=1
       
  3115 
       
  3116 # How long to backoff for between retries when connecting to
       
  3117 # RabbitMQ. (integer value)
       
  3118 #rabbit_retry_backoff=2
       
  3119 
       
  3120 # Maximum number of RabbitMQ connection retries. Default is 0
       
  3121 # (infinite retry count). (integer value)
       
  3122 #rabbit_max_retries=0
       
  3123 
       
  3124 # Use HA queues in RabbitMQ (x-ha-policy: all). If you change
       
  3125 # this option, you must wipe the RabbitMQ database. (boolean
       
  3126 # value)
       
  3127 #rabbit_ha_queues=false
       
  3128 
       
  3129 # Number of seconds after which the Rabbit broker is
       
  3130 # considered down if heartbeat's keep-alive fails (0 disables
       
  3131 # the heartbeat, >0 enables it. Enabling heartbeats requires
       
  3132 # kombu>=3.0.7 and amqp>=1.4.0). EXPERIMENTAL (integer value)
       
  3133 #heartbeat_timeout_threshold=0
       
  3134 
       
  3135 # How often times during the heartbeat_timeout_threshold we
       
  3136 # check the heartbeat. (integer value)
       
  3137 #heartbeat_rate=2
       
  3138 
       
  3139 # Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
       
  3140 # (boolean value)
       
  3141 #fake_rabbit=false
       
  3142 
       
  3143 
       
  3144 [oslo_middleware]
       
  3145 
       
  3146 #
       
  3147 # Options defined in oslo.middleware
       
  3148 #
       
  3149 
       
  3150 # The maximum body size for each  request, in bytes. (integer
       
  3151 # value)
       
  3152 # Deprecated group/name - [DEFAULT]/osapi_max_request_body_size
       
  3153 # Deprecated group/name - [DEFAULT]/max_request_body_size
       
  3154 #max_request_body_size=114688
       
  3155 
       
  3156 
  2816 [profiler]
  3157 [profiler]
  2817 
  3158 
  2818 #
  3159 #
  2819 # Options defined in cinder.service
  3160 # Options defined in cinder.service
  2820 #
  3161 #
  2824 
  3165 
  2825 # If False doesn't trace SQL requests. (boolean value)
  3166 # If False doesn't trace SQL requests. (boolean value)
  2826 #trace_sqlalchemy=false
  3167 #trace_sqlalchemy=false
  2827 
  3168 
  2828 
  3169 
  2829 [ssl]
       
  2830 
       
  2831 #
       
  2832 # Options defined in cinder.openstack.common.sslutils
       
  2833 #
       
  2834 
       
  2835 # CA certificate file to use to verify connecting clients
       
  2836 # (string value)
       
  2837 #ca_file=<None>
       
  2838 
       
  2839 # Certificate file to use when starting the server securely
       
  2840 # (string value)
       
  2841 #cert_file=<None>
       
  2842 
       
  2843 # Private key file to use when starting the server securely
       
  2844 # (string value)
       
  2845 #key_file=<None>
       
  2846 
       
  2847