- 16 Oct, 2019 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
tag for stable/train
-
- 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
-
- 20 Jul, 2019 1 commit
-
-
Thomas Goirand authored
-
- 19 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 18 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 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.
-
- 02 Apr, 2019 6 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
First tag for stable/stein
-
- 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