51ae343b0e921e5bfc096f24a4ca9f8f5394d420
1024 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
elajkat
|
67f7161952 |
Tests: fix requirements for unit tests
Add WebTest to test-requirements which used to be imported as a transitive requirement via pecan, but the latest release of pecan dropped this dependency. So make this requirement explicit. Change-Id: I76bb39f8e247bd7dae4a942f8842c30f5728a3d7 Related-Bug: #1982110 |
||
|
Takashi Kajinami
|
bc3076fe3e |
Remove TripleO job
... because it has been non-voting and has never attracted actual attention. Also the job is not used in core Neutron and there is no quite clear reason to run this job only for this plugin. Change-Id: Ic89541dbcb1ac671dee8f1862db55ee123017d1c |
||
|
OpenStack Proposal Bot
|
b13051d1f1 |
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I9cf01144b3cd623856a564c8eb1048e5935fb256 |
||
|
Zuul
|
d6a7d99fa7 | Merge "Drop lower-constraints.txt and its testing" | ||
|
Ghanshyam Mann
|
07c35f941f |
Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes, move py36 jobs to py38|9, and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I106df9f8fc2c6b5f2ce5398c2a15890be84df203 |
||
|
manchandavishal
|
d44be7d590 |
Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated in favor of django.urls.re_path(). For more info see [1] These were already replaced in Horizon repo by [2]. [1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2 [2] https://review.opendev.org/c/openstack/horizon/+/827093 Change-Id: Id90e65ce8ad132b4518e3f979b4d7ad8917ce267 |
||
|
Ghanshyam Mann
|
6d7b5d75d2 |
Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Id8912276036fe3b3a753ba0d3b860aa86e7759de |
||
|
elajkat
|
9f78f6e393 |
CI: fix weekly job
Weekly py39 job need latest Neutron, Horizon and networking-bagpipe. Change-Id: I90a9a13092c6b3c39519bfc149249b96a7c6186b |
||
|
elajkat
|
8bf872c346 |
Register common cfg options from Neutron
[1] fixed the issued that cfg options registered at import time in Neutron, this patch adopts networking-sfc to it. To make py36 jobs pass Neutron is added to the required-projects list. [1]: https://review.opendev.org/c/openstack/neutron/+/837392 Related-Bug: #1968606 Change-Id: I561930b853bae4994201152447789862ee349882 |
||
|
elajkat
|
25a78f44bc |
Add weekly jobs
Add jobs to the weekly periodic pipeline (see [1]). Current jobs to be run weekly: openstack-tox-py39, neutron-tempest-plugin-bgpvpn-bagpipe and networking-bgpvpn-functional-full. [1]: https://opendev.org/zuul/project-config/src/branch/master/zuul.d/pipelines.yaml#L130 Change-Id: I03ccac72ff628ae7d2acbc7330fe04bc1f34e54b |
||
| 6d38103065 |
Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ice10e0aa71687012220c53ac5db53ecdae62eba3 |
|||
| 275ed1d3c0 |
Update master for stable/yoga
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: I3528c0b3ce06aad986ff1e77ff3d7dc70e94b704 |
|||
|
Zuul
|
1d095558ad | Merge "remove unicode from code" 16.0.0 16.0.0.0rc1 | ||
|
elajkat
|
675be4f49d |
CI: Use latest Neutron for jobs
py38 and horizon-tox-python3-django32 started to fail recently with: "AttributeError: type object 'NetworkRBAC' has no attribute 'target_project'" [0] changed target_tenant to target_project, and to keep these jobs green make them use latest Neutron as other jobs do. [0]: https://review.opendev.org/c/openstack/neutron/+/815855 Change-Id: I433f186bf1110f88d64690b279a51625e96f7373 |
||
|
shanyunfan33
|
4d2850410e |
remove unicode from code
remove unicode from code Change-Id: I4b682d2d902f55278ddb0a2128d50a4607c9412b |
||
|
Zuul
|
1789824ec9 | Merge "Run TripleO jobs on CentOS8 instead of CentOS7" | ||
|
Bhagyashri Shewale
|
e403f297b0 |
Run TripleO jobs on CentOS8 instead of CentOS7
As we are cleaning up the c7 jobs and obselete featuresets [1]. This change replaces usage of CentOS7 in TripleO jobs by CentOS8. [1]: https://review.opendev.org/q/topic:%22cleanup_featuresets%22+(status:open%20OR%20status:merged) Change-Id: Id5bc15a22921a34399e926736d0a9a478598aff7 |
||
| d3c440a3e6 |
Add Python3 yoga unit tests
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: Ibbab71eecf7d335ea99e0a24979389bc6af199c0 |
|||
| 0652b52735 |
Update master for stable/xena
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: Ied608ff1cfe3ee2b0f2e4672d8b0d977b3889497 |
|||
| 78fc8e35cc |
Use assertCountEqual instead of assertItemsEqual
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: I240355d5a0ebf8ece14bb2b4faf764c23477e322xena-em 15.0.0 15.0.0.0rc1 |
|||
|
Zuul
|
4267d257d8 | Merge "Changed minversion in tox to 3.18.0" | ||
|
Zuul
|
d65254c924 | Merge "Remove unecessary READER and WRITER context from bgpvpn_db" | ||
|
YuehuiLei
|
998ba3820c |
Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020年07月23日 Change-Id: I2e2574ab495a4e8dd10f81315996844f93645895 |
||
|
Slawek Kaplonski
|
ce81026127 |
Remove unecessary READER and WRITER context from bgpvpn_db
After transition to the new enginefacade db calls should be done inside the context of the READER or WRITER transaction. In bgpvpn_db module some methods where decorated to be run inside such transaction but also "with" statement was used inside. This patch gets rid of such redundant calls. Change-Id: I5f4b6d319316eb1082ebc1d3121dba5d19de58b7 |
||
|
elajkat
|
270c19b62a |
DOC: remove duplicate mitaka entry
Change-Id: Iaaa3f5b582c603c50f406d7edace88ed15701e0b |
||
|
Rodolfo Alonso Hernandez
|
64cf49e5fa |
Use payloads for PORT events
This patch switches the code over to the payload style of callbacks [1] for PORT events for those that are not using them yet. This patch is necessary since [2]. [1]https://docs.openstack.org/neutron-lib/latest/contributor/callbacks.html [2]https://review.opendev.org/c/openstack/neutron/+/800604 Closes-Bug: #1938461 Change-Id: If55f0eb08c34e95ba5bc1865f7b6c107a86cd5af |
||
|
Zuul
|
8b3d07cd9e | Merge "Add Python3 xena unit tests" | ||
|
Zuul
|
9dd882e1c3 | Merge "Update master for stable/wallaby" | ||
|
Boden R
|
5f7a129dbb |
use payloads for ROUTER_INTERFACE events
This patch switches the code over to the payload style of callbacks [1] for ROUTER_INTERFACE events for those that are not using them yet. Depends-On: https://review.opendev.org/#/c/639814/ [1] https://docs.openstack.org/neutron-lib/latest/contributor/callbacks.html Change-Id: I5e5fb7f73ff4b9812a468d8aa528addd3247f45c |
||
|
elajkat
|
b4cbc90a45 |
Explicitly set job networking-bgpvpn-install to ML2/OVS
Devstack is changing the Neutron default to OVN backend. This patch makes sure that networking-bgpvpn-install job use OVS backend. Change-Id: I976f91478b15bca2c2d6b5cb5d074ec5475d7ede |
||
|
Zuul
|
6a37717284 |
Merge "Use quota `DbQuotaDriver instead of ConfDriver`"
|
||
|
Rodolfo Alonso Hernandez
|
bd9a6d0a69 |
Use quota `DbQuotaDriver instead of ConfDriver`
``ConfDriver`` quota driver was deprecated in Liberty release. Change-Id: I00354b3d6509c0cb20f6d93c7971dccbf775e5ea Related-Bug: #1928211 |
||
|
YuehuiLei
|
35769893d2 |
setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I7727b19a1804188ce3e6957c2402a3009cd5eedc |
||
|
zhangboye
|
4e55af8741 |
Update master for stable/wallaby
Change-Id: I8b544391ddb5c48ee2dbec2715a3f71f7041db1c |
||
| dfc89f1ab9 |
Add Python3 xena unit tests
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: I3a2e3e08fcb8d6606f96bfabd0638a54cbfa7dc2 |
|||
| ed8771f152 |
Update master for stable/wallaby
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: I8768634717b3b8e4a9ed5af1b684986b0e04fed0 |
|||
|
wangzihao
|
a7e99a62c1 |
Use TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I0c8c2c4a783c4f0ac9f7530d4d18937ce5b17c61wallaby-em 14.0.0 14.0.0.0rc1 |
||
|
OpenStack Proposal Bot
|
05f14532b5 |
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4d015cfe8b97e0fc1259d47c89f4b0704accb61c |
||
|
elajkat
|
4e22ba58fd |
Make lower-constraints job non-voting
l-c job recently failed too much, and maintaining it is huge job. As on stable branches we decided (see [1]) to drop l-c testing, meke non-voting it for networking-bgpvpn in check queue, and remove from gate queue. [1]http://eavesdrop.openstack.org/meetings/networking/2021/networking.2021年01月12日-14.00.log.html Change-Id: Ib5628cf79ab8bc099fb5f8b00f5302a34fa26655 |
||
|
OpenStack Proposal Bot
|
2722d5a0ad |
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4045c12d022b06a26f7e5e1765b3fb9834c1058b |
||
|
Zuul
|
f96c22986b | Merge "bump py37 to py38 in tox.ini" | ||
|
Zuul
|
3ee2cfe405 | Merge "Bump hacking min version to 3.0.1" | ||
|
Zuul
|
9d1a7379da | Merge "Rename jobs from the experimental queue" | ||
|
Slawek Kaplonski
|
af40bc6855 |
Rename jobs from the experimental queue
Jobs "networking-bgpvpn-bagpipe-dsvm-install" and "networking-bgpvpn-dsvm-install" was renamed recently as part of zuulv3 migration to networking-bgpvpn-bagpipe-install and to networking-bgpvpn-install Change-Id: If9b5ce8522acf298c037b14fa11dc5b97f8c8bef |
||
|
wangzihao
|
abbc9ae5de |
bump py37 to py38 in tox.ini
in 'victoria' cycle, we should test py38 by default. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I023720594810d346649fcda24ce011ce15955fc6 |
||
|
wangzihao
|
49cc940845 |
Bump hacking min version to 3.0.1
hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. bumping the min version for hacking so that any older hacking versions which auto adopt the new checks are not used. Change-Id: I4aca49327fb8fb0f03b7c262f8247186245cbc19 |
||
| 8149001a10 |
Add Python3 wallaby unit tests
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: Iff34c4159a831f3ccbb459fb4dd4767c3b0c1e1a |
|||
| 9cb1b2bbbc |
Update master for stable/victoria
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: I0761cdf1501b9bb19fb81e50d0080b70495a6b67 Sem-Ver: feature |
|||
|
Zuul
|
f98cd4b9e7 | Merge "Cleanup for Refactor-error-messages" victoria-em 13.0.0 13.0.0.0rc1 | ||
|
manchandavishal
|
9e7c5124d4 |
Cleanup for Refactor-error-messages
This patch is a clean-up patch for refactor-error-messages bp which remove the exception message from base message otherwise the same exception message display twice like this https://ibb.co/XyFWMdz . Depends-On: https://review.opendev.org/#/c/708069/ Change-Id: Ic7061cd293b238c497f0f4343aa3cc0e7996d5a0 |