- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 23 Aug, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
oslo.cache 2.8.1 release meta:version: 2.8.1 meta:diff-start: - meta:series: xena meta:release-type: release 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: I5ba11909a1bc08c7262042df172a13ff5b215199 meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 26 May, 2021 1 commit
-
-
If module etcd3gw is not required for used backend, then no need to have it installed and imported. Otherwise we always have ugly log error: Could not load 'oslo_cache.etcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw Closes-Bug: 1928318 Change-Id: Icbe6dc3e93b4d2fec1ceb88366027294e49d7032
-
- 14 May, 2021 1 commit
-
-
yangyawei 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: Id0c08c4fce10ac3979119a74383d0e869a853571
-
- 16 Apr, 2021 3 commits
- 15 Apr, 2021 2 commits
- 23 Mar, 2021 1 commit
-
-
Daniel Bengtsson authored
The goal here is to avoid conflicts between flake8 and hacking version each 2 days. Inspired from nova's approach[1]. The flake8 version to install will be determined by hacking and requirements[2] will stay aligned instead of relying on different versions. [1] https://opendev.org/openstack/nova/src/branch/master/.pre-commit-config.yaml#L26-L35 [2] https://opendev.org/openstack/hacking/src/branch/master/requirements.txt#L1 Change-Id: I09f9371f08064a6897d6be027597827e2bc3c166
-
- 18 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: Id478ed98292e79a08445ac115a04d269d1f3e9f0
-
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: I8f52ed98d7a9e9c78a564888d8807d7cfe424b6e
-
- 10 Mar, 2021 1 commit
-
-
Hervé Beraud authored
This backend lack of documentation and technical details. Many people think that this the memcache pool backend is going to be HA and think that values are replicated. The added details try to give more details about how this backend works under the hood. Change-Id: If9056168aacca85ae072172ec203319af42962d8
-
- 07 Mar, 2021 3 commits
-
-
Thomas Goirand authored
* Removed versions satisfied in Bullseye.
-
Thomas Goirand authored
-
Thomas Goirand authored
oslo.cache 2.7.0 release meta:version: 2.7.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Daniel Bengtsson <dbengt@redhat.com> meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com> meta:release:Change-Id: I712e9ad4b4b998b80ca71fe53fea1a6cbf328e3c 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>
-
- 09 Feb, 2021 1 commit
-
-
Zuul authored
-
- 08 Feb, 2021 1 commit
-
-
Zuul authored
-
- 05 Feb, 2021 2 commits
-
-
Hervé Beraud authored
Change-Id: Icb2b62d7d51cac652f9958ee094fef78a8ac9574
-
Daniel Bengtsson authored
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints[1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I8c7f9291652a58b8291c3df90571501eed43bf18
-
- 03 Feb, 2021 1 commit
-
-
Zuul authored
-
- 01 Feb, 2021 1 commit
-
-
Stephen Finucane authored
These were moved in Python 3.3 and the aliases will be dropped in 3.10. Change-Id: I98985aef57ebe024e97e444ffd0d43ee2b88b332 Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
- 27 Jan, 2021 1 commit
-
-
Moisés Guimarães de Medeiros authored
Depends-On: https://review.opendev.org/c/openstack/requirements/+/772684 Change-Id: Ibdc6015ac1a9812976c4f3d8a737f7245599553e Signed-off-by:
Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
- 21 Jan, 2021 1 commit
-
-
Hervé Beraud authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Wallaby support officially the following runtimes [1]: - Python 3.6 - Python 3.8 During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: I0fbe297ed98bbf7d302ce055418f35da604158a0
-
- 18 Jan, 2021 1 commit
-
-
Michal Arbet authored
Param flush_on_reconnect is very risky to use on production deployments. It can cause exponential raising of connections to memcached servers. Moreover this option makes sense only in keystone's oslo.cache config. This patch is moving flush_on_reconnect from code to oslo.cache config block to be configurable. Co-Authored-By:Hervé Beraud <hberaud@redhat.com> Change-Id: I8e6826bfb2c85e7ceed03e1667bd6a06b3dff469 Closes-Bug: #1888394
-
- 18 Dec, 2020 1 commit
-
-
Hervé Beraud authored
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I64f3ddcdfb21d69ae8a6fc7abaeddee2a9289792
-
- 16 Oct, 2020 1 commit
-
-
Thomas Goirand authored
-
- 15 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 04 Oct, 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: Id2b501272aacbba7b82f09edea7987bfa1d68247
-
- 13 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
oslo.cache 2.6.1 release meta:version: 2.6.1 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7 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>
-
- 11 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: I48c38bb9d2d1812672dcc08e6e280efca3013d63
-
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: I16fb16ec74f6f651b2e2ab339f40d3d4b51b092a Sem-Ver: feature
-
Thomas Goirand authored
-
- 09 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-