Liberty -  Liberty -  Liberty -  Liberty -  Liberty -  Liberty -  Liberty -  Liberty - 

 Configuration Options

These following options can be set in the manila.conf file.

Table 3.2. Description of AMQP configuration options
Configuration option = Default value Description
[DEFAULT]
control_exchange = openstack (StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.
notification_driver = [] (MultiStrOpt) The Drivers(s) to handle sending notifications. Possible values are messaging, messagingv2, routing, log, test, noop
notification_topics = notifications (ListOpt) AMQP topic used for OpenStack notifications.
transport_url = None (StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration.

Table 3.3. Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
api_paste_config = api-paste.ini (StrOpt) File name for the paste.deploy config for manila-api.
api_rate_limit = True (BoolOpt) Whether to rate limit the API.
enable_v1_api = False (BoolOpt) Deploy v1 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
enable_v2_api = False (BoolOpt) Deploy v2 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
max_header_line = 16384 (IntOpt) Maximum line size of message headers to be accepted. Option max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).
osapi_max_limit = 1000 (IntOpt) The maximum number of items returned in a single response from a collection resource.
osapi_share_base_URL = None (StrOpt) Base URL to be presented to users in links to the Share API
osapi_share_ext_list = (ListOpt) Specify list of extensions to load when using osapi_share_extension option with manila.api.contrib.select_extensions.
osapi_share_extension = ['manila.api.contrib.standard_extensions'] (MultiStrOpt) The osapi share extension to load.
osapi_share_listen = :: (StrOpt) IP address for OpenStack Share API to listen on.
osapi_share_listen_port = 8786 (IntOpt) Port for OpenStack Share API to listen on.
osapi_share_workers = 1 (IntOpt) Number of workers for OpenStack Share API service.
share_api_class = manila.share.api.API (StrOpt) The full class name of the share API class to use.
volume_api_class = manila.volume.cinder.API (StrOpt) The full class name of the Volume API class to use.
volume_name_template = manila-share-%s (StrOpt) Volume name template.
volume_snapshot_name_template = manila-snapshot-%s (StrOpt) Volume snapshot name template.
[oslo_middleware]
max_request_body_size = 114688 (IntOpt) The maximum body size for each request, in bytes.
secure_proxy_ssl_header = X-Forwarded-Proto (StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy.
[oslo_policy]
policy_default_rule = default (StrOpt) Default rule. Enforced when a requested rule is not found.
policy_dirs = ['policy.d'] (MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.
policy_file = policy.json (StrOpt) The JSON file that defines policies.

Table 3.4. Description of Authorization Token configuration options
Configuration option = Default value Description
[keystone_authtoken]
admin_password = None (StrOpt) Service user password.
admin_tenant_name = admin (StrOpt) Service tenant name.
admin_token = None (StrOpt) This option is deprecated and may be removed in a future release. Single shared secret with the Keystone configuration used for bootstrapping a Keystone installation, or otherwise bypassing the normal authentication process. This option should not be used, use `admin_user` and `admin_password` instead.
admin_user = None (StrOpt) Service username.
auth_admin_prefix = (StrOpt) Prefix to prepend at the beginning of the path. Deprecated, use identity_uri.
auth_host = 127.0.0.1 (StrOpt) Host providing the admin Identity API endpoint. Deprecated, use identity_uri.
auth_plugin = None (StrOpt) Name of the plugin to load
auth_port = 35357 (IntOpt) Port of the admin Identity API endpoint. Deprecated, use identity_uri.
auth_protocol = https (StrOpt) Protocol of the admin Identity API endpoint (http or https). Deprecated, use identity_uri.
auth_section = None (StrOpt) Config Section from which to load plugin specific options
auth_uri = None (StrOpt) Complete public Identity API endpoint.
auth_version = None (StrOpt) API version of the admin Identity API endpoint.
cache = None (StrOpt) Env key for the swift cache.
cafile = None (StrOpt) A PEM encoded Certificate Authority to use when verifying HTTPs connections. Defaults to system CAs.
certfile = None (StrOpt) Required if identity server requires client certificate
check_revocations_for_cached = False (BoolOpt) If true, the revocation list will be checked for cached tokens. This requires that PKI tokens are configured on the identity server.
delay_auth_decision = False (BoolOpt) Do not handle authorization requests within the middleware, but delegate the authorization decision to downstream WSGI components.
enforce_token_bind = permissive (StrOpt) Used to control the use and type of token binding. Can be set to: "disabled" to not check token binding. "permissive" (default) to validate binding information if the bind type is of a form known to the server and ignore it if not. "strict" like "permissive" but if the bind type is unknown the token will be rejected. "required" any form of token binding is needed to be allowed. Finally the name of a binding method that must be present in tokens.
hash_algorithms = md5 (ListOpt) Hash algorithms to use for hashing PKI tokens. This may be a single algorithm or multiple. The algorithms are those supported by Python standard hashlib.new(). The hashes will be tried in the order given, so put the preferred one first for performance. The result of the first hash will be stored in the cache. This will typically be set to multiple values only while migrating from a less secure algorithm to a more secure one. Once all the old tokens are expired this option should be set to a single value for better performance.
http_connect_timeout = None (IntOpt) Request timeout value for communicating with Identity API server.
http_request_max_retries = 3 (IntOpt) How many times are we trying to reconnect when communicating with Identity API Server.
identity_uri = None (StrOpt) Complete admin Identity API endpoint. This should specify the unversioned root endpoint e.g. https://localhost:35357/
include_service_catalog = True (BoolOpt) (Optional) Indicate whether to set the X-Service-Catalog header. If False, middleware will not ask for service catalog on token validation and will not set the X-Service-Catalog header.
insecure = False (BoolOpt) Verify HTTPS connections.
keyfile = None (StrOpt) Required if identity server requires client certificate
memcache_pool_conn_get_timeout = 10 (IntOpt) (Optional) Number of seconds that an operation will wait to get a memcached client connection from the pool.
memcache_pool_dead_retry = 300 (IntOpt) (Optional) Number of seconds memcached server is considered dead before it is tried again.
memcache_pool_maxsize = 10 (IntOpt) (Optional) Maximum total number of open connections to every memcached server.
memcache_pool_socket_timeout = 3 (IntOpt) (Optional) Socket timeout in seconds for communicating with a memcached server.
memcache_pool_unused_timeout = 60 (IntOpt) (Optional) Number of seconds a connection to memcached is held unused in the pool before it is closed.
memcache_secret_key = None (StrOpt) (Optional, mandatory if memcache_security_strategy is defined) This string is used for key derivation.
memcache_security_strategy = None (StrOpt) (Optional) If defined, indicate whether token data should be authenticated or authenticated and encrypted. Acceptable values are MAC or ENCRYPT. If MAC, token data is authenticated (with HMAC) in the cache. If ENCRYPT, token data is encrypted and authenticated in the cache. If the value is not one of these options or empty, auth_token will raise an exception on initialization.
memcache_use_advanced_pool = False (BoolOpt) (Optional) Use the advanced (eventlet safe) memcached client pool. The advanced pool will only work under python 2.x.
memcached_servers = None (ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.
region_name = None (StrOpt) The region in which the identity server can be found.
revocation_cache_time = 10 (IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance.
signing_dir = None (StrOpt) Directory used to cache files related to PKI tokens.
token_cache_time = 300 (IntOpt) In order to prevent excessive effort spent validating tokens, the middleware caches previously-seen tokens for a configurable duration (in seconds). Set to -1 to disable caching completely.

Table 3.5. Description of Authorization configuration options
Configuration option = Default value Description
[DEFAULT]
auth_strategy = keystone (StrOpt) The strategy to use for auth. Supports noauth, keystone, and deprecated.

Table 3.6. Description of Certificate Authority configuration options
Configuration option = Default value Description
[DEFAULT]
ssl_ca_file = None (StrOpt) CA certificate file to use to verify connecting clients.
ssl_cert_file = None (StrOpt) Certificate file to use when starting the server securely.
ssl_key_file = None (StrOpt) Private key file to use when starting the server securely.

Table 3.7. Description of Common configuration options
Configuration option = Default value Description
[DEFAULT]
client_socket_timeout = 900 (IntOpt) Timeout for client connections socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.
compute_api_class = manila.compute.nova.API (StrOpt) The full class name of the Compute API class to use.
enable_new_services = True (BoolOpt) Services to be added to the available pool on create.
host = localhost (StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address.
max_over_subscription_ratio = 20.0 (FloatOpt) Float representation of the over subscription ratio when thin provisioning is involved. Default ratio is 20.0, meaning provisioned capacity can be 20 times the total physical capacity. If the ratio is 10.5, it means provisioned capacity can be 10.5 times the total physical capacity. A ratio of 1.0 means provisioned capacity cannot exceed the total physical capacity. A ratio lower than 1.0 is invalid.
memcached_servers = None (ListOpt) Memcached servers or None for in process cache.
monkey_patch = False (BoolOpt) Whether to log monkey patching.
monkey_patch_modules = (ListOpt) List of modules or decorators to monkey patch.
my_ip = 10.0.0.1 (StrOpt) IP address of this host.
num_shell_tries = 3 (IntOpt) Number of times to attempt to run flakey shell commands.
periodic_fuzzy_delay = 60 (IntOpt) Range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)
periodic_hooks_interval = 300.0 (FloatOpt) Interval in seconds between execution of periodic hooks. Used when option 'enable_periodic_hooks' is set to True. Default is 300.
periodic_interval = 60 (IntOpt) Seconds between running periodic tasks.
report_interval = 10 (IntOpt) Seconds between nodes reporting state to datastore.
reserved_share_percentage = 0 (IntOpt) The percentage of backend capacity reserved.
rootwrap_config = None (StrOpt) Path to the rootwrap configuration file to use for running commands as root.
service_down_time = 60 (IntOpt) Maximum time since last check-in for up service.
sql_idle_timeout = 3600 (IntOpt) Timeout before idle SQL connections are reaped.
sql_max_retries = 10 (IntOpt) Maximum database connection retries during startup. (setting -1 implies an infinite retry count).
sql_retry_interval = 10 (IntOpt) Interval between retries of opening a SQL connection.
sqlite_clean_db = clean.sqlite (StrOpt) File name of clean sqlite database.
sqlite_db = manila.sqlite (StrOpt) The filename to use with sqlite.
sqlite_synchronous = True (BoolOpt) If passed, use synchronous mode for sqlite.
state_path = /var/lib/manila (StrOpt) Top-level directory for maintaining manila's state.
storage_availability_zone = nova (StrOpt) Availability zone of this node.
tcp_keepalive = True (BoolOpt) Sets the value of TCP_KEEPALIVE (True/False) for each server socket.
tcp_keepalive_count = None (IntOpt) Sets the value of TCP_KEEPCNT for each server socket. Not supported on OS X.
tcp_keepalive_interval = None (IntOpt) Sets the value of TCP_KEEPINTVL in seconds for each server socket. Not supported on OS X.
tcp_keepidle = 600 (IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.
until_refresh = 0 (IntOpt) Count of reservations until usage is refreshed.
use_forwarded_for = False (BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy.
wsgi_keep_alive = True (BoolOpt) If False, closes the client socket connection explicitly. Setting it to True to maintain backward compatibility. Recommended setting is set it to False.

Table 3.8. Description of Compute configuration options
Configuration option = Default value Description
[DEFAULT]
nova_admin_auth_url = http://localhost:5000/v2.0 (StrOpt) Identity service URL.
nova_admin_password = None (StrOpt) Nova admin password.
nova_admin_tenant_name = service (StrOpt) Nova admin tenant name.
nova_admin_username = nova (StrOpt) Nova admin username.
nova_api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to nova.
nova_api_microversion = 2.10 (StrOpt) Version of Nova API to be used.
nova_ca_certificates_file = None (StrOpt) Location of CA certificates file to use for nova client requests.
nova_catalog_admin_info = compute:nova:adminURL (StrOpt) Same as nova_catalog_info, but for admin endpoint.
nova_catalog_info = compute:nova:publicURL (StrOpt) Info to match when looking for nova in the service catalog. Format is separated values of the form: <service_type>:<service_name>:<endpoint_type>
os_region_name = None (StrOpt) Region name of this node.

Table 3.9. Description of CORS configuration options
Configuration option = Default value Description
[cors]
allow_credentials = True (BoolOpt) Indicate that the actual request can include user credentials
allow_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma (ListOpt) Indicate which header field names may be used during the actual request.
allow_methods = GET, POST, PUT, DELETE, OPTIONS (ListOpt) Indicate which methods can be used during the actual request.
allowed_origin = None (StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.
expose_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma (ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.
max_age = 3600 (IntOpt) Maximum cache age of CORS preflight requests.
[cors.subdomain]
allow_credentials = True (BoolOpt) Indicate that the actual request can include user credentials
allow_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma (ListOpt) Indicate which header field names may be used during the actual request.
allow_methods = GET, POST, PUT, DELETE, OPTIONS (ListOpt) Indicate which methods can be used during the actual request.
allowed_origin = None (StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.
expose_headers = Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma (ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.
max_age = 3600 (IntOpt) Maximum cache age of CORS preflight requests.

Table 3.10. Description of Database configuration options
Configuration option = Default value Description
[DEFAULT]
db_backend = sqlalchemy (StrOpt) The backend to use for database.
db_driver = manila.db (StrOpt) Driver to use for database access.
[database]
backend = sqlalchemy (StrOpt) The back end to use for the database.
connection = None (StrOpt) The SQLAlchemy connection string to use to connect to the database.
connection_debug = 0 (IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything.
connection_trace = False (BoolOpt) Add Python stack traces to SQL as comment strings.
db_inc_retry_interval = True (BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
db_max_retries = 20 (IntOpt) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
db_max_retry_interval = 10 (IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
db_retry_interval = 1 (IntOpt) Seconds between retries of a database transaction.
idle_timeout = 3600 (IntOpt) Timeout before idle SQL connections are reaped.
max_overflow = None (IntOpt) If set, use this value for max_overflow with SQLAlchemy.
max_pool_size = None (IntOpt) Maximum number of SQL connections to keep open in a pool.
max_retries = 10 (IntOpt) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
min_pool_size = 1 (IntOpt) Minimum number of SQL connections to keep open in a pool.
mysql_sql_mode = TRADITIONAL (StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
pool_timeout = None (IntOpt) If set, use this value for pool_timeout with SQLAlchemy.
retry_interval = 10 (IntOpt) Interval between retries of opening a SQL connection.
slave_connection = None (StrOpt) The SQLAlchemy connection string to use to connect to the slave database.
sqlite_db = oslo.sqlite (StrOpt) The file name to use with SQLite.
sqlite_synchronous = True (BoolOpt) If True, SQLite uses synchronous mode.
use_db_reconnect = False (BoolOpt) Enable the experimental use of database reconnect on connection lost.

Table 3.11. Description of EMC Share Drivers configuration options
Configuration option = Default value Description
[DEFAULT]
emc_nas_login = None (StrOpt) User name for the EMC server.
emc_nas_password = None (StrOpt) Password for the EMC server.
emc_nas_pool_name = None (StrOpt) EMC pool name.
emc_nas_root_dir = None (StrOpt) The root directory where shares will be located.
emc_nas_server = None (StrOpt) EMC server hostname or IP address.
emc_nas_server_container = server_2 (StrOpt) Container of share servers.
emc_nas_server_port = 8080 (IntOpt) Port number for the EMC server.
emc_nas_server_secure = True (BoolOpt) Use secure connection to server.
emc_share_backend = None (StrOpt) Share backend.

Table 3.12. Description of Ganesha configuration options
Configuration option = Default value Description
[DEFAULT]
ganesha_config_dir = /etc/ganesha (StrOpt) Directory where Ganesha config files are stored.
ganesha_config_path = $ganesha_config_dir/ganesha.conf (StrOpt) Path to main Ganesha config file.
ganesha_db_path = $state_path/manila-ganesha.db (StrOpt) Location of Ganesha database file. (Ganesha module only.)
ganesha_export_dir = $ganesha_config_dir/export.d (StrOpt) Path to directory containing Ganesha export configuration. (Ganesha module only.)
ganesha_export_template_dir = /etc/manila/ganesha-export-templ.d (StrOpt) Path to directory containing Ganesha export block templates. (Ganesha module only.)
ganesha_nfs_export_options = maxread = 65536, prefread = 65536 (StrOpt) Options to use when exporting a share using ganesha NFS server. Note that these defaults can be overridden when a share is created by passing metadata with key name export_options. Also note the complete set of default ganesha export options is specified in ganesha_utils. (GPFS only.)
ganesha_service_name = ganesha.nfsd (StrOpt) Name of the ganesha nfs service.

Table 3.13. Description of GlusterFS Share Drivers configuration options
Configuration option = Default value Description
[DEFAULT]
glusterfs_ganesha_server_ip = None (StrOpt) Remote Ganesha server node's IP address.
glusterfs_ganesha_server_password = None (StrOpt) Remote Ganesha server node's login password. This is not required if 'glusterfs_path_to_private_key' is configured.
glusterfs_ganesha_server_username = root (StrOpt) Remote Ganesha server node's username.
glusterfs_mount_point_base = $state_path/mnt (StrOpt) Base directory containing mount points for Gluster volumes.
glusterfs_nfs_server_type = Gluster (StrOpt) Type of NFS server that mediate access to the Gluster volumes (Gluster or Ganesha).
glusterfs_path_to_private_key = None (StrOpt) Path of Manila host's private SSH key file.
glusterfs_server_password = None (StrOpt) Remote GlusterFS server node's login password. This is not required if 'glusterfs_path_to_private_key' is configured.
glusterfs_servers = (ListOpt) List of GlusterFS servers that can be used to create shares. Each GlusterFS server should be of the form [remoteuser@]<volserver>, and they are assumed to belong to distinct Gluster clusters.
glusterfs_share_layout = None (StrOpt) Specifies GlusterFS share layout, that is, the method of associating backing GlusterFS resources to shares.
glusterfs_target = None (StrOpt) Specifies the GlusterFS volume to be mounted on the Manila host. It is of the form [remoteuser@]<volserver>:<volid>.
glusterfs_volume_pattern = None (StrOpt) Regular expression template used to filter GlusterFS volumes for share creation. The regex template can optionally (ie. with support of the GlusterFS backend) contain the #{size} parameter which matches an integer (sequence of digits) in which case the value shall be interpreted as size of the volume in GB. Examples: "manila-share-volume-\d+$", "manila-share-volume-#{size}G-\d+$"; with matching volume names, respectively: "manila-share-volume-12", "manila-share-volume-3G-13". In latter example, the number that matches "#{size}", that is, 3, is an indication that the size of volume is 3G.

Table 3.14. Description of IBM GPFS Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
gpfs_mount_point_base = $state_path/mnt (StrOpt) Base folder where exported shares are located.
gpfs_nfs_server_list = None (ListOpt) A list of the fully qualified NFS server names that make up the OpenStack Manila configuration.
gpfs_nfs_server_type = KNFS (StrOpt) NFS Server type. Valid choices are "KNFS" (kernel NFS) or "GNFS" (Ganesha NFS).
gpfs_share_export_ip = None (StrOpt) IP to be added to GPFS export string.
gpfs_share_helpers = KNFS=manila.share.drivers.ibm.gpfs.KNFSHelper, GNFS=manila.share.drivers.ibm.gpfs.GNFSHelper (ListOpt) Specify list of share export helpers.
gpfs_ssh_login = None (StrOpt) GPFS server SSH login name.
gpfs_ssh_password = None (StrOpt) GPFS server SSH login password. The password is not needed, if 'gpfs_ssh_private_key' is configured.
gpfs_ssh_port = 22 (IntOpt) GPFS server SSH port.
gpfs_ssh_private_key = None (StrOpt) Path to GPFS server SSH private key for login.
knfs_export_options = rw,sync,no_root_squash,insecure,no_wdelay,no_subtree_check (StrOpt) Options to use when exporting a share using kernel NFS server. Note that these defaults can be overridden when a share is created by passing metadata with key name export_options.

Table 3.15. Description of HDFS Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
hdfs_namenode_ip = None (StrOpt) The IP of the HDFS namenode.
hdfs_namenode_port = 9000 (IntOpt) The port of HDFS namenode service.
hdfs_ssh_name = None (StrOpt) HDFS namenode ssh login name.
hdfs_ssh_port = 22 (IntOpt) HDFS namenode SSH port.
hdfs_ssh_private_key = None (StrOpt) Path to HDFS namenode SSH private key for login.
hdfs_ssh_pw = None (StrOpt) HDFS namenode SSH login password, This parameter is not necessary, if 'hdfs_ssh_private_key' is configured.

Table 3.16. Description of HDS NAS Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
hds_hnas_cluster_admin_ip0 = None (StrOpt) The IP of the clusters admin node. Only set in HNAS multinode clusters.
hds_hnas_evs_id = None (StrOpt) Specify which EVS this backend is assigned to.
hds_hnas_evs_ip = None (StrOpt) Specify IP for mounting shares.
hds_hnas_file_system_name = None (StrOpt) Specify file-system name for creating shares.
hds_hnas_ip = None (StrOpt) HNAS management interface IP for communication between Manila controller and HNAS.
hds_hnas_password = None (StrOpt) HNAS user password. Required only if private key is not provided.
hds_hnas_ssh_private_key = None (StrOpt) RSA/DSA private key value used to connect into HNAS. Required only if password is not provided.
hds_hnas_stalled_job_timeout = 30 (IntOpt) The time (in seconds) to wait for stalled HNAS jobs before aborting.
hds_hnas_user = None (StrOpt) HNAS username Base64 String in order to perform tasks such as create file-systems and network interfaces.

Table 3.17. Description of HP 3PAR Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
hp3par_api_url = (StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1
hp3par_debug = False (BoolOpt) Enable HTTP debugging to 3PAR
hp3par_fpg = OpenStack (StrOpt) The File Provisioning Group (FPG) to use
hp3par_fstore_per_share = False (BoolOpt) Use one filestore per share
hp3par_password = (StrOpt) 3PAR password for the user specified in hp3par_username
hp3par_san_ip = (StrOpt) IP address of SAN controller
hp3par_san_login = (StrOpt) Username for SAN controller
hp3par_san_password = (StrOpt) Password for SAN controller
hp3par_san_ssh_port = 22 (IntOpt) SSH port to use with SAN
hp3par_share_ip_address = (StrOpt) The IP address for shares not using a share server
hp3par_username = (StrOpt) 3PAR username with the 'edit' role

Table 3.18. Description of Huawei Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
manila_huawei_conf_file = /etc/manila/manila_huawei_conf.xml (StrOpt) The configuration file for the Manila Huawei driver.

Table 3.19. Description of Logging configuration options
Configuration option = Default value Description
[DEFAULT]
debug = False (BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level).
default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN (ListOpt) List of logger=LEVEL pairs. This option is ignored if log_config_append is set.
fatal_deprecations = False (BoolOpt) Enables or disables fatal status of deprecations.
fatal_exception_format_errors = False (BoolOpt) Whether to make exception message format errors fatal.
instance_format = "[instance: %(uuid)s] " (StrOpt) The format for an instance that is passed with the log message.
instance_uuid_format = "[instance: %(uuid)s] " (StrOpt) The format for an instance UUID that is passed with the log message.
log_config_append = None (StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
log_date_format = %Y-%m-%d %H:%M:%S (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
log_dir = None (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
log_file = None (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
log_format = None (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s (StrOpt) Format string to use for log messages with context.
logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d (StrOpt) Data to append to log format when level is DEBUG.
logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s (StrOpt) Format string to use for log messages without context.
logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s (StrOpt) Prefix each line of exception output with this format.
publish_errors = False (BoolOpt) Enables or disables publication of error events.
syslog_log_facility = LOG_USER (StrOpt) Syslog facility to receive log lines. This option is ignored if log_config_append is set.
use_stderr = True (BoolOpt) Log output to standard error. This option is ignored if log_config_append is set.
use_syslog = False (BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424. This option is ignored if log_config_append is set.
use_syslog_rfc_format = True (BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option. This option is ignored if log_config_append is set.
verbose = True (BoolOpt) If set to false, will disable INFO logging level, making WARNING the default.
watch_log_file = False (BoolOpt) (Optional) Uses logging handler designed to watch file system. When log file is moved or removed this handler will open a new log file with specified path instantaneously. It makes sense only if log-file option is specified and Linux platform is used. This option is ignored if log_config_append is set.

Table 3.20. Description of NetApp Share Drivers configuration options
Configuration option = Default value Description
[DEFAULT]
netapp_aggregate_name_search_pattern = (.*) (StrOpt) Pattern for searching available aggregates for provisioning.
netapp_lif_name_template = os_%(net_allocation_id)s (StrOpt) Logical interface (LIF) name template
netapp_login = None (StrOpt) Administrative user account name used to access the storage system.
netapp_password = None (StrOpt) Password for the administrative user account specified in the netapp_login option.
netapp_port_name_search_pattern = (.*) (StrOpt) Pattern for overriding the selection of network ports on which to create Vserver LIFs.
netapp_root_volume = root (StrOpt) Root volume name.
netapp_root_volume_aggregate = None (StrOpt) Name of aggregate to create Vserver root volumes on. This option only applies when the option driver_handles_share_servers is set to True.
netapp_server_hostname = None (StrOpt) The hostname (or IP address) for the storage system.
netapp_server_port = None (IntOpt) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS.
netapp_storage_family = ontap_cluster (StrOpt) The storage family type used on the storage system; valid values include ontap_cluster for using clustered Data ONTAP.
netapp_trace_flags = None (StrOpt) Comma-separated list of options that control which trace info is written to the debug logs. Values include method and api.
netapp_transport_type = http (StrOpt) The transport protocol used when communicating with the storage system or proxy server. Valid values are http or https.
netapp_volume_name_template = share_%(share_id)s (StrOpt) NetApp volume name template.
netapp_vserver_name_template = os_%s (StrOpt) Name template to use for new Vserver.

Table 3.21. Description of QPID configuration options
Configuration option = Default value Description
[oslo_messaging_qpid]
amqp_auto_delete = False (BoolOpt) Auto-delete queues in AMQP.
amqp_durable_queues = False (BoolOpt) Use durable queues in AMQP.
qpid_heartbeat = 60 (IntOpt) Seconds between connection keepalive heartbeats.
qpid_hostname = localhost (StrOpt) Qpid broker hostname.
qpid_hosts = $qpid_hostname:$qpid_port (ListOpt) Qpid HA cluster host:port pairs.
qpid_password = (StrOpt) Password for Qpid connection.
qpid_port = 5672 (IntOpt) Qpid broker port.
qpid_protocol = tcp (StrOpt) Transport to use, either 'tcp' or 'ssl'.
qpid_receiver_capacity = 1 (IntOpt) The number of prefetched messages held by receiver.
qpid_sasl_mechanisms = (StrOpt) Space separated list of SASL mechanisms to use for auth.
qpid_tcp_nodelay = True (BoolOpt) Whether to disable the Nagle algorithm.
qpid_topology_version = 1 (IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
qpid_username = (StrOpt) Username for Qpid connection.
send_single_reply = False (BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.

Table 3.22. Description of Quobyte Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
quobyte_api_ca = None (StrOpt) The X.509 CA file to verify the server cert.
quobyte_api_password = quobyte (StrOpt) Password for Quobyte API server
quobyte_api_url = None (StrOpt) URL of the Quobyte API server (http or https)
quobyte_api_username = admin (StrOpt) Username for Quobyte API server.
quobyte_default_volume_group = root (StrOpt) Default owning group for new volumes.
quobyte_default_volume_user = root (StrOpt) Default owning user for new volumes.
quobyte_delete_shares = False (BoolOpt) Actually deletes shares (vs. unexport)
quobyte_volume_configuration = BASE (StrOpt) Name of volume configuration used for new shares.

Table 3.23. Description of Quota configuration options
Configuration option = Default value Description
[DEFAULT]
max_age = 0 (IntOpt) Number of seconds between subsequent usage refreshes.
quota_driver = manila.quota.DbQuotaDriver (StrOpt) Default driver to use for quota checks.
quota_gigabytes = 1000 (IntOpt) Number of share gigabytes allowed per project.
quota_share_networks = 10 (IntOpt) Number of share-networks allowed per project.
quota_shares = 50 (IntOpt) Number of shares allowed per project.
quota_snapshot_gigabytes = 1000 (IntOpt) Number of snapshot gigabytes allowed per project.
quota_snapshots = 50 (IntOpt) Number of share snapshots allowed per project.
reservation_expire = 86400 (IntOpt) Number of seconds until a reservation expires.

Table 3.24. Description of RabbitMQ configuration options
Configuration option = Default value Description
[oslo_messaging_rabbit]
amqp_auto_delete = False (BoolOpt) Auto-delete queues in AMQP.
amqp_durable_queues = False (BoolOpt) Use durable queues in AMQP.
fake_rabbit = False (BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
heartbeat_rate = 2 (IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
heartbeat_timeout_threshold = 60 (IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL
kombu_reconnect_delay = 1.0 (FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
kombu_reconnect_timeout = 60 (IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout.
kombu_ssl_ca_certs = (StrOpt) SSL certification authority file (valid only if SSL enabled).
kombu_ssl_certfile = (StrOpt) SSL cert file (valid only if SSL enabled).
kombu_ssl_keyfile = (StrOpt) SSL key file (valid only if SSL enabled).
kombu_ssl_version = (StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
rabbit_ha_queues = False (BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
rabbit_host = localhost (StrOpt) The RabbitMQ broker address where a single node is used.
rabbit_hosts = $rabbit_host:$rabbit_port (ListOpt) RabbitMQ HA cluster host:port pairs.
rabbit_login_method = AMQPLAIN (StrOpt) The RabbitMQ login method.
rabbit_max_retries = 0 (IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
rabbit_password = guest (StrOpt) The RabbitMQ password.
rabbit_port = 5672 (IntOpt) The RabbitMQ broker port where a single node is used.
rabbit_retry_backoff = 2 (IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
rabbit_retry_interval = 1 (IntOpt) How frequently to retry connecting with RabbitMQ.
rabbit_use_ssl = False (BoolOpt) Connect over SSL for RabbitMQ.
rabbit_userid = guest (StrOpt) The RabbitMQ userid.
rabbit_virtual_host = / (StrOpt) The RabbitMQ virtual host.
send_single_reply = False (BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.

Table 3.25. Description of Redis configuration options
Configuration option = Default value Description
[DEFAULT]
password = (StrOpt) Password for Redis server (optional).
port = 6379 (IntOpt) Use this port to connect to redis host.
[matchmaker_redis]
host = 127.0.0.1 (StrOpt) Host to locate redis.
password = (StrOpt) Password for Redis server (optional).
port = 6379 (IntOpt) Use this port to connect to redis host.

Table 3.26. Description of RPC configuration options
Configuration option = Default value Description
[DEFAULT]
rpc_backend = rabbit (StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.
rpc_cast_timeout = 30 (IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
rpc_conn_pool_size = 30 (IntOpt) Size of RPC connection pool.
rpc_poll_timeout = 1 (IntOpt) The default number of seconds that poll should wait. Poll raises timeout exception when timeout expired.
rpc_response_timeout = 60 (IntOpt) Seconds to wait for a response from a call.
share_topic = manila-share (StrOpt) The topic share nodes listen on.
[oslo_concurrency]
disable_process_locking = False (BoolOpt) Enables or disables inter-process locks.
lock_path = None (StrOpt) Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set.
[oslo_messaging_amqp]
allow_insecure_clients = False (BoolOpt) Accept clients using either SSL or plain TCP
broadcast_prefix = broadcast (StrOpt) address prefix used when broadcasting to all servers
container_name = None (StrOpt) Name for the AMQP container
group_request_prefix = unicast (StrOpt) address prefix when sending to any server in group
idle_timeout = 0 (IntOpt) Timeout for inactive connections (in seconds)
password = (StrOpt) Password for message broker authentication
sasl_config_dir = (StrOpt) Path to directory that contains the SASL configuration
sasl_config_name = (StrOpt) Name of configuration file (without .conf suffix)
sasl_mechanisms = (StrOpt) Space separated list of acceptable SASL mechanisms
server_request_prefix = exclusive (StrOpt) address prefix used when sending to a specific server
ssl_ca_file = (StrOpt) CA certificate PEM file to verify server certificate
ssl_cert_file = (StrOpt) Identifying certificate PEM file to present to clients
ssl_key_file = (StrOpt) Private key PEM file used to sign cert_file certificate
ssl_key_password = None (StrOpt) Password for decrypting ssl_key_file (if encrypted)
trace = False (BoolOpt) Debug: dump AMQP frames to stdout
username = (StrOpt) User name for message broker authentication

Table 3.27. Description of SAN configuration options
Configuration option = Default value Description
[DEFAULT]
ssh_conn_timeout = 60 (IntOpt) Backend server SSH connection timeout.
ssh_max_pool_conn = 10 (IntOpt) Maximum number of connections in the SSH pool.
ssh_min_pool_conn = 1 (IntOpt) Minimum number of connections in the SSH pool.

Table 3.28. Description of Scheduler configuration options
Configuration option = Default value Description
[DEFAULT]
capacity_weight_multiplier = 1.0 (FloatOpt) Multiplier used for weighing share capacity. Negative numbers mean to stack vs spread.
pool_weight_multiplier = 1.0 (FloatOpt) Multiplier used for weighing pools which have existing share servers. Negative numbers mean to spread vs stack.
scheduler_default_filters = AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter, ConsistencyGroupFilter (ListOpt) Which filter class names to use for filtering hosts when not specified in the request.
scheduler_default_weighers = CapacityWeigher (ListOpt) Which weigher class names to use for weighing hosts.
scheduler_driver = manila.scheduler.filter_scheduler.FilterScheduler (StrOpt) Default scheduler driver to use.
scheduler_host_manager = manila.scheduler.host_manager.HostManager (StrOpt) The scheduler host manager class to use.
scheduler_json_config_location = (StrOpt) Absolute path to scheduler configuration JSON file.
scheduler_manager = manila.scheduler.manager.SchedulerManager (StrOpt) Full class name for the scheduler manager.
scheduler_max_attempts = 3 (IntOpt) Maximum number of attempts to schedule a share.
scheduler_topic = manila-scheduler (StrOpt) The topic scheduler nodes listen on.

Table 3.29. Description of Share configuration options
Configuration option = Default value Description
[DEFAULT]
automatic_share_server_cleanup = True (BoolOpt) If set to True, then Manila will delete all share servers which were unused more than specified time .If set to False - automatic deletion of share servers will be disabled.
backlog = 4096 (IntOpt) Number of backlog requests to configure the socket with.
connect_share_server_to_tenant_network = False (BoolOpt) Attach share server directly to share network. Used only with Neutron.
default_share_type = None (StrOpt) Default share type to use.
delete_share_server_with_last_share = False (BoolOpt) Whether share servers will be deleted on deletion of the last share.
driver_handles_share_servers = None (BoolOpt) There are two possible approaches for share drivers in Manila. First is when share driver is able to handle share-servers and second when not. Drivers can support either both or only one of these approaches. So, set this opt to True if share driver is able to handle share servers and it is desired mode else set False. It is set to None by default to make this choice intentional.
enable_periodic_hooks = False (BoolOpt) Whether to enable periodic hooks or not.
enable_post_hooks = False (BoolOpt) Whether to enable post hooks or not.
enable_pre_hooks = False (BoolOpt) Whether to enable pre hooks or not.
enabled_share_backends = None (ListOpt) A list of share backend names to use. These backend names should be backed by a unique [CONFIG] group with its options.
enabled_share_protocols = NFS, CIFS (ListOpt) Specify list of protocols to be allowed for share creation. Available values are '('NFS', 'CIFS', 'GLUSTERFS', 'HDFS')'
executor_thread_pool_size = 64 (IntOpt) Size of executor thread pool.
hook_drivers = (ListOpt) Driver(s) to perform some additional actions before and after share driver actions and on a periodic basis. Default is [].
interface_driver = manila.network.linux.interface.OVSInterfaceDriver (StrOpt) Vif driver. Used only with Neutron.
manila_service_keypair_name = manila-service (StrOpt) Keypair name that will be created and used for service instances.
max_time_to_attach = 120 (IntOpt) Maximum time to wait for attaching cinder volume.
max_time_to_build_instance = 300 (IntOpt) Maximum time in seconds to wait for creating service instance.
max_time_to_create_volume = 180 (IntOpt) Maximum time to wait for creating cinder volume.
max_time_to_extend_volume = 180 (IntOpt) Maximum time to wait for extending cinder volume.
migration_create_delete_share_timeout = 300 (IntOpt) Timeout for creating and deleting share instances when performing share migration (seconds).
migration_data_copy_node_ip = None (StrOpt) The IP of the node responsible for copying data during migration, such as the data copy service node, reachable by the backend.
migration_ignore_files = lost+found (ListOpt) List of files and folders to be ignored when migrating shares. Items should be names (not including any path).
migration_mounting_backend_ip = None (StrOpt) Backend IP in admin network to use for mounting shares during migration.
migration_protocol_mount_command = None (StrOpt) The command for mounting shares for this backend. Must specifythe executable and all necessary parameters for the protocol supported. It is advisable to separate protocols per backend.
migration_readonly_support = True (BoolOpt) Specify whether read only access mode is supported in thisbackend.
migration_tmp_location = /tmp/ (StrOpt) Temporary path to create and mount shares during migration.
migration_wait_access_rules_timeout = 90 (IntOpt) Time to wait for access rules to be allowed/denied on backends when migrating shares using generic approach (seconds).
network_config_group = None (StrOpt) Name of the configuration group in the Manila conf file to look for network config options.If not set, the share backend's config group will be used.If an option is not found within provided group, then'DEFAULT' group will be used for search of option.
ovs_integration_bridge = br-int (StrOpt) Name of Open vSwitch bridge to use.
path_to_private_key = ~/.ssh/id_rsa (StrOpt) Path to host's private key.
path_to_public_key = ~/.ssh/id_rsa.pub (StrOpt) Path to hosts public key.
root_helper = sudo (StrOpt) Deprecated: command to use for running commands as root.
service_image_name = manila-service-image (StrOpt) Name of image in Glance, that will be used for service instance creation.
service_instance_flavor_id = 100 (IntOpt) ID of flavor, that will be used for service instance creation.
service_instance_name_or_id = None (StrOpt) Name or ID of service instance in Nova to use for share exports. Used only when share servers handling is disabled.
service_instance_name_template = manila_service_instance_%s (StrOpt) Name of service instance.
service_instance_network_helper_type = neutron (StrOpt) Allowed values are ['nova', 'neutron'].
service_instance_password = None (StrOpt) Password for service instance user.
service_instance_security_group = manila-service (StrOpt) Security group name, that will be used for service instance creation.
service_instance_smb_config_path = $share_mount_path/smb.conf (StrOpt) Path to SMB config in service instance.
service_instance_user = None (StrOpt) User in service instance that will be used for authentication.
service_net_name_or_ip = None (StrOpt) Can be either name of network that is used by service instance within Nova to get IP address or IP address itself for managing shares there. Used only when share servers handling is disabled.
service_network_cidr = 10.254.0.0/16 (StrOpt) CIDR of manila service network. Used only with Neutron.
service_network_division_mask = 28 (IntOpt) This mask is used for dividing service network into subnets, IP capacity of subnet with this mask directly defines possible amount of created service VMs per tenant's subnet. Used only with Neutron.
service_network_name = manila_service_network (StrOpt) Name of manila service network. Used only with Neutron.
share_backend_name = None (StrOpt) The backend name for a given driver implementation.
share_driver = manila.share.drivers.generic.GenericShareDriver (StrOpt) Driver to use for share creation.
share_helpers = CIFS=manila.share.drivers.generic.CIFSHelper, NFS=manila.share.drivers.generic.NFSHelper (ListOpt) Specify list of share export helpers.
share_manager = manila.share.manager.ShareManager (StrOpt) Full class name for the share manager.
share_mount_path = /shares (StrOpt) Parent path in service instance where shares will be mounted.
share_name_template = share-%s (StrOpt) Template string to be used to generate share names.
share_snapshot_name_template = share-snapshot-%s (StrOpt) Template string to be used to generate share snapshot names.
share_usage_audit_period = month (StrOpt) Time period to generate share usages for. Time period must be hour, day, month or year.
share_volume_fstype = ext4 (StrOpt) Filesystem type of the share volume.
smb_template_config_path = $state_path/smb.conf (StrOpt) Path to smb config.
suppress_post_hooks_errors = False (BoolOpt) Whether to suppress post hook errors (allow driver's results to pass through) or not.
suppress_pre_hooks_errors = False (BoolOpt) Whether to suppress pre hook errors (allow driver perform actions) or not.
tenant_net_name_or_ip = None (StrOpt) Can be either name of network that is used by service instance within Nova to get IP address or IP address itself for exporting shares. Used only when share servers handling is disabled.
unmanage_remove_access_rules = False (BoolOpt) If set to True, then manila will deny access and remove all access rules on share unmanage.If set to False - nothing will be changed.
unused_share_server_cleanup_interval = 10 (IntOpt) Unallocated share servers reclamation time interval (minutes). Minimum value is 10 minutes, maximum is 60 minutes. The reclamation function is run every 10 minutes and delete share servers which were unused more than unused_share_server_cleanup_interval option defines. This value reflects the shortest time Manila will wait for a share server to go unutilized before deleting it.
use_scheduler_creating_share_from_snapshot = False (BoolOpt) If set to False, then share creation from snapshot will be performed on the same host. If set to True, then scheduling step will be used.

Table 3.30. Description of Storage configuration options
Configuration option = Default value Description
[DEFAULT]
cinder_admin_auth_url = http://localhost:5000/v2.0 (StrOpt) Identity service URL.
cinder_admin_password = None (StrOpt) Cinder admin password.
cinder_admin_tenant_name = service (StrOpt) Cinder admin tenant name.
cinder_admin_username = cinder (StrOpt) Cinder admin username.
cinder_api_insecure = False (BoolOpt) Allow to perform insecure SSL requests to cinder.
cinder_ca_certificates_file = None (StrOpt) Location of CA certificates file to use for cinder client requests.
cinder_catalog_info = volume:cinder:publicURL (StrOpt) Info to match when looking for cinder in the service catalog. Format is separated values of the form: <service_type>:<service_name>:<endpoint_type>
cinder_cross_az_attach = True (BoolOpt) Allow attaching between instances and volumes in different availability zones.
cinder_http_retries = 3 (IntOpt) Number of cinderclient retries on failed HTTP calls.
cinder_volume_type = None (StrOpt) Name or id of cinder volume type which will be used for all volumes created by driver.
max_gigabytes = 10000 (IntOpt) Maximum number of volume gigabytes to allow per host.

Table 3.31. Description of WinRM configuration options
Configuration option = Default value Description
[DEFAULT]
winrm_cert_key_pem_path = ~/.ssl/key.pem (StrOpt) Path to the x509 certificate key.
winrm_cert_pem_path = ~/.ssl/cert.pem (StrOpt) Path to the x509 certificate used for accessing the serviceinstance.
winrm_conn_timeout = 60 (IntOpt) WinRM connection timeout.
winrm_operation_timeout = 60 (IntOpt) WinRM operation timeout.
winrm_retry_count = 3 (IntOpt) WinRM retry count.
winrm_retry_interval = 5 (IntOpt) WinRM retry interval in seconds
winrm_use_cert_based_auth = False (BoolOpt) Use x509 certificates in order to authenticate to theservice instance.

Table 3.32. Description of ZeroMQ configuration options
Configuration option = Default value Description
[DEFAULT]
rpc_zmq_all_req_rep = True (BoolOpt) Use REQ/REP pattern for all methods CALL/CAST/FANOUT.
rpc_zmq_bind_address = * (StrOpt) ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The "host" option should point or resolve to this address.
rpc_zmq_concurrency = eventlet (StrOpt) Type of concurrency used. Either "native" or "eventlet"
rpc_zmq_contexts = 1 (IntOpt) Number of ZeroMQ contexts, defaults to 1.
rpc_zmq_host = localhost (StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.
rpc_zmq_ipc_dir = /var/run/openstack (StrOpt) Directory for holding IPC sockets.
rpc_zmq_matchmaker = redis (StrOpt) MatchMaker driver.
rpc_zmq_topic_backlog = None (IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
zmq_use_broker = True (BoolOpt) Shows whether zmq-messaging uses broker or not.

Table 3.33. Description of ZFSSA Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
zfssa_auth_password = None (StrOpt) ZFSSA management authorized userpassword.
zfssa_auth_user = None (StrOpt) ZFSSA management authorized username.
zfssa_data_ip = None (StrOpt) IP address for data.
zfssa_host = None (StrOpt) ZFSSA management IP address.
zfssa_nas_checksum = fletcher4 (StrOpt) Controls checksum used for data blocks.
zfssa_nas_compression = off (StrOpt) Data compression-off, lzjb, gzip-2, gzip, gzip-9.
zfssa_nas_logbias = latency (StrOpt) Controls behavior when servicing synchronous writes.
zfssa_nas_mountpoint = (StrOpt) Location of project in ZFS/SA.
zfssa_nas_quota_snap = true (StrOpt) Controls whether a share quota includes snapshot.
zfssa_nas_rstchown = true (StrOpt) Controls whether file ownership can be changed.
zfssa_nas_vscan = false (StrOpt) Controls whether the share is scanned for viruses.
zfssa_pool = None (StrOpt) ZFSSA storage pool name.
zfssa_project = None (StrOpt) ZFSSA project name.
zfssa_rest_timeout = None (StrOpt) REST connection timeout (in seconds).

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...