From 6cb385532b3a254a1820d46b97c9eaf81c1fadfb Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Thu, 16 Jun 2016 16:06:04 +1200 Subject: [PATCH] Delete in tree config ref We're hosting the config ref on openstack/openstack-manuals, so it's not necessary to keep this anymore. Change-Id: I6bc24a55db699311d65394d5d6329088b6d73690 --- .../autogen/zaqar.flagmappings | 86 ------ .../zaqar-config-ref/autogen/zaqar.headers | 10 - .../common/tables/zaqar-api.xml | 38 --- .../common/tables/zaqar-auth_token.xml | 145 ---------- .../common/tables/zaqar-authentication.xml | 26 -- .../common/tables/zaqar-drivers.xml | 30 --- .../common/tables/zaqar-logging.xml | 102 ------- .../common/tables/zaqar-mongodb.xml | 70 ----- .../common/tables/zaqar-pooling.xml | 26 -- .../common/tables/zaqar-storage.xml | 34 --- .../common/tables/zaqar-transport.xml | 66 ----- .../common/tables/zaqar-wsgi.xml | 30 --- .../zaqar-config-ref/os-zaqar-configRef.xml | 250 ------------------ doc/user-guide/zaqar-config-ref/pom.xml | 67 ----- 14 files changed, 980 deletions(-) delete mode 100644 doc/user-guide/zaqar-config-ref/autogen/zaqar.flagmappings delete mode 100644 doc/user-guide/zaqar-config-ref/autogen/zaqar.headers delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-api.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-auth_token.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-authentication.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-drivers.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-logging.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-mongodb.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-pooling.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-storage.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-transport.xml delete mode 100644 doc/user-guide/zaqar-config-ref/common/tables/zaqar-wsgi.xml delete mode 100644 doc/user-guide/zaqar-config-ref/os-zaqar-configRef.xml delete mode 100644 doc/user-guide/zaqar-config-ref/pom.xml diff --git a/doc/user-guide/zaqar-config-ref/autogen/zaqar.flagmappings b/doc/user-guide/zaqar-config-ref/autogen/zaqar.flagmappings deleted file mode 100644 index 6e23a1462..000000000 --- a/doc/user-guide/zaqar-config-ref/autogen/zaqar.flagmappings +++ /dev/null @@ -1,86 +0,0 @@ -admin_mode api -auth_strategy authentication -daemon api -debug logging -default_log_levels logging -disable_process_locking api -fatal_deprecations logging -instance_format logging -instance_uuid_format logging -lock_path api -log_config_append logging -log_date_format logging -log_dir logging -log_file logging -log_format logging -logging_context_format_string logging -logging_debug_format_suffix logging -logging_default_format_string logging -logging_exception_prefix logging -memcached_servers auth_token -pooling pooling -publish_errors logging -syslog_log_facility logging -use_stderr logging -use_syslog logging -use_syslog_rfc_format logging -verbose logging -drivers/storage drivers -drivers/transport drivers -drivers:storage:mongodb/database mongodb -drivers:storage:mongodb/max_attempts mongodb -drivers:storage:mongodb/max_reconnect_attempts mongodb -drivers:storage:mongodb/max_retry_jitter mongodb -drivers:storage:mongodb/max_retry_sleep mongodb -drivers:storage:mongodb/partitions mongodb -drivers:storage:mongodb/reconnect_sleep mongodb -drivers:storage:mongodb/ssl_ca_certs mongodb -drivers:storage:mongodb/ssl_cert_reqs mongodb -drivers:storage:mongodb/ssl_certfile mongodb -drivers:storage:mongodb/ssl_keyfile mongodb -drivers:storage:mongodb/uri mongodb -drivers:transport:wsgi/bind wsgi -drivers:transport:wsgi/port wsgi -keystone_authtoken/admin_password auth_token -keystone_authtoken/admin_tenant_name auth_token -keystone_authtoken/admin_token auth_token -keystone_authtoken/admin_user auth_token -keystone_authtoken/auth_admin_prefix auth_token -keystone_authtoken/auth_host auth_token -keystone_authtoken/auth_port auth_token -keystone_authtoken/auth_protocol auth_token -keystone_authtoken/auth_uri auth_token -keystone_authtoken/auth_version auth_token -keystone_authtoken/cache auth_token -keystone_authtoken/cafile auth_token -keystone_authtoken/certfile auth_token -keystone_authtoken/check_revocations_for_cached auth_token -keystone_authtoken/delay_auth_decision auth_token -keystone_authtoken/enforce_token_bind auth_token -keystone_authtoken/hash_algorithms auth_token -keystone_authtoken/http_connect_timeout auth_token -keystone_authtoken/http_request_max_retries auth_token -keystone_authtoken/identity_uri auth_token -keystone_authtoken/include_service_catalog auth_token -keystone_authtoken/insecure auth_token -keystone_authtoken/keyfile auth_token -keystone_authtoken/memcache_secret_key auth_token -keystone_authtoken/memcache_security_strategy auth_token -keystone_authtoken/memcached_servers auth_token -keystone_authtoken/revocation_cache_time auth_token -keystone_authtoken/signing_dir auth_token -keystone_authtoken/token_cache_time auth_token -storage/claim_pipeline storage -storage/message_pipeline storage -storage/queue_pipeline storage -transport/default_claim_grace transport -transport/default_claim_ttl transport -transport/default_message_ttl transport -transport/max_claim_grace transport -transport/max_claim_ttl transport -transport/max_messages_post_size transport -transport/max_message_ttl transport -transport/max_messages_per_claim_or_pop transport -transport/max_messages_per_page transport -transport/max_queue_metadata transport -transport/max_queues_per_page transport diff --git a/doc/user-guide/zaqar-config-ref/autogen/zaqar.headers b/doc/user-guide/zaqar-config-ref/autogen/zaqar.headers deleted file mode 100644 index 0224659c5..000000000 --- a/doc/user-guide/zaqar-config-ref/autogen/zaqar.headers +++ /dev/null @@ -1,10 +0,0 @@ -api API -logging Logging -drivers Drivers -transport Transport -storage Storage -wsgi WSGI -mongodb MongoDB -pooling Pooling -authentication Authentication -auth_token Keystone authtoken diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-api.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-api.xml deleted file mode 100644 index 735062f69..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-api.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of API configuration options
Configuration option = Default valueDescription
[DEFAULT]
admin_mode = False(BoolOpt) Activate privileged endpoints.
daemon = False(BoolOpt) Run Zaqar server in the background.
disable_process_locking = False(BoolOpt) Enables or disables inter-process locks.
lock_path = None(StrOpt) Directory to use for lock files.
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-auth_token.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-auth_token.xml deleted file mode 100644 index a46a04943..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-auth_token.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of Keystone authtoken configuration options
Configuration option = Default valueDescription
[DEFAULT]
memcached_servers = None(ListOpt) Memcached servers or None for in process cache.
[keystone_authtoken]
admin_password = None(StrOpt) Keystone account password
admin_tenant_name = admin(StrOpt) Keystone service account tenant name to validate user tokens
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) Keystone account 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_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_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 Keystone 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 Keystone 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(BoolOpt) 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 Keystone server requires client certificate
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.
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.
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.
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-authentication.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-authentication.xml deleted file mode 100644 index c962c0c46..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-authentication.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -
Description of Authentication configuration options
Configuration option = Default valueDescription
[DEFAULT]
auth_strategy = (StrOpt) Backend to use for authentication. For no auth, keep it empty. Existing strategies: keystone. See also the keystone_authtoken section below
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-drivers.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-drivers.xml deleted file mode 100644 index f5894e81a..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-drivers.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of Drivers configuration options
Configuration option = Default valueDescription
[drivers]
storage = sqlalchemy(StrOpt) Storage driver to use.
transport = wsgi(StrOpt) Transport driver to use.
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-logging.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-logging.xml deleted file mode 100644 index d9cd081cc..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-logging.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of Logging configuration options
Configuration option = Default valueDescription
[DEFAULT]
debug = False(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING 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(ListOpt) List of logger=LEVEL pairs.
fatal_deprecations = False(BoolOpt) Enables or disables fatal status of deprecations.
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.
log_date_format = %Y-%m-%d %H:%M:%S(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .
log_dir = None(StrOpt) (Optional) The base directory used for relative --log-file paths.
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(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.
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 TRACE %(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.
use_stderr = True(BoolOpt) Log output to standard error.
use_syslog = False(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED during I, and will change in J to honor RFC5424.
use_syslog_rfc_format = False(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 I, and will be removed in J.
verbose = False(BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-mongodb.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-mongodb.xml deleted file mode 100644 index f01215925..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-mongodb.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of MongoDB configuration options
Configuration option = Default valueDescription
[drivers:storage:mongodb]
database = zaqar(StrOpt) Database name.
max_attempts = 1000(IntOpt) Maximum number of times to retry a failed operation. Currently only used for retrying a message post.
max_reconnect_attempts = 10(IntOpt) Maximum number of times to retry an operation that failed due to a primary node failover.
max_retry_jitter = 0.005(FloatOpt) Maximum jitter interval, to be added to the sleep interval, in order to decrease probability that parallel requests will retry at the same instant.
max_retry_sleep = 0.1(FloatOpt) Maximum sleep interval between retries (actual sleep time increases linearly according to number of attempts performed).
partitions = 2(IntOpt) Number of databases across which to partition message data, in order to reduce writer lock %. DO NOT change this setting after initial deployment. It MUST remain static. Also, you should not need a large number of partitions to improve performance, esp. if deploying MongoDB on SSD storage.
reconnect_sleep = 0.02(FloatOpt) Base sleep interval between attempts to reconnect after a primary node failover. The actual sleep time increases exponentially (power of 2) each time the operation is retried.
ssl_ca_certs = None(StrOpt) The ca_certs file contains a set of concatenated "certification authority" certificates, which are used to validate certificates passed from the other end of the connection.
ssl_cert_reqs = CERT_REQUIRED(StrOpt) Specifies whether a certificate is required from the other side of the connection, and whether it will be validated if provided. It must be one of the three values ``CERT_NONE``(certificates ignored), ``CERT_OPTIONAL``(not required, but validated if provided), or ``CERT_REQUIRED``(required and validated). If the value of this parameter is not ``CERT_NONE``, then the ``ssl_ca_cert`` parameter must point to a file of CA certificates.
ssl_certfile = None(StrOpt) The certificate file used to identify the local connection against mongod.
ssl_keyfile = None(StrOpt) The private keyfile used to identify the local connection against mongod. If included with the ``certifle`` then only the ``ssl_certfile`` is needed.
uri = None(StrOpt) Mongodb Connection URI. If ssl connection enabled, then ``ssl_keyfile``, ``ssl_certfile``, ``ssl_cert_reqs``, ``ssl_ca_certs`` need to be set accordingly.
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-pooling.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-pooling.xml deleted file mode 100644 index 7b5abaa66..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-pooling.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -
Description of Pooling configuration options
Configuration option = Default valueDescription
[DEFAULT]
pooling = False(BoolOpt) ('Enable pooling across multiple storage backends. ', 'If pooling is enabled, the storage driver ', 'configuration is used to determine where the ', 'catalogue/control plane data is kept.')
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-storage.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-storage.xml deleted file mode 100644 index aa9f95c54..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-storage.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of Storage configuration options
Configuration option = Default valueDescription
[storage]
claim_pipeline = (ListOpt) Pipeline to use for processing claim operations. This pipeline will be consumed before calling the storage driver's controller methods.
message_pipeline = (ListOpt) Pipeline to use for processing message operations. This pipeline will be consumed before calling the storage driver's controller methods.
queue_pipeline = (ListOpt) Pipeline to use for processing queue operations. This pipeline will be consumed before calling the storage driver's controller methods.
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-transport.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-transport.xml deleted file mode 100644 index 308d7251b..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-transport.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of Transport configuration options
Configuration option = Default valueDescription
[transport]
default_claim_grace = 60(IntOpt) No help text available for this option.
default_claim_ttl = 300(IntOpt) No help text available for this option.
default_message_ttl = 3600(IntOpt) No help text available for this option.
max_claim_grace = 43200(IntOpt) No help text available for this option.
max_claim_ttl = 43200(IntOpt) No help text available for this option.
max_messages_post_size = 262144(IntOpt) No help text available for this option.
max_message_ttl = 1209600(IntOpt) No help text available for this option.
max_messages_per_claim_or_pop = 20(IntOpt) The maximum number of messages that can be claimed (OR) popped in a single request
max_messages_per_page = 20(IntOpt) No help text available for this option.
max_queue_metadata = 65536(IntOpt) No help text available for this option.
max_queues_per_page = 20(IntOpt) No help text available for this option.
-
diff --git a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-wsgi.xml b/doc/user-guide/zaqar-config-ref/common/tables/zaqar-wsgi.xml deleted file mode 100644 index 31977bc66..000000000 --- a/doc/user-guide/zaqar-config-ref/common/tables/zaqar-wsgi.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description of WSGI configuration options
Configuration option = Default valueDescription
[drivers:transport:wsgi]
bind = 127.0.0.1(StrOpt) Address on which the self-hosting server will listen.
port = 8888(IntOpt) Port on which the self-hosting server will listen.
-
diff --git a/doc/user-guide/zaqar-config-ref/os-zaqar-configRef.xml b/doc/user-guide/zaqar-config-ref/os-zaqar-configRef.xml deleted file mode 100644 index 5d912fbac..000000000 --- a/doc/user-guide/zaqar-config-ref/os-zaqar-configRef.xml +++ /dev/null @@ -1,250 +0,0 @@ - - - Messaging and Notifications API v1 Configuration Reference - Messaging and Notifications Configuration Reference - - - API v1 - Messaging and Notifications - 2014-08-20 - - - - - Copyright details are filled in by the build - system. - - - - - This document is intended for software developers interested in deploying - the Messaging and Notifications service. - - - - - 2014-08-10 - - Initial document for OpenStack incubation. - - - - - - Introduction to the Messaging and Notifications service - Zaqar is a multi-tenant, fast, reliable, scalable cloud messaging and notification service. - It allows developers to share data between distributed application components performing different tasks, - without losing messages or requiring each component to be always available. - The service features a ReST API, which developers can use to send messages between various - components of their SaaS and mobile applications, by using a variety of communication patterns. - Underlying this API is an efficient messaging engine designed with scalability and security in mind. - - Key features - The Messaging and Notifications service provides the following key features: - - - Firewall-friendly, HTTP-based API with Keystone support - - - Multi-tenant queues based on Keystone project IDs - - - Support for several common patterns including event broadcasting, task distribution, and point-to-point messaging - - - Component-based architecture with support for custom backends and message filters - - - Efficient reference implementation with an eye toward low latency and high throughput (dependent on backend) - - - Highly-available and horizontally scalable - - - - - Components - The Messaging and Notifications service contains the following components: - - - Transport backend. The Messaging and Notifications - service requires the selection of a transport specification responsible of the communication - between the endpoints. In addition to the base driver implementation, the Messaging - and Notifications service also provides the means to add support for other transport mechanisms. - The default option is WSGI. - - - - Storage backend. The Messaging and Notifications service - depends on a storage engine for message persistence. In addition to the base driver implementation, - the Messaging and Notifications service also provides the means to add support for other - storage solutions. The default storage option is MongoDB. - - - - - - - Configure the Messaging and Notifications service -
- Overview of zaqar.conf - The zaqar.conf - configuration file uses an INI file format - as explained in the - "Configuration file format" - section of the OpenStack Configuration Reference. - - This file is located in /etc/zaqar within the Zaqar folder. - When you manually install the Messaging and Notifications service, - you must generate the zaqar.conf file using the config samples - generator located in tools/config/generate_sample.sh - and customize it according to your preferences. - Example usage of the sample generator script: - - $ generate_sample.sh -b /opt/stack/zaqar -p zaqar -o /etc/zaqar - - - - Sections - Configuration options are grouped by section. The - Message Queueing configuration file supports the following sections: - - - - [DEFAULT] - - - Contains most configuration options. If - the documentation for a configuration - option does not specify its section, - assume that it appears in this - section. - - - - - - [drivers] - - - Select drivers. - - - - - [transport] - - - Configures general transport options. - - - - - [drivers:transport:wsgi] - - - Configures the WSGI driver. - - - - - [storage] - - - Configures general storage options. - - - - - [drivers:storage:mongodb] - - - Configures the MongoDB driver. - - - - - [keystone_authtoken] - - - Configures the Keystone Identity Service endpoint. - - - - - -
-
- API options - The Messaging and Notifications service can be configured by changing the following - parameters: - - -
-
- Configure logging - You can use the zaqar.conf file to configure where the Messaging and Notifications service logs events, - the logging levels and log formats. - To customize logging for the Messaging and Notifications service, use the following configuration - settings in the [DEFAULT] section: - -
-
- Configure drivers - The transport and storage drivers used by the Messaging and Notifications service - are determined by the following options: - -
-
- Configure general storage driver options - The Messaging and Notifications service supports several different backends for storing - messages and their metadata. The recommended storage backend is MongoDB. - The following tables detail the available options: - - -
-
- Configure general transport driver options - The Messaging and Notifications service uses WSGI as the default transport mechanism. - The following tables detail the available options: - - -
-
- Configure authentication and authorization - All requests to the API may only be performed by an authenticated agent. - The preferred authentication system is the OpenStack Identity service, code-named Keystone. - To authenticate, an agent issues an authentication request to a Keystone Identity Service endpoint. - In response to valid credentials, Keystone responds with an auth token and a service catalog that - contains a list of all services and endpoints available for the given token. - Multiple endpoints may be returned for Zaqar according to physical locations - and performance/availability characteristics of different deployments. - Normally, Keystone middleware provides the X-Project-Id header based on the - auth token submitted by the Zaqar client. - For this to work, clients must specify a valid auth token in the X-Auth-Token - header for each request to the Zaqar API. The API validates auth tokens against Keystone before - servicing each request - If auth is not enabled, clients must provide the X-Project-Id header themselves. - Configure the authentication and authorization strategy through these options: - - -
-
- Configure pooling - The Messaging and Notifications service supports pooling. - - Pooling aims to make Zaqar highly scalable without losing any of its flexibility - by allowing users to use multiple-backends. - - You can enable and configure pooling with the following options: - -
-
-
\ No newline at end of file diff --git a/doc/user-guide/zaqar-config-ref/pom.xml b/doc/user-guide/zaqar-config-ref/pom.xml deleted file mode 100644 index 947eb1300..000000000 --- a/doc/user-guide/zaqar-config-ref/pom.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - org.openstack.docs - parent-pom - 1.0.0-SNAPSHOT - ../pom.xml - - 4.0.0 - zaqar-config-ref - jar - OpenStack Messaging and Notifications API v1 Configuration Reference - - - local - 1 - - - - - com.rackspace.cloud.api - clouddocs-maven-plugin - - - - generate-webhelp - - generate-webhelp - - generate-sources - - os-zaqar-configRef.xml - appendix toc,title - article/appendix nop - article toc,title - book toc,title,figure,table,example,equation - chapter toc,title - section toc - part toc,title - qandadiv toc - qandaset toc - reference toc,title - set toc,title - zaqar-config-ref - zaqar-config-ref - - - - - 1 - 0 - builtforOpenStack - true - 1 - 0 - 1 - 0 - false - true - . - http://docs.openstack.org/zaqar-config-ref/content/ - - - - - \ No newline at end of file