- 20 Mar, 2021 1 commit
-
-
Kenneth Giusti authored
Bandit 1.6.0 accidentally changed how the exclusion list option is handled and breaks our use of it. Cap to the previous version until Bandit has fixed the problem. Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there as well. NOTE(elod.illes): use upper-constraints.txt for docs tox target, to limit dulwich to the version that was used in stable/pike. Also install the content of requirements.txt otherwise those will be installed unconstrained during the test run. Conflicts: doc/requirements.txt Change-Id: Ie6b379f2c99862c37891ac03c52464e07bc2b2cc (cherry picked from commit 4f467fbd) (cherry picked from commit 012cdcd0)
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 22 Feb, 2019 1 commit
-
-
Kenneth Giusti authored
Change-Id: I90c172d673084ff0cb0a3dd0fae21a5d62d35286 Related-Bug: #1800957
-
- 26 Sep, 2018 1 commit
-
-
Kenneth Giusti authored
The _get_connection_info() method attempts to gather debug information from the connection, and will reach into the amqp channel to get the local (client's) TCP port number via the 'sock' property. If _get_connection_info() is called from autoretry's on_error handler the 'sock' property notices that the transport is not set and attempts to re-connect. amqp has deprecated this reconnect behavior, and in any case the client's socket is irrelevant since the connection may not be valid at this point. Closes-Bug: #1745166 Change-Id: I3c42f8463605927f6f94d6c3a7f05e584476abc1 (cherry picked from commit 36166976)
-
- 27 Aug, 2018 1 commit
-
-
Kenneth Giusti authored
Change-Id: I15c8c4a1177c363283281d2fed63545658eda5de Closes-Bug: #1787214 (cherry picked from commit d9866029)
-
- 03 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I0b329814ee4833f315214213c0d72ee927ca7e7d Story: #2003250
-
- 13 Jul, 2018 1 commit
-
-
Zhen Qin authored
If using rabbitmq as rpc backend, oslo.messaging generates large amount of redundant timeout debug logs (several logs per second on multiple openstack services, such as nova, heat, cinder), in format of 'Timed out waiting for RPC response: Timeout while waiting on RPC response - topic: "<unknown>", RPC method: "<unknown>" info: "<unknown>'. It's because each socket timeout exception is raised to multiple levels of error recovery callback functions then logged repeatedly. However, the accompanying value of socket.timeout exception is currently always “timed out”. Besides, oslo.messaging has implemented retry mechanism to recover socket timeout failure. Therefore, IMO those logs should be suppressed, even if at debug level, to save disk space and make debugging more convenient. Change-Id: Iafc360f8d18871cff93e7fd721d793ecdef5f4a1 Closes-Bug: #1714558 (cherry picked from commit 147186c7)
-
- 09 May, 2018 1 commit
-
-
Wonil Choi authored
This reverts commit c881baed. Eventhough batch_size is set, rabbitMQ prefetch count is not changed at the first time of connection creation. It works only connection reset cases(i.e. rabbitMQ restart). So this patch can not fix original issue https://bugs.launchpad.net/ceilometer/+bug/1551667 Moreover, it makes another bug that messages of sameple queues are not consumed properly. So revert it. Change-Id: Ia8ebee8e2a670e46b6a68859bc30e717bd56ed7e Signed-off-by:
Wonil Choi <wonil22.choi@samsung.com> Closes-bug: 1759755 (cherry picked from commit e0e8a1ea)
-
- 08 Jan, 2018 1 commit
-
-
Sean McGinnis authored
Backporting of upper constraint check missed adding the stable branch to the URL. Change-Id: I30f4ae092027560b4980964bda7f9869aa5d3a45
-
- 29 Dec, 2017 2 commits
-
-
Kenneth Giusti authored
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html Refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html Change-Id: I3d8c70f66931c15247b530ff7e1c89bfc753446f (cherry picked from commit c7cc6d07)
-
Andreas Jaeger authored
We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: Ifaaf656effff20ef08214f111645a3b5fc8b4d28 (cherry picked from commit d68b53f0)
-
- 30 Nov, 2017 1 commit
-
-
Mehdi Abaakouk authored
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 (cherry picked from commit c38857e1)
-
- 22 Nov, 2017 1 commit
-
-
Vincent Untz authored
heartbeat_check in kombu.connection is not reraising exceptions as exceptions.OperationalError, and the socket timeout during the heartbeat check is really an issue seen in the field when a node goes down; the heartbeat thread just tries again and again to deal with it, without success. Change-Id: I26dbdb18a7e64946db2cba676764ff2d428c7897 Closes-Bug: #1657444 (cherry picked from commit 8bfc3637)
-
- 11 Sep, 2017 1 commit
-
-
Kenneth Giusti authored
Adds the 'pseudo_vhost' option which when enabled will incorporate the virtual host into the address semantics. This creates a 'subnet' like address space for each virtual host. Use this when the messaging bus does not provide virtual hosting support. It is enabled by default as to date none of the supported AMQP 1.0 message buses natively support virtual hosting. It also updates SSL support: SSL can either use the connection hostname or the vhost name when validating a server's certificate. This is controlled by the 'ssl_verify_vhost' option. This option is disabled by default as it requires both vhost and SNI support from the server. By default SSL will use the DNS name from the TransportURL. Change-Id: I49bb99d1b19e8e7e6fded76198da92ca5f7d65ab Closes-Bug: #1700835 Partial-Bug: #1706987 (cherry picked from commit 263dce9e)
-
- 12 Aug, 2017 1 commit
-
-
Jenkins authored
-
- 11 Aug, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I2d5b758c8d391e57848479622b0c9417c4da739d
-
- 05 Aug, 2017 1 commit
-
-
Jenkins authored
-
- 04 Aug, 2017 1 commit
-
-
Kenneth Giusti authored
This test removes a check of the number of times kombu's Connection.connect() method is being called for each mocked retry. The number of calls kombu makes internally is irrelevant to proving the API is correct. The rest of the tests do ensure that the target method is retried as expected, which is relevant to the API. This change is necessary due to the kombu v4.1.0 release actually calling Connection.connect() twice for each call to the target method when compaired to earlier releases. Change-Id: I3326b8e92efe3bef00b1f389d81944af9cc080f8 Closes-Bug: #1707263 (cherry picked from commit 2c9ac202)
-
- 28 Jul, 2017 2 commits
-
-
OpenStack Release Bot authored
Change-Id: Ifb203f8eac75d35d803f4412b7e65ccb5f5d8c43
-
OpenStack Release Bot authored
Change-Id: Ic7fb36ede56033c9b97342e7ba6ea9797c54dbda
-
- 18 Jul, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I7b81c8def55f702b95204d727b95d879c441167e
-
- 13 Jul, 2017 1 commit
-
-
Jenkins authored
-
- 12 Jul, 2017 1 commit
-
-
ChangBo Guo(gcb) authored
Change-Id: I139d4d38e49590d50e51495b6e3b84836975c6ed
-
- 11 Jul, 2017 1 commit
-
-
zhiCHang1990 authored
The RPC server code can not work if we don't add eventlet.monkey_patch() at the begining. Change-Id: I65a162a427fb5615c95a70e6d1bbec899a78f231
-
- 10 Jul, 2017 1 commit
-
-
Jenkins authored
-
- 06 Jul, 2017 3 commits
- 05 Jul, 2017 2 commits
- 27 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I3c492ddd176882989a8a083fb560ab5c5df2452f
-
- 22 Jun, 2017 1 commit
-
-
blue55 authored
Some of the available checks are disabled by default, like: [H106] Don’t put vim configuration in source files [H203] Use assertIs(Not)None to check for None Change-Id: I54b4b950dfcd2ce5a64f38b5d5b5cbe95846a8fa
-
- 15 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ib872e230f563ca2e1e3e67f9dabe13250735c9e7
-
- 13 Jun, 2017 1 commit
-
-
Andrew Smith authored
Make uniform with other drivers, kafka driver files, etc. Change-Id: I6c6e201c304a6005ef191f96e5ac39ffaf4ab8f7
-
- 12 Jun, 2017 1 commit
-
-
Jenkins authored
-
- 10 Jun, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I9313f1d68f67c3839a261ac9661e85bbdb03b94e
-
- 09 Jun, 2017 2 commits
-
-
Jenkins authored
-
ZhangHongtao authored
html_last_updated_fmt option is interpreted as a byte string in python3, causing Sphinx build to break. This patch makes it utf-8 string. Change-Id: Ifde17e94d0345a289eea29ba3d664d31f1eb51d9 Closes-Bug:#1693670
-
- 08 Jun, 2017 2 commits
-
-
Thomas Herve authored
Change-Id: I5a7607add852258ca6623f9b855c36eda5ff9e1e
-
Mehdi Abaakouk authored
We recently move ack/requeue of messages in main/polling thread of rabbitmq drivers. And break the blocking executor. This one is not tested by any tests and now deprecated. This change workaround the issue until we completely remove the blocking executor. Change-Id: Id479100f6ff364cf67a199e9b70f9f0c7bf7e1a9 Closes-bug: #1694728
-