- 02 Feb, 2022 1 commit
-
-
yatinkarel authored
With neutron-lib 2.19.0 release[1] ovs constants are moved to seperate module, so now these needs to be used from the new location. [1] https://review.opendev.org/c/openstack/neutron-lib/+/822131 Closes-Bug: #1959741 Change-Id: Ibd1e87c76ad3bb6b9bf3a862ff06092695be1c70
-
- 26 Jan, 2022 1 commit
-
-
Zuul authored
-
- 11 Nov, 2021 1 commit
-
-
XiaoYu Zhu authored
This commit fix ERROR described in the related bug. Avoid recognizing "group_id=xabc," as "group_id=x,". Change-Id: I3c52f8e86f8fdc487a2f4dbf6d9d6ba88a95d1ad Closes-Bug: #1950543
-
- 07 Oct, 2021 1 commit
-
-
Slawek Kaplonski authored
Change-Id: If9c66f225fb2fcd299b05c3f29652768a99a040b
-
- 17 Sep, 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 yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I4430402289d2031c1b02f04e7d1aecb0baf6065e
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: I3e070d7406439a11882d6111e41bbb10af5f2aa8
-
- 08 Sep, 2021 1 commit
-
-
Zuul authored
-
- 02 Sep, 2021 2 commits
- 31 Aug, 2021 1 commit
-
-
Zuul 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
-
- 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
-
- 24 Sep, 2020 3 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
-
Bernard Cafarelli authored
Bump lower-constraints to versions supporting python 3.8 and with wheels available and sync requirements Bump hacking to 3.2.0 in order to work with Focal, disabling W504 to align with neutron Clean pep8 requirements from lower-constraints Change-Id: I743acf9f2b7d7000e3340fee4887c8a1f3647133
-
- 20 Aug, 2020 1 commit
-
-
Bernard Cafarelli authored
New versions of isort broke pylint. So force version 4.3.21, similarly to other Neutron projects fixes Change-Id: I9eb5fb14c67171c8ba1fa1ea12d3154d6ea19aa7
-
- 23 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions 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. 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: Iffe046bc0ae6b1230d994593ffd29ca21bf369b0
-
- 07 May, 2020 1 commit
-
-
Zuul authored
-
- 06 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: I5b00ee328f83cec8375ad1538be3a16059af08a3 Closes-Bug: #1863021
-
- 27 Apr, 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 victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ice7a9c700eea40f592e9417e29ce21d4f0e7eadd
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I1937c33212bc7ecf884aba4d04cb703b07b59824 Sem-Ver: feature
-
- 24 Apr, 2020 1 commit
-
-
Zuul authored
-
- 17 Apr, 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 - Remove obsolete sections from setup.cfg - Update classifiers - Update requirements, no need for python_version anymore - Use newer openstackdocstheme and Sphinx versions - Cleanup */source/conf.py to remove now obsolete content. Change-Id: I9be10bba84b2f9a3c99941075a9a7d4473971aa1
-
- 01 Apr, 2020 1 commit
-
-
elajkat authored
Change-Id: I8507dd61835512b889ad189ee10ac5b38084884c
-
- 18 Dec, 2019 1 commit
-
-
Bernard Cafarelli authored
This is part of Ussuri goal tracked for Neutron stadium at: https://etherpad.openstack.org/p/neutron-train-zuulv3-py27drop Change-Id: I69c8dfd113269f7092963536498e313c4d7afca1
-