- 05 May, 2020 1 commit
-
-
Corey Bryant authored
Monkey patch the original current_thread to use the up-to-date _active global variable. This solution is based on that documented at: https://github.com/eventlet/eventlet/issues/592 Change-Id: I4a3b59b1059c3ab8e515d771a0411baafbbd28c4 Closes-Bug: #1863021
-
- 12 Feb, 2020 1 commit
-
-
elajkat authored
_validate_gateway_for_update expects now the gw dict to have device dict. The update thus fails in case of updateing the name only for example. This patch makes this kind of easy updates working. Change-Id: I4368e1fdbe3e539c988f82fd90d4c30b426ac1d2 Closes-Bug: #1834331
-
- 09 Dec, 2019 1 commit
-
-
elajkat authored
Python 2 will be EOL at the end of 2019. Ussuri will no longer support Python 2 so it's safe to remove python2 jobs and save some CI resources. Change-Id: I12ec23f9f8879b984099cce3495f4687dd2e0f61
-
- 05 Dec, 2019 1 commit
-
-
Zuul authored
-
- 25 Oct, 2019 1 commit
-
-
pengyuesheng authored
Change-Id: Iee43b0169e1b159c8ced5671018918925b99f00d
-
- 16 Oct, 2019 1 commit
-
-
wangfaxin authored
Change-Id: I6918313febc128624aeb724a172ddca1359159fd
-
- 26 Sep, 2019 1 commit
-
-
Zuul authored
-
- 25 Sep, 2019 1 commit
-
-
Zuul authored
-
- 20 Sep, 2019 1 commit
-
-
pengyuesheng authored
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Iebf1c67f40533a3a09d6dac2908d903bc9fc03f2
-
- 17 Sep, 2019 1 commit
-
-
elajkat authored
Change-Id: I3fd44c8a6908261a06d274d7901c86a9ffabcfe6
-
- 05 Sep, 2019 1 commit
-
-
pengyuesheng authored
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: I47a5ad7c95e7d255c460fd80d2c62c967c6b985c
-
- 03 Sep, 2019 2 commits
- 28 Aug, 2019 1 commit
-
-
Boden R authored
This patch consumes the neutron_lib.db.standard_attr module from neutron-lib by switching all imports to use neutron-lib's standard_attr. Change-Id: I846d99918aac6ae3dc699ed06233b1f4fa5ea78b
-
- 26 Aug, 2019 1 commit
-
-
elajkat authored
On python3 send fails with TypeError: a bytes-like object is required, not 'str', this patch solves this issue. Closes-Bug: #1820154 Change-Id: I700462a9a5bcc66b2edf05e4e0396556e381a8c1
-
- 29 Jul, 2019 1 commit
-
-
pengyuesheng authored
Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: I128f18d83a950b31e1e8c5a475d6e21a1987242f
-
- 24 Jul, 2019 1 commit
-
-
elajkat authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html As per below ML thread, we are good to drop the py35 testing also: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Story: #2005924 Task: #34225 Change-Id: Ibdafaa8b7f946c99a9083874296df82921ad770b
-
- 04 Jul, 2019 1 commit
-
-
Zuul authored
-
- 28 Jun, 2019 1 commit
-
-
Elod Illes authored
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In test jobs the script tools/test-setup.sh is called which requires mysql and postgres servers and clients to be installed. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: Iad7a49bae622cbae5203d69170e52c81e3066ba1
-
- 18 Jun, 2019 1 commit
-
-
Lajos Katona authored
In some cases agent looping tasks didn't start, but the _running property was set. Even with extra debug logs I can't get the roor cause. Other agents do call start() [0] as well after initializing FixedIntervalLoopingCall. [0] https://opendev.org/openstack/neutron/src/branch/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L323-L325 Change-Id: I82c02fb516eac2e357c6a7ee02ae8ed1c432530e
-
- 28 May, 2019 3 commits
- 27 May, 2019 1 commit
-
-
Andreas Jaeger authored
Import jobs from project-config and update them: * Use python36 instead of python35, since py35 is out of scope for current cycle. * Switch to using "tox -e docs" for docs building - using build-openstack-docs-pti template. This does not publish since networking-l2gw is not an official OpenStack project under governance anymore. Update tox.ini for docs change. Since this now uses python3 for docs building, switch from oslosphinx (only working with python2) to openstackdocstheme. Use new URL for upper-constraints file everywhere. Update RST files where new sphinx was producing errors. Needed-By: https://review.opendev.org/661542 Change-Id: Ic59f532e31647bc58aba236bf440b7bca934d36d
-
- 23 May, 2019 1 commit
-
-
Lajos Katona authored
bump lower-constraints for neutron, ovs, psycopg2 and SQLAlchemy, and as extra fix the failing unit test. Change-Id: I751b716cf22ce91197fc30e44969957acdef7e84 Depends-On: https://review.opendev.org/659960
-
- 22 May, 2019 1 commit
-
-
Andreas Jaeger authored
Fix sphinx requirements for python 3 so that tests work again, this is needed to fix networking-l2gw-tempest-dummy for https://review.opendev.org/659960. This commit includes the following unrelated changes to pass the gate. ---------------------------------------- Update psycopg2 to fix lower constraint issue This is a copy and paste from: https://review.opendev.org/#/c/645299/ Closes-Bug: #1821676 Change-Id: I728f38a4e43416cb2951d6ae7ca032f769d3666b ---------------------------------------- Change-Id: Ib578f234077654ecde3a1159950bcc3831cab98a
-
- 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.
-
- 11 Jan, 2019 1 commit
-
-
Lajos Katona authored
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Iced81991bbde2fc2e409ef14156192ccae866670
-
- 09 Jan, 2019 1 commit
-
-
Zuul authored
-
- 27 Dec, 2018 1 commit
-
-
Adit Sarfaty authored
L2GatewayConnectionNotFound expects id and not gateway_id Change-Id: I4c0d5560d49b4cb8675c495eb58c9e683a9c6e3f
-
- 04 Dec, 2018 1 commit
-
-
melissaml authored
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Iacb597f6d4da1c3f128d552a7e9306d5e1d373f3
-
- 14 Nov, 2018 1 commit
-
-
Boden R authored
The common_db_mixin will module eventually be removed from neutron as its functionality is available via neutron-lib. This patch switches uses of _apply_filters_to_query() over to apply_filters() from neutron-lib's model_query module. Change-Id: I58e01cfb67f288f777e7a4b2bd6c5748d6c4c0a4
-
- 03 Nov, 2018 2 commits
- 02 Nov, 2018 3 commits
- 25 Sep, 2018 1 commit
-
-
Boden R authored
As part of the Denver PTG [1] we decided networking related projects that are "current" and want to receive neutron-lib consumption patches on an on-going basis should indicate such with a well defined comment in their requirements.txt. This allows us to easily find the list of project to receive neutron-lib consumption patches [2] by searching for the string. In addition, projects opting-in for these patches are also attesting they will stay up to date with TC and infra initiatives to ensure consumption patches can flow freely. This patch adds the "neutron-lib-current" string to requirements.txt opting in for neutron-lib consumption patches. [1] https://etherpad.openstack.org/p/neutron-stein-ptg [2] https://docs.openstack.org/neutron-lib/latest/contributor/contributing.html#phase-4-consume Change-Id: Iaee6784e224ce824353156a5e86e8926b56ff6b4
-
- 24 Sep, 2018 2 commits
-
-
Boden R authored
The neutron.common.rpc and exceptions were rehomed into neutron-lib and are currently shimmed in neutron [1] This patch consumes those modules from neutron-lib by using lib's modules rather than neutrons. [1] https://review.openstack.org/#/c/586525/ Change-Id: I09b806ff67f4f5bb9513f6696d87f63d797e94f8
-
Boden R authored
This patch adds local tox targets for pep8 and python 3 as per [1] that will install dependencies in editable mode. To run them use the pep8-dev and py3-dev targets respectively. [1] https://etherpad.openstack.org/p/neutron-sibling-setup Change-Id: I1ef1c509576c7500ab840362700d700768613b3a
-