- 30 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 09 Mar, 2022 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
aodh 14.0.0.0rc1 release candidate meta:version: 14.0.0.0rc1 meta:diff-start: - meta:series: yoga meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Elod Illes <elod.illes@est.tech> meta:release:Change-Id: Ide4d65c3b1ea37e9cf07fd11db0e97a1dfa46351 meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com> 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>
-
- 18 Feb, 2022 1 commit
-
-
James Page authored
Switch to using the Dynamic Aggregates API as the Metric Aggregation API is deprecated. When using the Dynamic Aggregates API, any aggregation using rates can use the underlying base measures for the aggregation rather than the rate, for example: (aggregation rate:mean (metric cpu mean)) The tuple of data for each record returned via this API is encapsulated with information about the aggregation used so adapt the sanitization function to deal with this and the formatting of the metrics measures API as well. Change-Id: I4f631d224404460138f4050b1b981d577b592544 Closes-Bug: 1946793
-
- 01 Dec, 2021 1 commit
-
-
Takashi Kajinami authored
The api-paste.ini file defines WSGI definition of API. This file is regarded as one configuration file and sometimes users need to modify the file, for example to enable an additional middleware. However currently aodh-api by default expects the file is located in the aodh source directory and users should set the [api] paste_config parameter in addition to copy and modify the file. This change makes the aodh-api process search the api-paste.ini file from configuration directories automatically, so that users can more easily customize the file by putting the modified file in /etc/aodh (or any other config directories). If the paste_config parameter is defined as a full path then aodh-api directly loads the file from the specified path. If the file is not found then the default file in the aodh source directory is used. Change-Id: I4a6194fbf6a5317a523d75e3fb6bd2fd055f5100
-
- 19 Oct, 2021 1 commit
-
-
Zuul authored
-
- 14 Oct, 2021 1 commit
-
-
Takashi Kajinami authored
... so that users can more easily understnad the parameter defines interval. This makes the parameter name consistent with other services like designate or mistral, which provides the similar functionality using the same tooz library. Change-Id: I53cf905d7f643a3dc41f1121404abe3c9f0e61ac
-
- 06 Oct, 2021 1 commit
-
-
Thomas Goirand authored
-
- 29 Sep, 2021 3 commits
-
-
Thomas Goirand authored
* Fix 00_default_policy.yaml.
-
Zuul authored
-
Zuul authored
-
- 19 Sep, 2021 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: I81c4a068812e9a169b2c8d6f8a87ff52f0100405
-
- 15 Sep, 2021 6 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
aodh 13.0.0.0rc1 release candidate meta:version: 13.0.0.0rc1 meta:diff-start: - meta:series: xena meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I4fa556cc56eb2e540e0ec29a31fca2ea1ed111d1 meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
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: I1bdb4ec028606f76836a0adca2ad1024806978a3
-
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: I5276b167fcd3cb277da309a017e1d502dea88b02
-
- 14 Sep, 2021 1 commit
-
-
Bhagyashri Shewale authored
As we are cleaning up the c7 jobs and obselete featuresets [1]. This change replaces usage of CentOS7 in TripleO jobs by CentOS8. [1]: https://review.opendev.org/q/topic:%22cleanup_featuresets%22+(status:open%20OR%20status:merged) Change-Id: I6dac8447e50aabb97bdec65c61f46b9bc78002b7
-
- 31 Aug, 2021 1 commit
-
-
Zuul authored
-
- 26 Aug, 2021 2 commits
- 18 Aug, 2021 1 commit
-
-
Chris Sibbitt authored
Change-Id: I4cfcb3e12012075eb56c6f69200825f0b597803f Depends-On: I05713ed77b79e583ad1073ff80ccd7a031e34c26
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 14 Aug, 2021 1 commit
-
-
Takashi Kajinami authored
This change introduces support for Guru Meditation Report(GMR) into Aodh, using oslo.reportis library. With this change, each service prints GMR to stderr or file when the service receives SIGUSR1. The same was introduced into Cilometer a long ago[1], and this change is based on the change made in Ceilometer. [1] https://review.opendev.org/c/openstack/ceilometer/+/196369 Change-Id: I7f67acd98c2089bb248d3249159719a3979d27e7
-
- 14 Jul, 2021 2 commits
- 09 Jul, 2021 2 commits
-
-
Zuul authored
-
Matthias Runge authored
The oslo_utils.fnmatch module was added to solve an issue in py2.7 but it is no longer required because py2.7 is no longer supported. The module was deprecated since oslo.utils 4.9.1[1] and the stdlib's fnmatch module should be used instead. SQLAlchemy url is now immutable Use URL.set to update Co-authored by: Takashi Kajinami [1] 4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b Change-Id: I59c4d93a5914b8e14f7ef93bcaff8d1caaf5e75a
-
- 06 Jul, 2021 2 commits
-
-
Ghanshyam Mann authored
Since 3.7.0, oslo policy started the DeprecationWarning[1] if deprecated_reason and deprecated_since param are not passed in DeprecatedRule or they are passed in RuleDefault object. These warnings are logged for every test which increase the log size and sometime can full the log buffer and fail the job. [1] https://github.com/openstack/oslo.policy/blob/3.7.0/oslo_policy/policy.py#L1538 Change-Id: I8b9f0611364f6857b86fc800c89fe403672af975
-
Ghanshyam Mann authored
As part of the new policy, all of the defaults for policies were changed and warnings about it are being emitted constantly in the logs. We can suppress these for now until we are enforcing new defaults [1]. [1]https://docs.openstack.org/nova/latest/configuration/config.html#oslo_policy.enforce_new_defaults Change-Id: Ie6e33d80469b3f32459f10c59b32cad4b548cb86
-
- 29 Jun, 2021 1 commit
-
-
wangzihao authored
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I0968c6740ccb96d93527ba368eebe3e56e4e043f
-
- 23 Jun, 2021 1 commit
-
-
Zuul authored
-
- 18 Jun, 2021 1 commit
-
-
Matthias Runge authored
Update the README to point to oftc, and also update the bug location. Change-Id: I93fbdc4b8c35d4e90607064813ebccb632f73886
-
- 02 Jun, 2021 1 commit
-
-
Zuul authored
-
- 28 May, 2021 1 commit
-
-
yangyawei authored
Upating the tetsing template to Xena testing runtime: https://governance.openstack.org/tc/reference/runtimes/xena.html Change-Id: I7db8a4cf3617c780547157af20fab2490525994d
-
- 21 May, 2021 1 commit
-
-
Takashi Kajinami authored
The [coordination] check_watchers is no longer used in any implementation. This change deprecates the parameter so that we can remove it in a future release. Closes-Bug: #1929178 Change-Id: I973eb15433e66c75366666940a841e5a579bf0e8
-