diff --git a/doc/common/tables/cinder-api.xml b/doc/common/tables/cinder-api.xml
index e25fcff13f..b93b4ff85a 100644
--- a/doc/common/tables/cinder-api.xml
+++ b/doc/common/tables/cinder-api.xml
@@ -15,6 +15,9 @@
+
+ [DEFAULT] |
+
compute_api_class = cinder.compute.nova.API |
(StrOpt) The full class name of the compute API class to use |
@@ -60,25 +63,9 @@
(BoolOpt) make exception message format errors fatal |
- host = docwork |
+ host = oslo |
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
-
- host = 127.0.0.1 |
- (StrOpt) Host to locate redis |
-
-
- host = docwork |
- (StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
-
-
- host = 127.0.0.1 |
- (StrOpt) Host to locate redis |
-
-
- idle_timeout = 3600 |
- (IntOpt) timeout before idle sql connections are reaped |
-
iet_conf = /etc/iet/ietd.conf |
(StrOpt) IET configuration file |
@@ -92,23 +79,23 @@
(StrOpt) Directory to use for lock files. Default to a temp directory |
- log_config_append = None |
+ log-config-append = None |
(StrOpt) The name of logging configuration file. It does not disable existing loggers, but just appends specified logging configuration to any other existing logging options. Please see the Python logging module documentation for details on logging configuration files. |
- log_date_format = %Y-%m-%d %H:%M:%S |
+ log-date-format = %Y-%m-%d %H:%M:%S |
(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s |
- log_dir = None |
+ log-dir = None |
(StrOpt) (Optional) The base directory used for relative --log-file paths |
- log_file = None |
+ log-file = None |
(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. |
- log_format = None |
+ 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. |
@@ -136,7 +123,7 @@
(ListOpt) List of modules/decorators to monkey patch |
- my_ip = 192.168.0.8 |
+ my_ip = 10.0.0.1 |
(StrOpt) ip address of this host |
@@ -147,10 +134,6 @@
num_shell_tries = 3 |
(IntOpt) number of times to attempt to run flakey shell commands |
-
- password = None |
- (StrOpt) Password for Redis server. (optional) |
-
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) |
@@ -168,11 +151,7 @@
(StrOpt) JSON file representing policy |
- port = 6379 |
- (IntOpt) Use this port to connect to redis host. |
-
-
- pybasedir = /usr/lib/python2.7/site-packages |
+ pybasedir = /usr/lib/python/site-packages |
(StrOpt) Directory where the cinder python module is installed |
@@ -183,10 +162,6 @@
reserved_percentage = 0 |
(IntOpt) The percentage of backend capacity is reserved |
-
- retry_interval = 10 |
- (IntOpt) interval between retries of opening a sql connection |
-
root_helper = sudo |
(StrOpt) Deprecated: command to use for running commands as root |
@@ -232,21 +207,21 @@
(StrOpt) availability zone of this node |
- syslog_log_facility = LOG_USER |
+ syslog-log-facility = LOG_USER |
(StrOpt) syslog facility to receive log lines |
tcp_keepidle = 600 |
(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X. |
-
- topics = notifications |
- (ListOpt) AMQP topic(s) used for OpenStack notifications |
-
until_refresh = 0 |
(IntOpt) count of reservations until usage is refreshed |
+
+ use-syslog = False |
+ (BoolOpt) Use syslog for logging. |
+
use_forwarded_for = False |
(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy. |
@@ -256,16 +231,45 @@
(BoolOpt) Log output to standard error |
- use_syslog = False |
- (BoolOpt) Use syslog for logging. |
+ verbose = False |
+ (BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level). |
+
+
+ [database] |
+
+
+ idle_timeout = 3600 |
+ (IntOpt) timeout before idle sql connections are reaped |
+
+
+ retry_interval = 10 |
+ (IntOpt) interval between retries of opening a sql connection |
use_tpool = False |
(BoolOpt) Enable the experimental use of thread pooling for all DB API calls |
- verbose = False |
- (BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level). |
+ [matchmaker_redis] |
+
+
+ host = 127.0.0.1 |
+ (StrOpt) Host to locate redis |
+
+
+ password = None |
+ (StrOpt) Password for Redis server. (optional) |
+
+
+ port = 6379 |
+ (IntOpt) Use this port to connect to redis host. |
+
+
+ [rpc_notifier2] |
+
+
+ topics = notifications |
+ (ListOpt) AMQP topic(s) used for OpenStack notifications |
diff --git a/doc/common/tables/cinder-compute.xml b/doc/common/tables/cinder-compute.xml
index ed8fdb0298..e5e52a65d1 100644
--- a/doc/common/tables/cinder-compute.xml
+++ b/doc/common/tables/cinder-compute.xml
@@ -15,6 +15,9 @@
+
+ [DEFAULT] |
+
allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions |
(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call. |
@@ -163,10 +166,6 @@
rabbit_virtual_host = / |
(StrOpt) the RabbitMQ virtual host |
-
- ringfile = /etc/oslo/matchmaker_ring.json |
- (StrOpt) Matchmaker ring file (JSON) |
-
rpc_backend = cinder.openstack.common.rpc.impl_kombu |
(StrOpt) The messaging module to use, defaults to kombu. |
@@ -196,7 +195,7 @@
(IntOpt) Number of ZeroMQ contexts, defaults to 1 |
- rpc_zmq_host = docwork |
+ rpc_zmq_host = oslo |
(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova. |
@@ -219,6 +218,13 @@
volume_topic = cinder-volume |
(StrOpt) the topic volume nodes listen on |
+
+ [matchmaker_ring] |
+
+
+ ringfile = /etc/oslo/matchmaker_ring.json |
+ (StrOpt) Matchmaker ring file (JSON) |
+
diff --git a/doc/common/tables/cinder-san-solaris.xml b/doc/common/tables/cinder-san-solaris.xml
index 780a4d3bef..92e2b968a3 100644
--- a/doc/common/tables/cinder-san-solaris.xml
+++ b/doc/common/tables/cinder-san-solaris.xml
@@ -15,10 +15,13 @@
- allocated_capacity_weight_multiplier = -1.0 |
- (FloatOpt) Multiplier used for weighing volume capacity. Negative numbers mean to stack vs spread. |
+ [DEFAULT] |
- backend = sqlalchemy |
- (StrOpt) The backend to use for db |
+ allocated_capacity_weight_multiplier = -1.0 |
+ (FloatOpt) Multiplier used for weighing volume capacity. Negative numbers mean to stack vs spread. |
bindir = $pybasedir/bin |
@@ -81,32 +80,12 @@
max_gigabytes = 10000 |
- (IntOpt) maximum number of volume gigabytes to allow per host |
-
-
- max_overflow = None |
- (IntOpt) If set, use this value for max_overflow with sqlalchemy |
-
-
- max_pool_size = 5 |
- (IntOpt) Maximum number of SQL connections to keep open in a pool |
-
-
- max_retries = 10 |
- (IntOpt) maximum db connection retries during startup. (setting -1 implies an infinite retry count) |
-
-
- memcached_servers = None |
- (ListOpt) Memcached servers or None for in process cache. |
+ (IntOpt) This configure option has been deprecated along with the SimpleScheduler. New scheduler is able to gather capacity information for each host, thus setting the maximum number of volume gigabytes for host is no longer needed. It's safe to remove this configure from cinder.conf. |
migration_create_volume_timeout_secs = 300 |
(IntOpt) Timeout for creating the volume to migrate to when performing volume migration (seconds) |
-
- min_pool_size = 1 |
- (IntOpt) Minimum number of SQL connections to keep open in a pool |
-
num_iser_scan_tries = 3 |
(IntOpt) The maximum number of times to rescan iSER targetto find volume |
@@ -155,6 +134,29 @@
zadara_default_stripesize = 64 |
(StrOpt) Default stripe size for volumes |
+
+ [database] |
+
+
+ backend = sqlalchemy |
+ (StrOpt) The backend to use for db |
+
+
+ max_overflow = None |
+ (IntOpt) If set, use this value for max_overflow with sqlalchemy |
+
+
+ max_pool_size = 5 |
+ (IntOpt) Maximum number of SQL connections to keep open in a pool |
+
+
+ max_retries = 10 |
+ (IntOpt) maximum db connection retries during startup. (setting -1 implies an infinite retry count) |
+
+
+ min_pool_size = 1 |
+ (IntOpt) Minimum number of SQL connections to keep open in a pool |
+
-
\ No newline at end of file
+
diff --git a/doc/common/tables/cinder-storage_ceph.xml b/doc/common/tables/cinder-storage_ceph.xml
index c4cc84b7e2..56b584298b 100644
--- a/doc/common/tables/cinder-storage_ceph.xml
+++ b/doc/common/tables/cinder-storage_ceph.xml
@@ -15,6 +15,9 @@