- 15 Sep, 2020 1 commit
-
-
elajkat authored
Add back .zuul.yaml to the project and change all references from openstack/networking-l2gw to x/networking-l2gw Make jobs work on ubuntu focal Fix mysql syntax in tools/test-setup.sh Change-Id: Ic48f3d8ae8786b9ea98abba94b44ff4cb804ccc8
-
- 06 Aug, 2020 1 commit
-
-
elajkat authored
The removal of .zuul.yaml is necessary to import the repo to x/ namespace. Change-Id: Ie4434ed4c116bfc10b60945172b49898db44714f
-
- 03 Jul, 2020 1 commit
-
-
Zuul authored
-
- 30 Jun, 2020 1 commit
-
-
elajkat authored
networking-l2gw is not a neutron stadium project, and not governed by openstack, so it is time to move it to x/ namespace. As a first step disable zuul jobs to avoid collisions when the new repository will be created as x/networking-l2gw. Change-Id: I1bf048df49c385a92fea55f99bd0a7c4283960cf
-
- 29 Jun, 2020 1 commit
-
-
Zuul authored
-
- 19 Jun, 2020 1 commit
-
-
Andreas Jaeger authored
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg - Update classifiers - Remove install_command from tox.ini, the default is fine - Remove Babel from requirements, it's not needed for running. - Remove unused babel.cfg and obsolete openstack-common.conf - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE. - Remove six usage - update to hacking 3.1.0, fix problems found. - Remove hacking and friends from lower-constraints, they are blacklisted Change-Id: I6321b612f37bca7b441171814b059eaad03d9f24
-
- 18 Jun, 2020 1 commit
-
-
fanghuilin authored
Change-Id: I115f777d3e990587a58ce97a61f59b3480e9270b Closes-bug: #1883203
-
- 03 Jun, 2020 1 commit
-
-
Zuul authored
-
- 23 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 version. Using this version will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: If0e77ff211c6ee1418e5fe2a790b8029b1495dcd
-
- 21 May, 2020 1 commit
-
-
elajkat authored
Change-Id: I630d47318f211ec72d42282456036cb20acd0254
-
- 13 May, 2020 1 commit
-
-
Sean McGinnis authored
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I083fed71bf9fe2a8eed4737940aa933dc4d0b980 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 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
-