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

 New, updated, and deprecated options in Liberty for Shared File Systems service

Table 3.34. New options
Option = default value (Type) Help string
[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.
[DEFAULT] emc_nas_root_dir = None (StrOpt) The root directory where shares will be located.
[DEFAULT] enable_periodic_hooks = False (BoolOpt) Whether to enable periodic hooks or not.
[DEFAULT] enable_post_hooks = False (BoolOpt) Whether to enable post hooks or not.
[DEFAULT] enable_pre_hooks = False (BoolOpt) Whether to enable pre hooks or not.
[DEFAULT] executor_thread_pool_size = 64 (IntOpt) Size of executor thread pool.
[DEFAULT] glusterfs_share_layout = None (StrOpt) Specifies GlusterFS share layout, that is, the method of associating backing GlusterFS resources to shares.
[DEFAULT] hds_hnas_cluster_admin_ip0 = None (StrOpt) The IP of the clusters admin node. Only set in HNAS multinode clusters.
[DEFAULT] hds_hnas_evs_id = None (StrOpt) Specify which EVS this backend is assigned to.
[DEFAULT] hds_hnas_evs_ip = None (StrOpt) Specify IP for mounting shares.
[DEFAULT] hds_hnas_file_system_name = None (StrOpt) Specify file-system name for creating shares.
[DEFAULT] hds_hnas_ip = None (StrOpt) HNAS management interface IP for communication between Manila controller and HNAS.
[DEFAULT] hds_hnas_password = None (StrOpt) HNAS user password. Required only if private key is not provided.
[DEFAULT] hds_hnas_ssh_private_key = None (StrOpt) RSA/DSA private key value used to connect into HNAS. Required only if password is not provided.
[DEFAULT] hds_hnas_stalled_job_timeout = 30 (IntOpt) The time (in seconds) to wait for stalled HNAS jobs before aborting.
[DEFAULT] hds_hnas_user = None (StrOpt) HNAS username Base64 String in order to perform tasks such as create file-systems and network interfaces.
[DEFAULT] hook_drivers = (ListOpt) Driver(s) to perform some additional actions before and after share driver actions and on a periodic basis. Default is [].
[DEFAULT] 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.
[DEFAULT] max_time_to_extend_volume = 180 (IntOpt) Maximum time to wait for extending cinder volume.
[DEFAULT] migration_create_delete_share_timeout = 300 (IntOpt) Timeout for creating and deleting share instances when performing share migration (seconds).
[DEFAULT] 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.
[DEFAULT] 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).
[DEFAULT] migration_mounting_backend_ip = None (StrOpt) Backend IP in admin network to use for mounting shares during migration.
[DEFAULT] 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.
[DEFAULT] migration_readonly_support = True (BoolOpt) Specify whether read only access mode is supported in thisbackend.
[DEFAULT] migration_tmp_location = /tmp/ (StrOpt) Temporary path to create and mount shares during migration.
[DEFAULT] 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).
[DEFAULT] nova_api_microversion = 2.10 (StrOpt) Version of Nova API to be used.
[DEFAULT] osapi_share_workers = 1 (IntOpt) Number of workers for OpenStack Share API service.
[DEFAULT] password = (StrOpt) Password for Redis server (optional).
[DEFAULT] 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.
[DEFAULT] pool_weight_multiplier = 1.0 (FloatOpt) Multiplier used for weighing pools which have existing share servers. Negative numbers mean to spread vs stack.
[DEFAULT] port = 6379 (IntOpt) Use this port to connect to redis host.
[DEFAULT] rpc_conn_pool_size = 30 (IntOpt) Size of RPC connection pool.
[DEFAULT] rpc_poll_timeout = 1 (IntOpt) The default number of seconds that poll should wait. Poll raises timeout exception when timeout expired.
[DEFAULT] rpc_zmq_all_req_rep = True (BoolOpt) Use REQ/REP pattern for all methods CALL/CAST/FANOUT.
[DEFAULT] rpc_zmq_concurrency = eventlet (StrOpt) Type of concurrency used. Either "native" or "eventlet"
[DEFAULT] suppress_post_hooks_errors = False (BoolOpt) Whether to suppress post hook errors (allow driver's results to pass through) or not.
[DEFAULT] suppress_pre_hooks_errors = False (BoolOpt) Whether to suppress pre hook errors (allow driver perform actions) or not.
[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.
[DEFAULT] winrm_cert_key_pem_path = ~/.ssl/key.pem (StrOpt) Path to the x509 certificate key.
[DEFAULT] winrm_cert_pem_path = ~/.ssl/cert.pem (StrOpt) Path to the x509 certificate used for accessing the serviceinstance.
[DEFAULT] winrm_conn_timeout = 60 (IntOpt) WinRM connection timeout.
[DEFAULT] winrm_operation_timeout = 60 (IntOpt) WinRM operation timeout.
[DEFAULT] winrm_retry_count = 3 (IntOpt) WinRM retry count.
[DEFAULT] winrm_retry_interval = 5 (IntOpt) WinRM retry interval in seconds
[DEFAULT] winrm_use_cert_based_auth = False (BoolOpt) Use x509 certificates in order to authenticate to theservice instance.
[DEFAULT] 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.
[DEFAULT] zmq_use_broker = True (BoolOpt) Shows whether zmq-messaging uses broker or not.
[cors] allow_credentials = True (BoolOpt) Indicate that the actual request can include user credentials
[cors] 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.
[cors] allow_methods = GET, POST, PUT, DELETE, OPTIONS (ListOpt) Indicate which methods can be used during the actual request.
[cors] allowed_origin = None (StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.
[cors] 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.
[cors] 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
[cors.subdomain] 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.
[cors.subdomain] allow_methods = GET, POST, PUT, DELETE, OPTIONS (ListOpt) Indicate which methods can be used during the actual request.
[cors.subdomain] allowed_origin = None (StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.
[cors.subdomain] 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.
[cors.subdomain] max_age = 3600 (IntOpt) Maximum cache age of CORS preflight requests.
[keystone_authtoken] region_name = None (StrOpt) The region in which the identity server can be found.
[oslo_messaging_amqp] password = (StrOpt) Password for message broker authentication
[oslo_messaging_amqp] sasl_config_dir = (StrOpt) Path to directory that contains the SASL configuration
[oslo_messaging_amqp] sasl_config_name = (StrOpt) Name of configuration file (without .conf suffix)
[oslo_messaging_amqp] sasl_mechanisms = (StrOpt) Space separated list of acceptable SASL mechanisms
[oslo_messaging_amqp] username = (StrOpt) User name for message broker authentication
[oslo_messaging_qpid] 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 has finished 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 new installations or for testing. This option will be removed in the Mitaka release.
[oslo_messaging_rabbit] 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.
[oslo_messaging_rabbit] 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 has finished 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 new installations or for testing. This option will be removed in the Mitaka release.
[oslo_middleware] max_request_body_size = 114688 (IntOpt) The maximum body size for each request, in bytes.
[oslo_middleware] 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.
[oslo_policy] 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.
[oslo_policy] policy_file = policy.json (StrOpt) The JSON file that defines policies.
Table 3.35. New default values
Option Previous default value New default value
[DEFAULT] 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 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
[DEFAULT] enable_v1_api True False
[DEFAULT] enable_v2_api True False
[DEFAULT] logging_exception_prefix %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
[DEFAULT] osapi_share_listen 0.0.0.0 ::
[DEFAULT] rpc_zmq_matchmaker local redis
[DEFAULT] scheduler_default_filters AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter, ConsistencyGroupFilter
[DEFAULT] use_syslog_rfc_format False True
[DEFAULT] verbose False True
[matchmaker_redis] password None
[oslo_messaging_rabbit] heartbeat_timeout_threshold 0 60
Table 3.36. Deprecated options
Deprecated option New Option
[DEFAULT] glusterfs_native_server_password [DEFAULT] glusterfs_server_password
[DEFAULT] sql_max_retries [database] max_retries
[DEFAULT] sql_retry_interval [database] retry_interval
[DEFAULT] use_syslog None
[DEFAULT] osapi_max_request_body_size [oslo_middleware] max_request_body_size
[DEFAULT] glusterfs_native_path_to_private_key [DEFAULT] glusterfs_path_to_private_key
[DEFAULT] sql_idle_timeout [database] idle_timeout
[DEFAULT] rpc_thread_pool_size [DEFAULT] executor_thread_pool_size
[DEFAULT] db_backend [database] backend
[DEFAULT] log_format None
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...