- 26 Jan, 2022 1 commit
-
-
Zuul authored
-
- 24 Jan, 2022 1 commit
-
-
elajkat authored
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
-
- 24 Dec, 2021 1 commit
-
-
shanyunfan33 authored
remove unicode from code Change-Id: I4b682d2d902f55278ddb0a2128d50a4607c9412b
-
- 06 Oct, 2021 1 commit
-
-
Zuul authored
-
- 17 Sep, 2021 1 commit
-
-
Bhagyashri Shewale authored
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
-
- 15 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: Ibbab71eecf7d335ea99e0a24979389bc6af199c0
-
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: Ied608ff1cfe3ee2b0f2e4672d8b0d977b3889497
-
- 26 Aug, 2021 1 commit
-
-
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: I240355d5a0ebf8ece14bb2b4faf764c23477e322
-
- 09 Aug, 2021 2 commits
- 06 Aug, 2021 2 commits
-
-
YuehuiLei authored
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 authored
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
-
- 05 Aug, 2021 1 commit
-
-
elajkat authored
Change-Id: Iaaa3f5b582c603c50f406d7edace88ed15701e0b
-
- 29 Jul, 2021 1 commit
-
-
Rodolfo Alonso Hernandez authored
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
-
- 07 Jul, 2021 2 commits
- 01 Jun, 2021 1 commit
-
-
Boden R authored
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
-
- 17 May, 2021 1 commit
-
-
elajkat authored
Devstack is changing the Neutron default to OVN backend. This patch makes sure that networking-bgpvpn-install job use OVS backend. Change-Id: I976f91478b15bca2c2d6b5cb5d074ec5475d7ede
-
- 13 May, 2021 1 commit
-
-
Zuul authored
-
- 12 May, 2021 1 commit
-
-
Rodolfo Alonso Hernandez authored
``ConfDriver`` quota driver was deprecated in Liberty release. Change-Id: I00354b3d6509c0cb20f6d93c7971dccbf775e5ea Related-Bug: #1928211
-
- 29 Apr, 2021 1 commit
-
-
YuehuiLei authored
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
-
- 05 Apr, 2021 1 commit
-
-
zhangboye authored
Change-Id: I8b544391ddb5c48ee2dbec2715a3f71f7041db1c
-
- 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: I3a2e3e08fcb8d6606f96bfabd0638a54cbfa7dc2
-
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: I8768634717b3b8e4a9ed5af1b684986b0e04fed0
-
- 08 Mar, 2021 1 commit
-
-
wangzihao authored
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: I0c8c2c4a783c4f0ac9f7530d4d18937ce5b17c61
-
- 24 Feb, 2021 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4d015cfe8b97e0fc1259d47c89f4b0704accb61c
-
- 09 Feb, 2021 1 commit
-
-
elajkat authored
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
-
- 16 Nov, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4045c12d022b06a26f7e5e1765b3fb9834c1058b
-
- 05 Nov, 2020 3 commits
- 22 Oct, 2020 1 commit
-
-
Slawek Kaplonski authored
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
-
- 14 Oct, 2020 2 commits
-
-
wangzihao authored
in 'victoria' cycle, we should test py38 by default. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I023720594810d346649fcda24ce011ce15955fc6
-
wangzihao authored
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
-
- 23 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: Iff34c4159a831f3ccbb459fb4dd4767c3b0c1e1a
-
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: I0761cdf1501b9bb19fb81e50d0080b70495a6b67 Sem-Ver: feature
-
- 13 Sep, 2020 1 commit
-
-
Zuul authored
-
- 11 Sep, 2020 2 commits
-
-
manchandavishal authored
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
-
Lukas Piwowarski authored
As the 'all-plugin' tox env is deprecated it is recommended to use 'all' tox env instead. [1] https://review.opendev.org/#/c/543974/ Change-Id: I827fa6d9a077efd0d3b5792fee6145dc604d371a Related-Bug: 1862240
-
- 07 Sep, 2020 1 commit
-
-
manchandavishal authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40199 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: Ie96f1049ea053200f3087eee81351848318727b2
-