- 21 Dec, 2021 1 commit
-
-
dengzhaosen authored
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ia1cd4536ecf6a0b0e86796dffb5ca04197bd5abe
-
- 10 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: I178e86fe8646c0c91b982670c5fd12264c1ee05d
-
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: I31fff76861e961754fef2d65a6938e6a028d702b
-
- 02 Sep, 2021 1 commit
-
-
likui 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: Iceaa69d80eef75db5bac67463a59fd615ae0e895
-
- 20 Aug, 2021 1 commit
-
-
Zuul authored
-
- 19 Aug, 2021 1 commit
-
-
Cyril Roelandt authored
Change-Id: Ifbf6f52a312929ac07154db8eeee976b0ab0d46a
-
- 03 Jun, 2021 1 commit
-
-
likui authored
UPPER_CONSTRAINTS_FILE is old name and deprecated [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: Ie7971577aeba299aaf9406fc97793d946342eaeb
-
- 02 Jun, 2021 1 commit
-
-
Zuul authored
-
- 01 Jun, 2021 1 commit
-
-
Zuul authored
-
- 27 May, 2021 1 commit
-
-
Zuul authored
-
- 16 May, 2021 1 commit
-
-
David Vallee Delisle authored
This is because there's no yaml representer for i18n Messages object. This patch aims to add this representer and allow the generation of configurations using oslo.i18n strings. One example of this is cinder. Closes-bug: #1928582 Change-Id: I70ab87c9bed093cad883b6301b8a09753fc470d9
-
- 05 May, 2021 2 commits
-
-
Zuul authored
-
dengzhaosen authored
update python to python3 Change-Id: I83c8c9897678f8a0628987a071adda68062ac515
-
- 04 May, 2021 2 commits
-
-
Zuul authored
-
Daniel Bengtsson authored
Call the parent with the version parameter. Change-Id: I20016e299077a7b678ecabceacb21cc0c7d306c8
-
- 29 Apr, 2021 1 commit
-
-
songwenping 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: Icc9b9a3af1c8cf58b3a2b9626065cb2fcd074a42
-
- 26 Apr, 2021 1 commit
-
-
Zuul authored
-
- 25 Apr, 2021 1 commit
-
-
dengzhaosen authored
We support Python 3.6 as a minimum now, making these checks no-ops. Change-Id: I668c1bddba29a5e823734b1cad5116ba2fdb5f75
-
- 22 Apr, 2021 1 commit
-
-
Hervé Beraud authored
The ``HostDomain`` config type have been added few months ago [1] however the config option have been forgotten and this new type isn't importable. When we try to import this type without defining a new related cfg option we get the following issue: ``` AttributeError: module 'oslo_config.cfg' has no attribute 'HostDomain' ``` These changes allow us to import this new type and allow us to use it in our configs: ``` >>> from oslo_config import cfg >>> foo = cfg.HostDomain('foo') >>> foo.type.__call__("1") ... During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "~/oslo.config/oslo_config/types.py", line 893, in __call__ raise ValueError( ValueError: 1 is not a valid host address >>> foo.type.__call__("host_name") 'host_name' ``` Also properly initialize HostDomain because The HostDomain class wasn't calling super in it's __init__() method, which resulted in the type_name not being set properly for instances of that class. [1] https://opendev.org/openstack/oslo.config/commit/6480356928c9ae6169ea1e5a5b5f1df3d6e0dc75 Change-Id: Ie947803f61ba0ef080018e0447de894a400d7975 Closes-Bug: 1924283
-
- 21 Apr, 2021 1 commit
-
-
Zuul authored
-
- 16 Apr, 2021 3 commits
-
-
Pierre Riteau authored
Change-Id: Id0b62cae0e8d738ae379ff63b379b770278e65f2
-
Zuul authored
-
xuanyandong authored
Change-Id: I062829a44a62014e88f285a82b6800e37f00ff28
-
- 15 Apr, 2021 2 commits
- 14 Apr, 2021 1 commit
-
-
Stephen Finucane authored
This was documented in the docstring but we had nothing to assert it in tests. Correct that gap. Change-Id: I4002e7fe18c43eb5f9ba2eae16022d7da87f790d Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
- 12 Apr, 2021 1 commit
-
-
Zuul authored
-
- 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: I383111df27815708b60bf93ab565e402bb42d230
-
- 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: I2e13ad1b86ad303d07f446985e3bb159667c2c0c
-
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: Ieef544f34d5291ed300a14801d73e2419f9db0cf
-
- 18 Feb, 2021 1 commit
-
-
Ben Nemec authored
This addresses CVE-2017-18342. I doubt anyone is actually using an old version of PyYAML with oslo.config at this point, but that means it shouldn't hurt to bump the minimum either. Change-Id: I4f440eb9511333ce70db4184857dcbcdd0ed1b97 Closes-Bug: 1839398
-
- 16 Jan, 2021 2 commits
-
-
likui authored
[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I407b2c9bc6e9c1cd5b070a1cdca7c0eabe19b0ca
-
Zuul authored
-
- 14 Jan, 2021 1 commit
-
-
Zuul authored
-
- 12 Jan, 2021 3 commits
-
-
Moisés Guimarães de Medeiros authored
Change-Id: I3f3b1dca78e2e9b2515231ccc6600b64f31039fb Signed-off-by:Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
Moisés Guimarães de Medeiros authored
Moving .zuul.d/project.yaml to .zuul.yaml as it is the only file in that folder and to look similar to other oslo repos. Change-Id: I787f57e57e5dd83d08dfaecca2405bf064c9f924
-
Moisés Guimarães de Medeiros 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: I83e50eade2cf9924424d763421e464e559c16a08
-
- 26 Nov, 2020 1 commit
-
-
Zuul authored
-
- 24 Nov, 2020 1 commit
-
-
David Vallee Delisle authored
When troubleshooting, it's often interesting to see the deltas between the default or sample configs and the running configuration. The oslo_config.validator is a great tool to integrate this feature across all projects. It can also be easily captured by data collection tools like sosreports with the current deployment packages. Change-Id: I172d82f19a81282093b0d5f7ae4c1817801cd887 Signed-off-by:David Vallee Delisle <dvd@redhat.com>
-
- 05 Nov, 2020 1 commit
-
-
Zuul authored
-