summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
...
* doc: Remove crud from conf.py fileHervé Beraud2018-10-151-231/+15
| | | | Change-Id: I35c6221f78cac9fe4ab3e194e8a94ca4f0b24ca2
* Add release note about deprecated option removalsSteve Kowalik2018-09-141-0/+11
| | | | | | | | Since we have removed a large amount of deprecated options, add a release note documenting which options have been removed. Depends-On: https://review.openstack.org/580910 Change-Id: Idb45f691dab77e5bfae841ea45fa167c224c3322
* Remove the deprecated ZeroMQ driverAndy Smith2018-08-281-0/+8
| | | | | | | | Users of the oslo.messaging RPC communications service must use the rabbit ("rabbit://...") or AMQP 1.0 ("amqp://...") drivers. Change-Id: If3474142f1fe99d41d7b4466061ed0e23ca38549 Closes-Bug: 1789259
* Update reno for stable/rockyOpenStack Release Bot2018-07-262-0/+7
| | | | Change-Id: I1a8834b95487805805395e919e2c6cdc435522b0
* Merge "Enable RPC call monitoring in AMQP 1.0 driver"Zuul2018-07-041-0/+11
|\
| * Enable RPC call monitoring in AMQP 1.0 driverKenneth Giusti2018-06-131-0/+11
| | | | | | | | | | | | | | | | | | The call monitoring feature was introduced in commit b34ab8b1cc9f4d513a2927c102dbbe82031d9c2a for RabbitMQ. This patch enables the feature on the AMQP 1.0 driver - currently the only other driver that supports RPC. Change-Id: Ic787696852690b59779fb4716aec1e78c48bbe6a
* | Add ZeroMQ deprecation release noteKenneth Giusti2018-06-151-0/+7
|/ | | | Change-Id: I32d36c986567646d9e470ce417b3e04776197e94
* Move requirements for the optional drivers (amqp1, kafka)Kenneth Giusti2018-04-161-0/+12
| | | | | | | | | | | Move the requirements for the optional drivers to test-requirements.txt and setup.cfg. The default rabbitmq driver's dependencies should be the only hard requirements for the base package. Leaving ZeroMQ deps unchanged for now as it will be removed in Stein Change-Id: I19dd699ccf87e43202ccefb99258fbaa9ea17b7e
* Remove the deprecated Pika driver6.0.0Kenneth Giusti2018-03-211-0/+8
| | | | | | | | | | | It is recommended that all users of the Pika driver transition to using the Rabbit driver instead. Typically this is done by changing the prefix of the transport_url configuration option from "pika://..." to "rabbit://...". There are no changes required to the RabbitMQ server configuration. Change-Id: I52ea5ccb7e7c247abd95e2d8d50dac4c4ad11246 Closes-Bug: #1744741
* Merge "Modify grammatical errors"Zuul2018-03-191-1/+1
|\
| * Modify grammatical errorsmelissaml2018-02-081-1/+1
| | | | | | | | Change-Id: I8c1cd79179eb3930b1ce69c63015adc5ec4a1d3c
* | Imported Translations from Zanata5.36.0OpenStack Proposal Bot2018-03-011-3/+3
|/ | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: If6a1cb9165815aa705f1939ec68bd375d157df55
* Imported Translations from ZanataOpenStack Proposal Bot2018-01-271-2/+5
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I0ed0ad232ab447441935c7c4b69d0317707dfbfa
* Update reno for stable/queensOpenStack Release Bot2018-01-242-0/+7
| | | | Change-Id: Ib6aee372f7dcdbd468bb4239e08473536525603a
* Imported Translations from ZanataOpenStack Proposal Bot2018-01-221-2/+12
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id63a23d40299a85510ce844ca72b462934416c98
* Imported Translations from ZanataOpenStack Proposal Bot2017-12-131-2/+24
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iaf8bc96558135054f59aa5c30bed52af57e7cc6e
* Imported Translations from Zanata5.34.1OpenStack Proposal Bot2017-12-031-2/+5
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I82de13c53c446be73c39813c2f1b1ee7245ae4a6
* rabbitmq: don't wait for message ack/requeueMehdi Abaakouk2017-11-291-0/+12
| | | | | | | | | | | | | | I don't see any obvious reason why we should wait ack/requeue is done. This waiter have already be removed from amqp1. https://git.openstack.org/cgit/openstack/oslo.messaging/tree/oslo_messaging/_drivers/amqp1_driver/controller.py#n242 So, this change remove it from rabbitmq driver too. Closes-bug: #1734788 Change-Id: I5ecedc762596181be19410b863851a0054fd6579
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+4
| | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: Icb7de5c9020c3543c218744c0dc75e758f0abb43
* Imported Translations from ZanataOpenStack Proposal Bot2017-10-091-0/+140
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib28aea3b87c63d0d3e470d43f72d236d5edbc37b
* Fix default value of RPC dispatcher access_policyzhangxuanyuan2017-09-241-0/+5
| | | | | Change-Id: I4d30ff269b2e34f4409e8d1ce822eb93918cf5a2 Closes-Bug: #1712393
* Imported Translations from ZanataOpenStack Proposal Bot2017-08-241-30/+0
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id9d500ffac34e52a246cbc00cd6c3e5f9efe979e
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: Ia038290d7cc73acdf6d978203fa710366fda6643
* switch from oslosphinx to openstackdocsthemeDong Ma2017-07-061-2/+10
| | | | Change-Id: Ic3d9b9cbef0040512e37c8e99df7bb028e344bc9
* Add note for blocking executor deprecationThomas Herve2017-06-081-0/+6
| | | | Change-Id: I5a7607add852258ca6623f9b855c36eda5ff9e1e
* Mark the Pika driver as deprecatedKenneth Giusti2017-05-301-0/+8
| | | | | | | | | | | | | The Pika driver was intended to be a more stable and performant replacement for the default rabbit driver. However due to lack of both maintainers and compelling evidence that pika is superior to the existing rabbit driver in either performance or stability it has been deprecated for removal. See: http://lists.openstack.org/pipermail/openstack-dev/2017-May/116679.html Change-Id: I98e0123edd3248be665325833283689fc3a897f7
* Add get_rpc_transport callAndrew Smith2017-05-121-0/+10
| | | | | | | | | The get_rpc_transport wraps get_transport to unify the API in anticipation of comprehensive separation of RPC and Notification messaging backends. Related-Bug: 1680192 Change-Id: Ic6af07b98ff43806c2af38a3ba129991f1e0ec86
* Retry support for oslo_messaging_notifications driverElancheran Subramanian2017-04-181-0/+8
| | | | | | | | | | | | When the underlying RPC is configured with rabbit along with oslo_messaging_notifications, currently the retry is not supported. There are retry support specific to drivers, it's better to have the support uniform across the drivers, by adding configuration retry on the oslo_messaging_notifier. Closes-bug: 1666364 Change-Id: I8d547ef2a9e8b086f94a1efca17735f3f3cdaac1
* serializer: remove deprecated RequestContextSerializerChangBo Guo(gcb)2017-03-291-0/+4
| | | | | | | We deprecated RequestContextSerializer in 404bebcca and it's not used by any project, so we can remove it safely now. Change-Id: I0300f5d2aaa85d515c0437e0e69399b9f5bad09a
* Fix releasenotesHanxi Liu2017-02-223-7/+7
| | | | | | Fix the unreleased page and remove reno pages extra symbols. Change-Id: I291b18560a11a318577b61c15a3462dabb0eb366
* Update reno for stable/ocataOpenStack Release Bot2017-01-202-0/+7
| | | | Change-Id: I4d365377e6c01e040f705bf70ed86c9f1d97234e
* Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: I7f004ff1404281a825f6317d1555bbb32822a971
* Update reno for stable/newtonDoug Hellmann2016-08-292-0/+7
| | | | Change-Id: I7761e3025cc312c72a26d53c0bf0519ed0245cdf
* Merge "Introduce TTL for idle connections"Jenkins2016-07-271-0/+8
|\
| * Introduce TTL for idle connectionsKirill Bespalov2016-07-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can reduce a workload of rabbitmq through implementation of expiration mechanism for idle connections in the pool with next properties: conn_pool_ttl (default 20 min) conn_pool_min_size: the pool size limit for expire() (default 2) The problem is timeless idle connections in the pool, which can be created via some single huge workload of RPCServer. One SEND connection is heartbeat thread + some network activity every n second. So, we can reduce it. Here is two ways to implement an expiration: [1] Create a separated thread for checking expire date of connections [2] Make call expire() on pool.get() or pool.put() The [1] has some threading overhead, but probably insignificant because the thread can sleep 99% time and wake up every 20 mins (by default). Anyway current implementation is [2]. Change-Id: Ie8781d10549a044656824ceb78b2fe2e4f7f8b43
* | Add deprecated relnote for max_retries rabbit configuration optionJoshua Harlow2016-07-121-0/+5
|/ | | | Change-Id: I3e7fbededc972c5c785c037e2abd7ccff0aae267
* Imported Translations from ZanataOpenStack Proposal Bot2016-07-011-0/+30
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I344d2a0c432927d6dde0208dc0682c36c8a85655
* Add reno for releasenotes managementKirill Bespalov2016-05-196-0/+292
An initial patch to add reno and create a base directory for release notes Change-Id: If393d865f3f054379a713d0e9f905d43b2faeccb