- 28 Jan, 2022 1 commit
-
-
Zuul authored
-
- 24 Dec, 2021 2 commits
-
-
shanyunfan33 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: I802a996bac02b30c46d71ba998bcf0c2961612dc
-
shanyunfan33 authored
remove unicode from code Change-Id: Ibb3478ebbb234e76748db17e3d86eb9da86cc54b
-
- 04 Nov, 2021 1 commit
-
-
Dr. Jens Harbott authored
The automatic scheduling that was introduced in [0] is having some issues. Add a StaticScheduler that can be used as an alternative for deployments that want explicit control over where their BGP speakers are getting scheduled. Add a job that runs with the new scheduler. [0] https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/478455 Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/815294 Closes-Bug: 1920065 Signed-off-by:
Dr. Jens Harbott <harbott@osism.tech> Change-Id: Ib7fcd0c7371bc75089b10024ee1b6e75c98f0188
-
- 27 Sep, 2021 1 commit
-
-
Zuul authored
-
- 24 Sep, 2021 1 commit
-
-
Zuul authored
-
- 23 Sep, 2021 1 commit
-
-
Jens Harbott authored
The lc job is currently broken, bump Mako to the same version that Octavia and Designate are using. Change-Id: I95bd41a2d0e11cb124d4e586303c57e744b172b0
-
- 16 Sep, 2021 2 commits
- 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: I986a56b2082aa7e8999f4c19baa3fea5fabe978a
-
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: I4d57af49be77828435cc528cf206918677e4736d
-
- 13 Sep, 2021 1 commit
-
-
Nurmatov Mamatisa authored
Neutron-lib registry.notify will be removed Change-Id: I5d773851136759117b048660d34209a601054a69
-
- 06 Sep, 2021 1 commit
-
-
Manu B authored
Depends-On: https://review.opendev.org/#/c/798009 Signed-off-by:
Manu B <manu.b@est.tech> Change-Id: I4c6e04b82426ebbe41273fbc584ee3e8df70aead
-
- 02 Sep, 2021 2 commits
-
-
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: I332e9745b57a22f0ca9338b52dab69c53ff59fcc
-
elajkat authored
* Updated callback functions port_callback, floatingip_update_callback to include payload * Fixed unit test cases Change-Id: I84956d86ea45039a8841b2b1f4f02bf373efcef5 Signed-off-by:Manu B <manu.b@est.tech>
-
- 11 Aug, 2021 1 commit
-
-
Jens Harbott authored
We no longer run any devstack-gate-based jobs, remove the tox env for it and the auxillary files. Change-Id: Ide2fe6ca75370c52180795cc2596be482c862523
-
- 31 May, 2021 1 commit
-
-
elajkat authored
As neutron-dynamic-routing is a Neutron stadium project the api-def and the api-ref should be in neutron-lib. Change-Id: Idccc69f025a0d1ec0453d13a7d81b94e3a15149d Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/788322
-
- 04 May, 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: Ic0804368ce43d875dc5575900d5d19d0b06b4dc1
-
- 22 Apr, 2021 1 commit
-
-
Zuul authored
-
- 20 Apr, 2021 1 commit
-
-
zhangboye authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I81b25470a7aab81e950301f8d38ae20bb722a255
-
- 15 Apr, 2021 1 commit
-
-
Aggelos Kolaitis authored
floating_ip_address may be a netaddr.IPAddress, and using '+' to append the /32 suffix raises a TypeError. Explicitly convert to string before appending the suffix. Additionally, introduce a unit test case for floatingip_update_callback to test that the error does not re-appear. Closes-Bug: #1924237 Signed-off-by:Aggelos Kolaitis <akolaitis@admin.grnet.gr> Change-Id: I98d266fb986649f1d14969c968baa2f93b469f73
-
- 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: Ibdd3ba206b87f58bd99c1ced0b6ec19e4d9ab995
-
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: I8212c57aca9ec8978f8962333efed3220ad64ee9
-
- 05 Jan, 2021 1 commit
-
-
elajkat authored
We need to specify doc requirements in doc/requirements.txt to avoid problems with the pip resolver for the release team. Removed specific doc requirements from test-requirements.txt Change-Id: I2d3a6e6bb0db372565458ea5eed4d84efdef37d2
-
- 22 Dec, 2020 1 commit
-
-
Nate Johnston authored
Complete the fix for the attached bug by bumping the version of SQLAlchemy to 1.3.3 or better, which will include the fix for ambiguous joins [1]. This is lower than the global upper constraints of 1.3.17 so it should be valid. [1] https://github.com/sqlalchemy/sqlalchemy/issues/4584 Change-Id: Idf59268acd10d840be31850a1c79ee693dd69204 Closes-Bug: #1898634
-
- 15 Dec, 2020 2 commits
-
-
elajkat authored
Partially-Implements blueprint: enginefacade-switch Change-Id: I70636da4b3d4aa633286366f47ea997111b3bc2e
-
Jens Harbott authored
The new pip resolver has uncovered some inconsistencies in our lower-constraints.txt, this fixes them. Change-Id: I75abab25c924b070ee08b8c3590db5e62b4da38d
-
- 08 Oct, 2020 1 commit
-
-
Nate Johnston authored
The outerjoin in neutron_dynamic_routing/db/bgp_db.py does not meet with the stricter new standards in SQLAlchemy 1.3, so this finds a more compliant form. [1] https://docs.sqlalchemy.org/en/13/changelog/migration_13.html#query-join-handles-ambiguity-in-deciding-the-left-side-more-explicitly Change-Id: I603a2febb1755b6db17e6ac9cb22015a1f3336d4 Closes-Bug: #1898634
-
- 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: Ia6c98e6b04040b29bda14ae5624c4a97a0ae1248
-
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: I659c2fa349a19b8827fea9508aaaff53c0287791 Sem-Ver: feature
-
- 11 Sep, 2020 1 commit
-
-
Zuul authored
-
- 10 Sep, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - Bump hacking to 3.2.0 in order to work with focal - 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.html Change-Id: Iea345d40b0fbe3bee2f59164df32578acf82312e
-
- 31 Aug, 2020 1 commit
-
-
Bernard Cafarelli authored
Also fix quagga configuration file (router line needs to be before its parameters), restart step for systemd, and REMOTE_AS incorrect hint Change-Id: I899aef63608f76907a3f28d67004af3fb5d0d8e6
-
- 12 Aug, 2020 1 commit
-
-
Zuul authored
-
- 07 Aug, 2020 1 commit
-
-
Zuul authored
-
- 10 Jul, 2020 2 commits
-
-
Bernard Cafarelli authored
Migration to neutron-tempest-plugin in e760a49f left these around, remove them as they are not used anymore. This also drops a remaining job running with ryu from periodic list Change-Id: I4d96a7379315273ecb33ebde31ee2b6d6b07da48
-
Akihiro Motoki authored
Change-Id: I01fd0e417c7c4193402863805387436a68c7a269
-
- 07 Jul, 2020 1 commit
-
-
Bernard Cafarelli authored
Missing newlines caused incorrect rendering for code blocks TrivialFix Change-Id: I42e9ae98e925ad0236b1bf134cbd80d111098aad
-
- 05 Jul, 2020 1 commit
-
-
melissaml authored
With the removal of Python 2.x we can remove the unittest2 compat wrappers and switch to assertCountEqual instead of assertItemsEqual We have been able to use them since then, because testtools required unittest2, which still included it. With testtools removing Python 2.7 support [3][4], we will lose support for assertItemsEqual, so we should switch to use assertCountEqual. [1] - https://bugs.python.org/issue17866 [2] - https://hg.python.org/cpython/rev/d9921cb6e3cd [3] - testing-cabal/testtools#286 [4] - testing-cabal/testtools#277 Change-Id: If5dc6ebffc7b4f031b0350a4fe77a660a1e7becf
-
- 25 Jun, 2020 1 commit
-
-
Zuul authored
-