Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-oslo.messaging-doc | Distribution: openSUSE Leap 15.2 |
Version: 5.35.0 | Vendor: openSUSE |
Release: lp152.4.3 | Build date: Sun Mar 1 16:06:05 2020 |
Group: Development/Languages/Python | Build host: lamb58 |
Size: 4023831 | Source RPM: python-oslo.messaging-5.35.0-lp152.4.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://launchpad.net/oslo.messaging | |
Summary: Documentation for OpenStack messaging library |
The Oslo messaging API supports RPC and notifications over a number of different messaging transports. This package contains the documentation.
Apache-2.0
* Fri Feb 23 2018 tbechtold@suse.com - Switch to stable/queens spec template * Mon Jan 15 2018 cloud-devel@suse.de - update to version 5.35.0 - Fix default value of RPC dispatcher access_policy - Ensure RPC endpoint target attribute is correct - Add support for virtual hosts - Imported Translations from Zanata - Flesh out transport_url help - Avoid tox_install.sh for constraints support - don't convert generator to list unless required - Fix wrong transport warnings in functional tests - Suppress excessive debug logs when consume rabbit - Add zmq packages that are no longer in bindep-fallback - Catch socket.timeout when doing heartbeat_check - Add kafka driver vhost emulation - Fix some reST field lists in docstrings - Provide bindep_profile in openstack-tox job setup - Fix typo in contributor docs title - Remove pbr version from setup.py - Prevent rabbit from raising unexpected exceptions - Update links in README - Fix use of print function on python3 - Warn when wrong transport instance is used - Remove envelope argument from driver send() interface - Remove stable/newton from zuul settings - sort when using groupby - Zuul: add file extension to playbook path - fix 'configration' typo - Update kafka functional test - Move legacy zuulv3 tests into oslo.messaging repo - Remove the test that counts kombu connect calls - Class-level _exchanges in FakeExchangeManager - Remove unnecessary setUp function in testcase - Fix a typo - Create doc/requirements.txt - Update amqp 1.0 driver deployment guide - Remove setting of version/release from releasenotes - fix batch handling - Update reno for stable/pike - rabbitmq: don't wait for message ack/requeue - Updated from global requirements - Add licenses and remove unused import in doc/source/conf.py * Wed Nov 22 2017 vuntz@suse.com - Add 0001-Catch-socket.timeout-when-doing-heartbeat_check.patch: fix a specific kind of reconnection error when rabbitmq node goes down. * Thu Sep 28 2017 cloud-devel@suse.de - update to version 5.30.1 - Add support for virtual hosts - Updated from global requirements - Update .gitreview for stable/pike - Remove the test that counts kombu connect calls - Update UPPER_CONSTRAINTS_FILE for stable/pike * Mon Aug 07 2017 cloud-devel@suse.de - update to version 5.30.0 - support kombu4 - Fix type of the kafka_consumer_timeout option - Remove self.mox - Try to fix TestSerializer.test_call_serializer failed randomly - drop topic keyword from Notifier - Break user credentials from host at the rightmost '@' - Fix simulator's use of Notifier - use 'topics' not 'topic' - Enable some off-by-default checks - rabbit: restore synchronous ack/requeue - Refactor logic of getting exector's executor_thread_pool_size - Fix aliases deprecation - Fix releasenotes - Deprecate username/password config options in favor of TRANSPORT_URL - Fix html_last_updated_fmt for Python3. - Trivial: Add executor 'threading' in docstring - [Fix gate]Update test requirement - serializer: remove deprecated RequestContextSerializer - Disable AMQP 1.0 SSL unit tests - Update reno for stable/ocata - [zmq] Dummy add value aging mechanism - Validate the transport url query string - switch from oslosphinx to openstackdocstheme - Return list of addresses for IPV4 and IPV6 - Deprecate parameter aliases - Fix serializer tests - Optimize the link address - deprecated blocking executor - rearrange content to fit the new standard layout - Add kafka_driver directory - Add missing {posargs:} to AMQP 1.0 functional tests - Fix the typo - Build universal wheels - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) - tox: Build docs with Python 2.7 - Fix rabbitmq driver with blocking executor - Mark the Pika driver as deprecated - Remove mox3 from test-requirements.txt - [zmq] Dynamic connections send failure - drivers: use common.ConfigOptsProxy everywhere - kafka: Remove testing hack for kafka - Allow checking if notifier is enabled - Retry support for oslo_messaging_notifications driver - [AMQP 1.0] Properly shut down test RPC server - tests: fix MultiStrOpt value - Mock 'oslo_messaging.notify._impl_routing.LOG' in notifier tests - remove all kombu<4.0.0 workarounds - [AMQP 1.0] Add default SASL realm setting - kafka: fix python3 exception - Remove usage of parameter enforce_type - Add get_rpc_transport call - Fix the amqp1 SSL test CA certificate - Clean up the TransportURL documentation - Add note for blocking executor deprecation - [zmq] pass a dummy TransportURL to register_opts - rabbit: make ack/requeue thread-safe - [zmq] Update configurations documentation - Add "ssl" option for amqp driver - [zmq] Failure of dynamic connections fanout - [AMQP 1.0] if RPC call is configured as presettled ignore acks - Add HACKING.rst - [zmq] Properly analyse `use_dynamic_connections` option - Add monkey_patch to demo code. - kafka: ensure topics are created - Move decorator updated_kwarg_default_value to right place - RabbitMQ: Standardize SSL parameter names - Remove old messaging notify driver alias - kafka: skip multiple servers tests - update the docs url in the readme - Fix notification tests not unmocking logging - Use Sphinx 1.5 warning-is-error - tests: don't run functional tests in parallel - [zmq] Prevent access to rpc_response_timeout - Update URLs in documents according to document migration - Updated from global requirements - Remove use of mox stubs - Stop using oslotest.mockpatch - Test:Use unittest.mock on Python 3 * Mon Mar 27 2017 cloud-devel@suse.de - update to version 5.17.1: - [zmq] Failure of dynamic connections fanout - Update .gitreview for stable/ocata - Return list of addresses for IPV4 and IPV6 * Fri Feb 10 2017 cloud-devel@suse.de - update to version 5.17.0: - [zmq] Make ZMQ TCP keepalive options configurable - tox: use already installed kafka if present - [zmq] Refactor make `zmq_address.target_to_key` a universal method - tests: remove useless debug - kafka: remove no really implemented feature - cast() and RPC replies should not block waiting for endpoint to ack - kafka: return to poller when timeout is reach - kafka separate unit/functionnal tests - reject when skipping failed messages - Remove the temporary hack in code - Add Constraints support - Show team and repo badges on README - [zmq] Fix functional gates proxy/pub-sub - [zmq] Dynamic connections failover - Replace six.iteritems() with .items() - Properly deserializes built-in exceptions - modify the home-page info with the developer documentation - [zmq] Add acks from proxy for PUB/SUB messages - Remove references to Python 3.4 - kafka: timeout is in milliseconds - [zmq] Fix py35 gate - [AMQP 1.0] Setup the amqp1 test environment on ubuntu - [zmq] Refactor consumers and incoming messages - [zmq] Support py35 testenv - Updated from global requirements - eventlet is no more a hard dependency - [zmq] Send immediate ack after message receiving - [zmq] Don't fallback to topic if wrong server specified - Replace 'the' with 'to' in docstring - [simulator] Fix a message length generator usage - [zmq] Redis TTL for values - [document] The example which is written in the developer guide of - Remove default=None when set value in Config - [zmq] Fix zmq-specific f-tests from periodic hangs - Using assertIsNone() instead of assertEqual(None) - Avoid sending cast after server shutdown in functional test - [doc] Fix three typos - Set the valid choices for the rabbit login methods - Removed redundant 'the' - Remove ordering assumption from functional test - [AMQP 1.0] Simplify the I/O event loop code - [zmq] Make ThreadingPoller work with ZmqSocket - tests: make rabbit failover failure more helpful - [zmq] Routing table refactoring, dynamic direct connections - Remove small job timeout - [zmq] Remove unused methods from executors - [AMQP 1.0] Resend messages that are released or modified - Fix a docstring typo in impl_pika.py - Use method fetch_current_thread_functor from oslo.utils - [zmq] Use more stable configuration in voting job - Register opts if we're going to check conf.transport_url in parse() - [zmq] Fix non voting gate jobs - [zmq] Refactor receivers - Change assertTrue(isinstance()) by optimal assert - [zmq] SUB-PUB local proxy - Fix simulator bool command line args - [zmq] Matchmaker redis available time - [zmq] Fix TestZmqAckManager periodic failure - [zmq] Restore static direct connections - [zmq] Cleanup changes to zmq-specific f-tests - [AMQP 1.0] Propagate authentication errors to caller - [AMQP 1.0] Fix SSL client authentication - [simulator] Automatic stopping of rpc-servers - kafka: Don't hide unpack/unserialize exception - rabbit: Don't prefetch when batch_size is set - [zmq] Rename rpc_cast_timeout option - gate: Remove useless files - Remove nonexistent functions from documentation - [zmq] Fix send_cast in AckManager - Moving driver to new kafka-python version - [kafka] invoke TypeError exception when 'listen()' method of KafkaDriver - Fix consuming from unbound reply queue - Replace mox with mock - Update reno for stable/newton - This patch cleans up the 'notification_listener.rst' documetion - fix one typo - Document the transport backend driver interface - Add Documentation String for PikaDriver - [AMQP 1.0] Avoid unnecessary thread switch on ack - Fix whitespace formatting issue - [AMQP 1.0] Update setup test environment dispatch router backend - [zmq] Proxy has to skip broken multi-part message - Allow dispatcher to restrict endpoint methods. - kafka: disable batch for functional tests - [zmq] Fix configuration for functional gate job - kafka: Remove Producer singleton - [zmq] Remove unnecessary subscriptions from SubConsumer - [zmq] Send fanouts without pub/sub in background - [TrivialFix] Replace old style assertions with new style assertions - [sentinels] Fix hosts extracting and slaves usage - [AMQP 1.0] Add Acknowledgement and Batch Notification Topics - tests: cleanup monkey path - Remove useless logging import statements - Fixups to the inline documentation - rabbit: on reconnect set socket timeout after channel is set - Fix transport url with empty port - [zmq] Remove ZmqSocket.close_linger attribute - tox: rename zeromq target - Replace retrying with tenacity - Corrects documentation typo - Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0) - [zmq] Don't create real matchmaker in unit tests - Enable release notes translation - Record length of queues for ReplyWaiters - [zmq] Fix issues with broken messages on proxies - [zmq] Implement retries for unacknowledged CALLs - [zmq] Added a processing to handle ImportError in Redis plugin of Matchmaker - [zmq] Fix fanout without PUB/SUB - Add bindep.txt/test-setup.sh to prepare the system - Add configurable serialization to pika - tests: fix test-setup.sh - test_rabbitmq: remove dead code - [zmq] Eliminate GreenPool from GreenPoller - [zmq] Maintain several redis hosts - [zmq] Distinguish Round-Robin/Fanout socket sending mode - ensure we set channel in lock - Periodically purge sender link cache - [zmq] Make second ROUTER socket optional for proxy - Fix typos in addressing.py and setup.cfg - rabbit: Avoid busy loop on epoll_wait with heartbeat+eventlet - [zmq] Support message versions for rolling upgrades - [rabbit] Log correct topic on cast/call - Update .coveragerc after the removal of respective directory - [zmq] Fix ZmqSocket.send_string - [simulator] Fix transport_url usage - update srouce doc pika_driver.rst the charactor then to than - Remove debug logs from fast path - [sentinel] Move master/slave discovering from __init__ - [AMQP 1.0] Make the default settlement behavior configurable - Fix notify filter when data item is None - [zmq] Unify delimeters - Fix a typo in server.py - [TrivialFix] Fix typo in oslo.messaging * Sat Dec 03 2016 dmueller@suse.com - update to 5.10.1: * rabbit: on reconnect set socket timeout after channel is set * Updated from global requirements * rabbit: Avoid busy loop on epoll_wait with heartbeat+eventlet * Fix consuming from unbound reply queue * Update .gitreview for stable/newton * Fri Oct 14 2016 tbechtold@suse.com - Switch to stable/newton in _service * Wed Oct 05 2016 dmueller@suse.com - sync global requirements * Wed Aug 31 2016 tbechtold@suse.com - update to version 5.10.0 * [AMQP 1.0] Add configuration parameters for send message deadline * [AMQP 1.0] Add acknowledge and requeue handling for incoming message * [AMQP 1.0] small fixes to improve timer scalability * Add warning when credential is not specified for each host * Fix calculating of duration in simulator.py * AMQP 1.0 Driver Architecture Overview Document * Add the proper branch back to .gitreview * [zmq] Implement retries for unacknowledged CASTs * [zmq] Redis unavailability is not critical * Move zmq driver options into its own group * Add docstring for get_notification_transport * Remove the max_send_retries option * Fix a timer leak in the AMQP 1.0 driver * Refactor link management to support link recovery * Log a warning when connected to a routable message bus * Fix the help info format * [zmq] Discover new publisher proxy * [AMQP 1.0] AMQP 1.0 Driver User Guide Document update * [zmq] Use zmq.IMMEDIATE option for round-robin * [zmq] Make zmq_immediate configurable * Re-factor the AMQP 1.0 addressing semantics * Set the default link property to allow message acks * [AMQP 1.0] Add link credit configuration options * Clean outdated docstring and comment * [zmq] Host name and target in socket identity * [AMQP 1.0] Cancel response treatment for detached link * Updated from global requirements * Refactor AMQP 1.0 command task to support timers * Tue Aug 30 2016 tbechtold@suse.com - update to version 5.6.0 * Remove rabbitmq max_retries * fix a typo in impl_rabbit.py * Fix misstyping issue * tests: allow to override the functionnal tests suite args * Add Python 3.4 functional tests for AMQP 1.0 driver * Imported Translations from Zanata * [zmq] Merge publishers * Remove discover from test-requirements * Add deprecated relnote for max_retries rabbit configuration option * [zmq] Add py34 configuration for functional tests * Improve the impl_rabbit logging * [zmq] Let proxy serve on a static port numbers * notify: add a CLI tool to manually send notifications * Add Python 3.5 classifier and venv * Fix parameters of assertEqual are misplaced * Properly cleanup listener and driver on simulator exit * [zmq] Refactor publishers * Config: no need to set default=None * Introduce TTL for idle connections * Fix pika functional tests * [zmq] Use json/msgpack instead of pickle * Replace assertEqual(None, *) with assertIsNone in tests * [zmq] Additional configurations for f-tests * Fix syntax error on notification listener docs * tests: rabbitmq failover tests * Delete fanout queues on gracefully shutdown * Updated from global requirements * Wed Aug 10 2016 tbechtold@suse.com - update to version 5.5.0 * [Trival] fix a typo nit * [zmq] Fix backend router port for proxy. * [zmq] Remove rpc_zmq_concurrency option * Documents recommended executor * [zmq] Remove redundant Envelope class * [impl_rabbit] Remove deprecated get_expiration method * [zmq] Periodic updates of endpoints connections * [zmq] Fix message sending when using proxy and not using PUB/SUB * Imported Translations from Zanata * [AMQP 1.0] Randomize host list connection attempts * Fix temporary problems with pika unit tests * [zmq] Remove unused Request.close method * Modify info of default_notification_exchange * [zmq] Properly stop ZmqServer * AMQP 1.0 - create only one Cyrus SASL configuration for the tests * [zmq] Don't skip non-direct message types * [zmq] Refactoring of zmq client * Fix typo: 'olso' to 'oslo' * Updated from global requirements * Add query paramereters to TransportURL * [zmq] Fix timeout in ThreadingPoller.poll * Mon Jul 04 2016 tbechtold@suse.com - update to 5.2.0: * Updated from global requirements * Modify the TransportURL's docstrings * Fix problems after refactoring RPC client * deprecate usage of transport aliases * kafka: Deprecates host, port options * Updated from global requirements * Add reno for releasenotes management * Remove logging from serialize_remote_exception * [kafka] Add several bootstrap servers support * Fix consuming from missing queues * Fix bug with version_cap and target.version in RPCClient * Make TransportURL.parse aware of transport_url * rabbit: Deprecates host, port, auth options * Remove deprecated localcontext * zeromq: Deprecates host, port options * Reorganize the AMQP 1.0 driver source files * Implements configurable connection factory * The need to wait for a given time is no longer valid in 3.2+ * [zmq] Reduce object serialization on router proxy * Updated from global requirements * [zmq] Add backend ROUTER to increase bandwidth * [zmq] Add Sentinel instructions to deployment guide * Rabbit driver: failure of rpc-calls with float timeout * Use eventletutils to check is_monkey_patched * remove feature branch from master .gitreview * [zmq] Second router proxy doesn't dispatch messages properly * Add parse.unquote to transport_url * Fix simulator stat printing * Use single producer and to avoid an exchange redeclaration * [zmq] Redesign router proxy * Add feature branch to .gitreview file * Remove Beta development status from classifiers * Updated from global requirements * Fixes sumulator.py signal_handler logic * Refactor RPC client * Send notify if notify=True passed * Improves exception handling and logging * Implements pika thread safe connection * Fix incorrect parameters order in assertIn call * Update the RPC cast() documentation * Fix unstable work of cast func tests * [zmq] Reduce threading from python proxy * Imported Translations from Zanata * use thread safe fnmatch * Refactor base interfaces * Gracefully handle missing TCP_USER_TIMEOUT * Simulator: handle SIGINT and SIGTERM signals * Updated from global requirements * Log the unique_id in listener than msg_id * serializer: deprecate RequestContextSerializer * Don't set html_last_updated_fmt without git * Amqp driver send method temporary work-around * Updated from global requirements * Updated from global requirements * Allow simulator to be launched from arbitrary directory * [zmq] Fix cast message loss in simulator * Make transport_url config option secret * Fix oslo.messaging for Mac OS X * Refactor driver's listener interface * [kafka] Do not remove kafka_client during reset * Updated from global requirements * Replace expriration_time by timer * [zmq] Reduce number of connections * Move server related logic from dispatchers * Fix typos in Oslo.messaging files * Fix Break in Windows platforms * [py34] replace file() with open() * Claim python3 compatability for Newton onwards * Simulator: collect error stats * Simulator: make parameter wait_after_msg float * Update CheckForLoggingIssues hacking rule from keystone * Simulator: align stats to whole seconds * Support python3 in simulator.py * Fix typo passend should be passenv - Switch to upstream rpm-packaging .spec file - Use renderspec source service for spec file update * Mon Apr 04 2016 tbechtold@suse.com - update to 4.6.1: * Fix Break in Windows platforms * Always delete exc_info tuple, even if reply fails * Fail quickly if there on bad password * Updated from global requirements * Always set all socket timeouts - Adjust Requires * Wed Mar 16 2016 tbechtold@suse.com - update to 4.5.1: * Bump rabbit_transient_queues_ttl to 30 mins * Fix Notification listener blocking behavior * Update .gitreview for stable/mitaka - Adjust Requires * Sun Feb 28 2016 dmueller@suse.com - update to 4.5.0: * too long to include, see included changes * Sat Sep 19 2015 tbechtold@suse.com - update to 2.5.0: * Imported Translations from Transifex * Update path to subunit2html in post_test_hook * Fix typos in a document and a comment * Updated from global requirements * Imported Translations from Transifex * Updated from global requirements * Port the AMQP1 driver to new Pyngus SASL API * Updated from global requirements * Imported Translations from Transifex * Updated from global requirements * Add config options to the documentation * Updated from global requirements - Adjust Requires according to requirements.txt * Thu Aug 27 2015 tbechtold@suse.com - update to 2.4.0: * Mask passwords when logging messages * Updated from global requirements * Use proper translating helper for logging * Improve simulator.py * Imported Translations from Transifex * Added trace logging for debuggability * Log warning instead of raising RuntimeError * Updated from global requirements * Replace 'M' with 'Mitaka' * Fix message missing after duplicated message error * Imported Translations from Transifex * Fix BaseDriver.listen_for_notifications() signature * Imported Translations from Transifex * Updated from global requirements * Imported Translations from Transifex * Ensures that some assumptions are true * Imported Translations from Transifex * Updated from global requirements * Fully use futurist code-base to abstract concurrent.futures away * Imported Translations from Transifex * Updated from global requirements * add plugin documentation for executors and notifiers * Allows to change defaults opts * Allow a forward slash as a part of the user/password * Update 'impl_eventlet' docstring to reflect actual impl * Updated from global requirements * tests: adjusts an expected time for gate * Updated from global requirements * Ensure callback variable capture + cleanup is done correctly * Remove oslo namespace package * Updated from global requirements * Don't install pyngus on Python 3 * Fix amqp connection pool leak in ConnectionContext * Executor docstring & attribute tweaks - Adjust Requires according to requirements.txt * Fri Jul 31 2015 tbechtold@suse.com - Unify spec file #2 * Wed Jul 29 2015 tbechtold@suse.com - Unify spec file. Use fedora compatible files macros * Mon Jul 20 2015 dmueller@suse.com - fix build/deps * Sun Jul 19 2015 dmueller@suse.com - update to 1.17.1: * Use the warn_eventlet_not_patched util function * Drop use of 'oslo' namespace package * Updated from global requirements * Updated from global requirements * Fix mock use for mock 1.1.0 * Make heartbeat the default * Use oslo.log in the zmq receiver * Imported Translations from Transifex * Remove usage of contentmanager for executors * Verify that version in 'prepare' is valid * Don't reply when we known that client is gone * Remove py26 artefacts from oslo.messaging code * Remove 2.6 classifier * Imported Translations from Transifex * Add WebOb and greenlet to requirements * Use ServiceBase from oslo.service as a parent class * Manual update the requirements * Deprecated impl_qpid * Add a missed `raise` statement * Remove qpid-config call * Add tox target to find missing requirements * Fix qpid's functional gate * Imported Translations from Transifex * Wed Jun 24 2015 tbechtold@suse.com - update to 1.15.0: * Drop use of 'oslo' namespace package * Use `inferred=True` by default * Enable amqp's protocol unit tests everywhere * Switch badges from 'pypip.in' to 'shields.io' * Don't use devstack to setup our functional env * Switch to warnings module instead of versionutils * Updated from global requirements * Get mox from mox3, not from six.moves * rabbit: Add logging on blocked connection * Provide better detection of failures during message send * Mon Jun 22 2015 tbechtold@suse.com - update to 1.14.0: * Reduce `magic` conf attribute usage * Imported Translations from Transifex * Remove leftover oslo.config reference * replace rpc_response_timeout use in rabbit driver * Enable `fanout_target` scenarios in test_impl_rabbit * Mon Jun 08 2015 tbechtold@suse.com - update to 1.13.0: * Ensure rpc_response_timeout is registered before using it * Fix condition in _publish_and_retry_on_missing_exchange( * Allow to remove second _send_reply() call * Don't create a new channel in RabbitMQ Connection.reset() * Imported Translations from Transifex * Adding Publisher Acknowledgements/confirms * Fix deprecated_group of rpc_conn_pool_size * Refactor processing reply in ReplyWaiter * rabbit: doc fixes * consumer connections not closed properly * rabbit: smart timeout on missing exchange * rabbit: Fix message ttl not work * rabbit: remove publisher classes * rabbit: Set timeout on the underlying socket * Remove stale copy of context.py * Add one more functional test for MessagingTimeout * Fix list_opts test to not check all deps * make it possible to import amqp driver without dependencies * Remove outdated release notes * rabbit: smarter declaration of the notif. queue * rabbit: redeclare consumers when ack/requeue fail * Bump kombu and amqp requirements * Updated from global requirements * rabbit: fix exception path in queue redeclaration * rabbit: fix consumers declaration * rabbit: remove unused consumer interfaces * rabbit: remove unused code * rabbit: Remove unused stuffs from publisher * Remove support for Python 3.3 * Updated from global requirements * Add RequestContextSerializer * Updated from global requirements * rabbit: fixes a logging issue * rabbit/qpid: simplify the consumer loop * Updated from global requirements * Imported Translations from Transifex * Fix missing space in help text * zmq: Add support for ZmqClient pooling * Enable eventlet dependency on Python 3 * Add JsonPayloadSerializer serializer * Fix test_matchmaker_redis on Python 3 * Disable and mark heartbeat as experimental * Uncap library requirements for liberty * Port ZMQ driver to Python 3 * Use unittest.mock on Python 3 * Enable redis test dependency on Python 3 * Remove amqp driver 'unpacked content' logging * Updated from global requirements * Add pypi download + version badges * Fix TypeError caused by err_msg formatting * Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py * Document notification_driver possible values * Do not skip functional test for amqp driver * Add functional test for notify.logger * Properly deserialize received AMQP 1.0 messages * Make notify driver messaging play well with publish_errors * Imported Translations from Transifex - Add python-amqp as Requires according to requirements.txt - Add python-oslo.context as BuildRequires - Update Requires according to requirements.txt * Sat May 16 2015 dmueller@suse.com - fix requires * Mon Mar 30 2015 tbechtold@suse.com - update to 1.9.0: * Use the oslo_utils stop watch in decaying timer * Updated from global requirements * Remove 'UNIQUE_ID is %s' logging * rabbit: fix ipv6 support * Create a unique transport for each server in the functional tests * Publish tracebacks only on debug level * Add pluggability for matchmakers * Make option [DEFAULT]amqp_durable_queues work * Reconnect on connection lost in heartbeat thread * Imported Translations from Transifex * cleanup connection pool return * rabbit: Improves logging * fix up verb tense in log message * rabbit: heartbeat implementation * Fix changing keys during iteration in matchmaker heartbeat * Minor improvement * ZeroMQ deployment guide * Fix a couple typos to make it easier to read * Tiny problem with notify-server in simulator * Fix coverage report generation * Add support for multiple namespaces in Targets * tools: add simulator script * Deprecates the localcontext API * Update to oslo.context * Remove obsolete cross tests script * Fix the bug redis do not delete the expired keys * Tue Mar 10 2015 tbechtold@suse.com - update to 1.8.0: * Updated from global requirements * NotifyPublisher need handle amqp_auto_delete * Fix matchmaker_redis ack_alive fails with KeyError - update Requires * Thu Feb 26 2015 tbechtold@suse.com - update to 1.7.0: * Add FAQ entry for notifier configuration * rabbit: Fix behavior of rabbit_use_ssl * amqp1: fix functional tests deps * Skip functional tests that fail due to a qpidd bug * Remove unnecessary log messages from amqp1 unit tests * Include missing parameter in call to listen_for_notifications * Fix the import of the driver by the unit test * Add a new aioeventlet executor * Add missing unit test for a recent commit * Add the threading executor setup.cfg entrypoint * Move each drivers options into its own group * Refactor the replies waiter code * Imported Translations from Transifex * Fix notifications broken with ZMQ driver * Gate functionnal testing improvements * Treat sphinx warnings as errors * Move gate hooks to the oslo.messaging tree * Set the password used in gate * Update README.rst format to match expectations - Adjust BuildRequires for documentation * Thu Jan 29 2015 tbechtold@suse.com - update to 1.6.0: * Updated from global requirements * Expose _impl_test for designate * Update Oslo imports to remove namespace package * Speedup the rabbit tests * Fix functionnal tests * Fixed docstring for Notifier * zmq: Refactor test case shared code * Add more private symbols to the old namespace package * Updated from global requirements * Fixes test_two_pools_three_listener * Add TimerTestCase missing tests case * fix qpid test issue with eventlet monkey patching * Make setup.cfg packages include oslo.messaging * Upgrade to hacking 0.10 * Add oslo.messaging._drivers.common for heat tests * Port zmq driver to Python 3 * fix qpid test issue with eventlet monkey patching * Move files out of the namespace package * Add a info log when a reconnection occurs * rabbit: fix timeout timer when duration is None * Don't log each received messages * Fix some comments in a backporting review session * Enable IPv6-support in libzmq by default * Add a thread + futures executor based executor * safe_log Sanitize Passwords in List of Dicts * Updated from global requirements * rabbit: add some tests when rpc_backend is set * Warns user if thread monkeypatch is not done * Add functional and unit 0mq driver tests * The executor doesn't need to set the timeout * qpid: honor iterconsume timeout * rabbit: more precise iterconsume timeout * Workflow documentation is now in infra-manual * Touch up grammar in warning messages - Adjust Requires * Thu Jan 15 2015 tbechtold@suse.com - update to 1.5.1: * Reintroduces fake_rabbit config option * Imported Translations from Transifex * Rabbit: Fixes debug message format * Rabbit: iterconsume must honor timeout * Don't use oslo.cfg to set kombu in-memory driver * Don't share connection pool between driver object * Show what the threshold is being increased to * Wait for expected messages in listener pool test * Dispath messages in all listeners in a pool * Reduces the unit tests run times * Set correctly the messaging driver to use in tests * Always use a poll timeout in the executor * Have the timeout decrement inside the wait() method * Renamed PublishErrorsHandler * Create a new connection when a process fork has been detected * Remove the use of PROTOCOL_SSLv3 * Add qpid and amqp 1.0 tox targets * Updated from global requirements * Imported Translations from Transifex * rabbit: uses kombu instead of builtin stuffs * Allows to overriding oslotest environ var * Create ZeroMQ Context per socket * Remove unuseful param of the ConnectionContext * Updated from global requirements * Add basic tests for 0mq matchmakers * Notification listener pools * Updated from global requirements * Fix tiny typo in server.py * Switch to oslo.middleware * Updated from global requirements * Activate pep8 check that _ is imported * Enable user authentication in the AMQP 1.0 driver * Documentation anomaly in TransportURL parse classmethod * Don't put the message payload into warning log * Updated from global requirements * Add pbr to installation requirements * Updated from global requirements * Add driver independent functional tests * Imported Translations from Transifex * zmq: Remove dead code * Updated from global requirements * Finish transition to oslo.i18n * Imported Translations from Transifex * Imported Translations from Transifex * qpid: Always auto-delete queue of DirectConsumer * Updated from global requirements * Imported Translations from Transifex * Enable oslo.i18n for oslo.messaging * Switch to oslo.serialization * Cleanup listener after stopping rpc server * Updated from global requirements * Track the attempted method when raising UnsupportedVersion * fix memory leak for function _safe_log * Stop using importutils from oslo-incubator * Add missing deprecated group amqp1 * Updated from global requirements * Stop using intersphinx * Add documentation explaining how to use the AMQP 1.0 driver * Imported Translations from Transifex * Construct ZmqListener with correct arguments * Message was send to wrong node with use zmq as rpc_backend * Work toward Python 3.4 support and testing * Ensure the amqp options are present in config file * Add contributing page to docs * Import notifier middleware from oslo-incubator * Let oslotest manage the six.move setting for mox - Add python_requires to _service - Adjust Requires according to requirements.txt
/usr/share/doc/packages/python-oslo.messaging-doc /usr/share/doc/packages/python-oslo.messaging-doc/LICENSE /usr/share/doc/packages/python-oslo.messaging-doc/html /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/admin /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/admin/AMQP1.0.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/admin/drivers.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/admin/index.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/admin/pika_driver.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/admin/zmq_driver.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/configuration /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/configuration/conffixture.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/configuration/index.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/configuration/opts.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/contributor /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/contributor/contributing.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/contributor/driver-dev-guide.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/contributor/index.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/contributor/supported-messaging-drivers.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/index.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/exceptions.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/executors.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/index.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/notification_driver.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/notification_listener.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/notifier.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/rpcclient.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/serializer.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/server.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/target.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/reference/transport.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/user /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/user/FAQ.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/user/history.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_sources/user/index.rst.txt /usr/share/doc/packages/python-oslo.messaging-doc/html/_static /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/ajax-loader.gif /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/basic.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/comment-bright.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/comment-close.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/comment.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css/bootstrap.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css/bootstrap.min.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css/combined.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css/font-awesome.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css/font-awesome.min.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/css/native.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/doctools.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/documentation_options.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/down-pressed.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/down.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/favicon.ico /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/file.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/FontAwesome.otf /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/fontawesome-webfont.eot /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/fontawesome-webfont.svg /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/fontawesome-webfont.ttf /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/fontawesome-webfont.woff /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/fontawesome-webfont.woff2 /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/glyphicons-halflings-regular.eot /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/glyphicons-halflings-regular.svg /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/glyphicons-halflings-regular.ttf /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/glyphicons-halflings-regular.woff /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/fonts/glyphicons-halflings-regular.woff2 /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/docs /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/docs/license.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/docs/superuser1.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/docs/superuser2.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/docs/superuser3.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/docs/superuser4.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-facebook-hover.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-facebook.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-linkedin-hover.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-linkedin.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-twitter-hover.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-twitter.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-youtube-hover.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/footer-youtube.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/loading.gif /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/openstack-logo-full.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/openstack-logo-vert.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/images/search-icon.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/jquery-3.2.1.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/jquery.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/bootstrap.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/bootstrap.min.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/docs.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/jquery-3.2.1.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/jquery-3.2.1.min.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/navigation.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/js/webui-popover.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/minus.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/plus.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/pygments.css /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/searchtools.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/underscore-1.3.1.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/underscore.js /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/up-pressed.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/up.png /usr/share/doc/packages/python-oslo.messaging-doc/html/_static/websupport.js /usr/share/doc/packages/python-oslo.messaging-doc/html/admin /usr/share/doc/packages/python-oslo.messaging-doc/html/admin/AMQP1.0.html /usr/share/doc/packages/python-oslo.messaging-doc/html/admin/drivers.html /usr/share/doc/packages/python-oslo.messaging-doc/html/admin/index.html /usr/share/doc/packages/python-oslo.messaging-doc/html/admin/pika_driver.html /usr/share/doc/packages/python-oslo.messaging-doc/html/admin/zmq_driver.html /usr/share/doc/packages/python-oslo.messaging-doc/html/configuration /usr/share/doc/packages/python-oslo.messaging-doc/html/configuration/conffixture.html /usr/share/doc/packages/python-oslo.messaging-doc/html/configuration/index.html /usr/share/doc/packages/python-oslo.messaging-doc/html/configuration/opts.html /usr/share/doc/packages/python-oslo.messaging-doc/html/contributor /usr/share/doc/packages/python-oslo.messaging-doc/html/contributor/contributing.html /usr/share/doc/packages/python-oslo.messaging-doc/html/contributor/driver-dev-guide.html /usr/share/doc/packages/python-oslo.messaging-doc/html/contributor/index.html /usr/share/doc/packages/python-oslo.messaging-doc/html/contributor/supported-messaging-drivers.html /usr/share/doc/packages/python-oslo.messaging-doc/html/genindex.html /usr/share/doc/packages/python-oslo.messaging-doc/html/index.html /usr/share/doc/packages/python-oslo.messaging-doc/html/objects.inv /usr/share/doc/packages/python-oslo.messaging-doc/html/py-modindex.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/exceptions.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/executors.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/index.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/notification_driver.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/notification_listener.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/notifier.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/rpcclient.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/serializer.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/server.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/target.html /usr/share/doc/packages/python-oslo.messaging-doc/html/reference/transport.html /usr/share/doc/packages/python-oslo.messaging-doc/html/search.html /usr/share/doc/packages/python-oslo.messaging-doc/html/searchindex.js /usr/share/doc/packages/python-oslo.messaging-doc/html/user /usr/share/doc/packages/python-oslo.messaging-doc/html/user/FAQ.html /usr/share/doc/packages/python-oslo.messaging-doc/html/user/history.html /usr/share/doc/packages/python-oslo.messaging-doc/html/user/index.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024