- 12 Sep, 2022 1 commit
-
-
Zuul authored
-
- 11 Sep, 2022 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: Ic9c0538faa9f5ec39f35ad98ee33efc14d218618
-
- 07 Sep, 2022 1 commit
-
-
Rafael Weingärtner authored
There was a problem with the barbican credentials processing for Non-OpenStack dynamic pollster. The credentials variables would be retrieved as a byte string, which would break the processing. Therefore, we needed to introduce a method to check if the credentials are a String object. if they are not, we convert them to String. Change-Id: I2084061eb8f543d4c557963599732e35cfa22996
-
- 06 Sep, 2022 2 commits
-
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6673a4d274dc1288d14e0dfa9551015629724b55
-
- 30 Aug, 2022 1 commit
-
-
Zuul authored
-
- 29 Aug, 2022 1 commit
-
-
Emma Foley authored
The -fips job was repaired in [1]. Build history [2] shows the job passing again. [1] https://github.com/openstack/telemetry-tempest-plugin/commit/935428a868dc024c829836570776dedd934b8197 [2] https://zuul.opendev.org/t/openstack/builds?job_name=telemetry-dsvm-integration-centos-9s-fips Change-Id: I3df2261d6927be41a895be41940d3de4302cc05b
-
- 24 Aug, 2022 1 commit
-
-
Zuul authored
-
- 23 Aug, 2022 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: I48d1633a24b0ccf1e6a7517956ca7f2dbe2fdb15
-
- 22 Aug, 2022 2 commits
- 12 Aug, 2022 1 commit
-
-
Zuul authored
-
- 07 Aug, 2022 1 commit
-
-
Takashi Kajinami authored
A unicode prefix is meaningless in Python 3. Because now ceilometer supports only Python 3, we can remove the prefix. Change-Id: I7bc91be21df646d8bbc7793eec28a93179a3eefa
-
- 03 Aug, 2022 1 commit
-
-
ljhuang authored
Replace abc.abstractproperty with property and abc.abstractmethod, as abc.abstractproperty has been deprecated since python3.3[1] [1]https://docs.python.org/3.8/whatsnew/3.3.html?highlight=deprecated#abc Change-Id: Ie96896399304c6ac1a3f38900aa6695d56f2c5ca
-
- 04 Jul, 2022 3 commits
-
-
Zuul authored
-
Zuul authored
-
Yadnesh Kulkarni authored
The oslotest package distributes a shell file that may be used to assist in debugging python code. The shell file uses testtools, and supports debugging with pdb. To enable debugging, run tox with the debug environment. Below are the following ways to run it. * tox -e debug module * tox -e debug module.test_class * tox -e debug module.test_class.test_method Signed-off-by:Yadnesh Kulkarni <ykulkarn@redhat.com> Change-Id: I7015ab52ba3f5075b5e06992bb8d72f52104a24e
-
- 30 Jun, 2022 1 commit
-
-
Takashi Kajinami authored
... and discovery/inspector plugins depending on the pollster. These were implemented to gather metrics via SNMP daemon in TripleO-managed deployment but these are no longer valid since Telemetry services and Nova were removed from undercloud. Change-Id: If9a6b695ba799c766314a88328ea8a779407acc0
-
- 28 Jun, 2022 1 commit
-
-
Zuul authored
-
- 27 Jun, 2022 3 commits
-
-
Zuul authored
-
Zuul authored
-
Takashi Kajinami authored
The iso8601_from_timestamp function from oslo_utils.timeutils was deprecated in oslo_utils 1.6.0[1] and was removed in 6.0.0[2]. [1] 5cad113739fa906c3901e530fcbfdee3b48961c1 [2] 76146aaca88c830c298de31ba1ead00dd63ce4c4 Change-Id: I1e3d210c4e9aae9b1c248ce88aabd6344fd87761
-
- 26 Jun, 2022 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: I3032791712499ccbef4e0feba846cf0fa44374be
-
- 25 Jun, 2022 1 commit
-
-
Takashi Kajinami authored
This parameter has had no effect for several cycles and was officially deprecated during Xena cycle[1]. [1] 46ad2786 Related-Bug: #1929178 Change-Id: I8463537ca09db2f0bc443505afaab6a1f9ff5db2
-
- 23 Jun, 2022 1 commit
-
-
Zuul authored
-
- 13 Jun, 2022 3 commits
-
-
Takashi Kajinami authored
This change is follow-up of 07469922 and renames the release note file added by the commit, to use only normal characters in the file name. Change-Id: I0268b9637618aea5113b49d872e7fbfcbaf76231
-
Zuul authored
-
Takashi Kajinami authored
Zuul deprecated declaring shared queues at a pipeline level with release 4.1.0[1]. This updates the job definition to use the top level declaration instead. See [2] for details. [1] https://zuul-ci.org/docs/zuul/latest/releasenotes.html#relnotes-4-1-0-deprecation-notes [2] http://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: Ibf049c5e1f5ae5a879bb75e147894fc28927445a
-
- 10 Jun, 2022 1 commit
-
-
Zuul authored
-
- 08 Jun, 2022 3 commits
-
-
Takashi Kajinami authored
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By:
Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: Ieec37d300bca0c78f9420657066b1c60a64911e9
-
Takashi Kajinami authored
... because it is of no use since neutron-lbaas was retired and was replaced by Octavia. This feature was officially deprecated during Yoga cycle[1] so we are ready to remove it. [1] 8917c739 Change-Id: Ic145c23cc0b0372ef78f4a45ffb084bec24936c3
-
Takashi Kajinami authored
The latest cinder requires Python >=3.8 which is not available in CentOS Stream 8. This bumps the base OS version to 9 which has Python 3.9. This change makes the fips job non-voting because it is frequently failing now. Depends-on: https://review.opendev.org/840811 Change-Id: Iedf7f5aea15920053fb7a0b24e44e24db209edec
-
- 02 Jun, 2022 1 commit
-
-
Pavlo Shchelokovskyy authored
this is a followup to I38f9ff2bec0a2a3cb9dfc5c362284e33c12f3127 in swiftclient, head_account and get_account have somewhat different signatures, specifically order of kwargs. While passing http_conn as third arg works for head_account, it does not work for get_account. In order for it to work for both, it must be passed as kwarg. Change-Id: I5433dc248e3f02c67107466408ed8c9ea8dd16a7
-
- 26 May, 2022 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: I7b3d2e9accd5711dc94a30cb67be2eacf0b3dff5
-
- 01 May, 2022 1 commit
-
-
Ghanshyam Mann authored
As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I817e5112eb57df2e6192d3cfa681b7768832c77a
-
- 29 Mar, 2022 1 commit
-
-
Tobias Urdin authored
We don't need to log this as a warning or info. If you have upgraded from an older version it just outputs that line times the amount of instances on the compute node every minute. Change-Id: Ic0f4ca41d2e4114800aba9d02309f2e04e313752
-
- 08 Mar, 2022 4 commits
-
-
Zuul authored
-
Zuul authored
-
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 zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Iccc05a6a0a40bcd4c0878506ae9a0d71f5ee9877
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: I2aec5fba1affd118dae7e3cb56d1293cb51223b4
-