- 22 Dec, 2021 2 commits
-
-
Thomas Goirand authored
- HelpTestCase.test_print_help - HelpTestCase.test_print_strOpt_with_choices_help -
Thomas Goirand authored
-
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 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>
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 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 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
oslo.config 8.5.0 release meta:version: 8.5.0 meta:diff-start: - meta:series: wallaby 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: Idbec8dc7663db40f3cda029e5b588071edc83f3b 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>
-
- 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 2 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
-