- 06 Oct, 2021 1 commit
-
-
Thomas Goirand authored
-
- 30 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 22 Sep, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
networking-sfc 13.0.0.0rc1 release candidate meta:version: 13.0.0.0rc1 meta:diff-start: - meta:series: xena meta:release-type: release candidate meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Ife052392198da18a331d4f6c718b650e6ff62af5 meta:release:Code-Review+1: Bernard Cafarelli <bcafarel@redhat.com> meta:release:Code-Review+1: Lajos Katona <katonalala@gmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 08 Sep, 2021 1 commit
-
-
Zuul authored
-
- 02 Sep, 2021 2 commits
- 31 Aug, 2021 1 commit
-
-
Zuul authored
-
- 16 Aug, 2021 1 commit
-
-
Michal Arbet authored
-
- 07 Jul, 2021 1 commit
-
-
Bernard Cafarelli authored
The server start functional test had code identical to parent class TestPluginWorker that can be dropped. It also broke in networking-sfc after neutron https://review.opendev.org/c/openstack/neutron/+/793899 was merged Change-Id: I2e31be14f7b768b563d1c6f4babb08ec6c7ca9a2 Closes-Bug: #1934900
-
- 18 Jun, 2021 1 commit
-
-
Slawek Kaplonski authored
Ovs constants were moved from neutron to neutron_lib some time ago. This patch switches to use them from neutron-lib already. This patch bumps min version of neutron-lib to 2.11 as it is version which has those constants already. It also fixes some small issue in grouping of imports. Change-Id: I4f63b8cd737575eed948a15a439ef9ca9566e374
-
- 17 Jun, 2021 1 commit
-
-
ricolin authored
Change-Id: I9cbfdeac7b536a90b3a0ede956842bb52bd00f11
-
- 19 May, 2021 2 commits
-
-
yatinkarel authored
The assertItemsEqual method has been removed in Python 3.3 [1] but it was kept alive by unittest2, imported by testtools. For better compatibility, change to assertCountEqual. [1] https://bugs.python.org/issue17866 Change-Id: If5e544792e7b3bb8c62bb9d6bb38c189bf923dff
-
elajkat authored
UPPER_CONSTRAINTS_FILE was not used for testenv:docs, and a recent sphinx release seems to break pdf doc build, to fix it use upper constraints in tox.ini Change-Id: Ic45e777f059d09dc9fea6a825efaa1512064d621
-
- 15 Apr, 2021 1 commit
-
-
Thomas Goirand authored
-
- 28 Mar, 2021 1 commit
-
-
Thomas Goirand authored
-
- 25 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
networking-sfc 12.0.0.0rc1 release candidate meta:version: 12.0.0.0rc1 meta:diff-start: - meta:series: wallaby meta:release-type: release candidate meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Akihiro Motoki <amotoki@gmail.com> meta:release:Change-Id: Ie25b3750710a7dd43bf3dd0162b1136499bb098b meta:release:Code-Review+1: Akihiro Motoki <amotoki@gmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 24 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I3eeb1ed56a80ee70aa36a48155a8e073bb963b4e
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: Ia7c045bdea9b08329a721631bf23a7b3b985b3f8
-
- 22 Mar, 2021 1 commit
-
-
Zuul authored
-
- 10 Mar, 2021 1 commit
-
-
Zuul authored
-
- 04 Mar, 2021 1 commit
-
-
wangzihao authored
Remove six Replace the following items with Python 3 style code. - six.string_types - six.add_metaclass Change-Id: I877552d6207f0c1fd3eb22b433af033de5d6e05c
-
- 03 Mar, 2021 2 commits
- 01 Mar, 2021 2 commits
-
-
wangzihao authored
UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I439535f0ac5df735bdf0caf538edad97e1b0ac8d
-
Manpreet Kaur authored
Few files were still using third party mock library, this patch removes them and use the standard library mock module instead. Change-Id: Ic5c1d1bceff3e995d40ee49218e3627d26be1bed
-
- 15 Feb, 2021 1 commit
-
-
Akihiro Motoki authored
The latest pip resolver started to check requirements strictly and it detects many inconsistencies in lower-constraints.txt. The summary of changes in lower-constraints.txt are as below. * Address inconsistencies detected by the pip resolver accordingly. * os-xenapi in l-c is bumped to 0.3.4. os-xenapi 0.3.1 is incompatible in eventlet versions which neutron and other projects require. Note that neutron 17.0.0 says os-xenapi>=0.3.1 but wallaby neutron already bumped it to >=0.3.4 to pass the check by the new pip. * Bump the minimum neutron requirement to 17.0.0 (victoria release) as the previous min version 13.0.0.0b2 is too old. Wallaby and Victoria neutron are not different much, so I think it is no problem to use the latest released version here. (This is mainly to narrow down the space which the pip resolver searchs and speed up the fix effort.) * Minimum versions in requirements.txt and test-requirements.txt are updated accordingly. * Drop linter-specific entries from lower-constraints.txt. * Move linter dependencies to tox.ini. It is out of the outcomes in [1] and its thread. Note that we don't need isort explicitly as pylint now set a proper version including the upper limit. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019415.html Change-Id: I25a7e1d47c267631ebcb8ce34876ccfd38007e03
-
- 10 Nov, 2020 1 commit
-
-
likui authored
Remove babel.cfg and the translation bits from setup.cfg, those are not needed anymore. Change-Id: I83a070211939f9eeaffa95d1b4b6d9c3b0655960
-
- 04 Nov, 2020 1 commit
-
-
wangzihao authored
since 'victoria' cycle, we should test py38 by default. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I10ac6bc34327766f81918f3a73158866173e7f29
-
- 18 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 27 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
networking-sfc 11.0.0.0rc1 release candidate meta:version: 11.0.0.0rc1 meta:diff-start: - meta:series: victoria meta:release-type: release candidate meta:pypi: yes meta:first: no meta:release:Author: Thierry Carrez <thierry@openstack.org> meta:release:Commit: Thierry Carrez <thierry@openstack.org> meta:release:Change-Id: I0334f2ef39ae0536bc3731744b128d469346c830 meta:release:Code-Review+1: Boyron Sébastien <sboyron@redhat.com> meta:release:Code-Review+1: Slawek Kaplonski <skaplons@redhat.com> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 24 Sep, 2020 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ie34dda6a1cf2a844a9c3e92162c2eea066824750
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I7fd1651f3361a73925ded12fa079fe3e1d922353 Sem-Ver: feature
-