- 21 Feb, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
oslo.config 8.8.0 release meta:version: 8.8.0 meta:diff-start: - meta:series: yoga 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: Ibbf537ec08789fa3acc683b59261ba95b361369e meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 22 Dec, 2021 2 commits
-
-
Thomas Goirand authored
- HelpTestCase.test_print_help - HelpTestCase.test_print_strOpt_with_choices_help -
Thomas Goirand authored
-
- 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
-
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 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
-
- 23 Aug, 2021 3 commits
-
-
Mickael Asseline authored
-
Mickael Asseline authored
-
Mickael Asseline authored
oslo.config 8.7.1 release meta:version: 8.7.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: Ia291a5d496ae3fb71e41a6d7fc0b885d5a3c8aab meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 20 Aug, 2021 1 commit
-
-
Zuul authored
-
- 19 Aug, 2021 1 commit
-
-
Cyril Roelandt authored
Change-Id: Ifbf6f52a312929ac07154db8eeee976b0ab0d46a
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 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
-
- 08 Mar, 2021 1 commit
-
-
Thomas Goirand authored
-