(StrOpt) Host providing the admin Identity API endpoint. Deprecated, use identity_uri.
+
+
= None
+
(StrOpt) Name of the plugin to load
+
= 35357
(IntOpt) Port of the admin Identity API endpoint. Deprecated, use identity_uri.
@@ -49,6 +53,10 @@
= https
(StrOpt) Protocol of the admin Identity API endpoint (http or https). Deprecated, use identity_uri.
+
+
= None
+
(StrOpt) Config Section from which to load plugin specific options
+
= None
(StrOpt) Complete public Identity API endpoint.
@@ -109,6 +117,26 @@
= None
(StrOpt) Required if identity server requires client certificate
+
+
= 10
+
(IntOpt) (Optional) Number of seconds that an operation will wait to get a memcache client connection from the pool.
+
+
+
= 300
+
(IntOpt) (Optional) Number of seconds memcached server is considered dead before it is tried again.
+
+
+
= 10
+
(IntOpt) (Optional) Maximum total number of open connections to every memcached server.
+
+
+
= 3
+
(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcache server.
+
+
+
= 60
+
(IntOpt) (Optional) Number of seconds a connection to memcached is held unused in the pool before it is closed.
+
= None
(StrOpt) (Optional, mandatory if memcache_security_strategy is defined) This string is used for key derivation.
@@ -117,6 +145,10 @@
= 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.
+
+
= False
+
(BoolOpt) (Optional) Use the advanced (eventlet safe) memcache client pool. The advanced pool will only work under python 2.x.
+
= 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.
(StrOpt) Chiscsi (CXT) global defaults configuration file
+
= 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.
@@ -41,6 +53,10 @@
= True
(BoolOpt) Services to be added to the available pool on create
+
+
= False
+
(BoolOpt) If this is set to True, attachment of volumes for image transfer will be aborted when multipathd is not running. Otherwise, it will fallback to single path.
+
= localhost
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a host name, FQDN, or IP address.
@@ -49,10 +65,18 @@
= /etc/iet/ietd.conf
(StrOpt) IET configuration file
+
+
=
+
(ListOpt) The list of secondary IP addresses of the iSCSI daemon
+
=
(StrOpt) This option is deprecated and unused. It will be removed in the next release.
+
+
= 2.0
+
(FloatOpt) Float representation of the over subscription ratio when thin provisioning is involved. Default ratio is 2.0, meaning provisioned capacity can be twice of the total physical capacity. If the ratio is 10.5, it means provisioned capacity can be 10.5 times of the total physical capacity. A ratio of 1.0 means provisioned capacity cannot exceed the total physical capacity. A ratio lower than 1.0 will be ignored and the default value will be used instead.
+
= None
(ListOpt) Memcached servers or None for in process cache.
@@ -71,7 +95,7 @@
= False
-
(BoolOpt) Whether snapshots count against GigaByte quota
+
(BoolOpt) Whether snapshots count against gigabyte quota
(StrOpt) LVM conf file to use for the LVM driver in Cinder; this setting is ignored if the specified file does not exist (You can also specify 'None' to not use a conf file even if one exists).
+
= 0
(IntOpt) If >0, create LVs with multiple mirrors. Note that this requires lvm_mirrors + 2 PVs with available space
(StrOpt) Options used to mount the storage backend file system where Cinder volumes are stored.
+
=
(StrOpt) Password to connect to NAS system.
@@ -41,6 +45,10 @@
= auto
(StrOpt) Set more secure file permissions on network-attached storage volume files to restrict broad other/world access. If set to False, volumes are created with open permissions. If set to True, volumes are created with permissions for the cinder user and group (660). If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto.
+
+
=
+
(StrOpt) Path to the share to use for storing Cinder volumes. For example: "/srv/export1" for an NFS server export available at 10.0.5.10:/srv/export1 .
+
= 22
(IntOpt) SSH port to use to connect to NAS system.
(StrOpt) SSL version to use (valid only if SSL enabled). valid values are TLSv1 and SSLv23. SSLv2 and SSLv3 may be available on some distributions.
+
(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.
List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !
(BoolOpt) Enables or disables inter-process locks.
+
+
+
= 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.
(StrOpt) iSCSI target user-land tool to use. tgtadm is default, use lioadm for LIO iSCSI support, iseradm for the ISER protocol, or fake for testing.
+
(StrOpt) iSCSI target user-land tool to use. tgtadm is default, use lioadm for LIO iSCSI support, iseradm for the ISER protocol, iscsictl for Chelsio iSCSI Target or fake for testing.
= fileio
@@ -49,6 +49,10 @@
= 3260
(IntOpt) The port that the iSCSI daemon is listening on
+
+
= iscsi
+
(StrOpt) Determines the iSCSI protocol for new iSCSI volumes, created with tgtadm or lioadm target helpers. In order to enable RDMA, this parameter should be set with the value "iser". The supported iSCSI protocol values are "iscsi" and "iser".