- 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
-
- 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
-
- 19 May, 2021 1 commit
-
-
Matthias Runge authored
in requirements. It is used e.g. in aodh/storage/sqlalchemy/models.py Change-Id: I3677fddb70b4b2b0452e37a2a512997e7e4b5f0c
-
- 17 May, 2021 1 commit
-
-
Zuul authored
-
- 12 May, 2021 2 commits
-
-
Zuul authored
-
wu.shiming 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: I62cedb56f25f1f409ed24fa3a1b1a3dbc8758e74
-
- 06 May, 2021 1 commit
-
-
Takashi Kajinami authored
This patch introduces the same functionality as is implemented in panko recently[1], and allows us to limit the number of alarm histories deleted in a single iteration, to avoid the query takes a long time and if there are many expired records. [1] Icf83ffe089301b3782273923f18efd4d209131c2 Change-Id: Ie1d1bbb911cf56a56f712291f61ffaabfa97422f
-
- 23 Apr, 2021 1 commit
-
-
Takashi Kajinami authored
The notifier group are duplicated when defining options. This is not affecting functionality but make the code less readable. Let's merge these tow using itertools as is done for other groups. Change-Id: Icd8389c771363235062807c31a866d2960726ec6
-
- 20 Apr, 2021 1 commit
-
-
songwenping authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Wallaby support officially the following runtimes [1]: - Python 3.6 - Python 3.8 During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: Id4acb623ef216249385e8020ca9ca1ec68e987a8
-
- 07 Apr, 2021 1 commit
-
-
Zuul authored
-
- 02 Apr, 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: I0d7b7b4005960cd09a4a348563b7c3c7d30495f3
-
- 25 Mar, 2021 1 commit
-
-
Zuul authored
-
- 22 Mar, 2021 3 commits
-
-
Matthias Runge authored
https://github.com/jd/tenacity/pull/274/files removed code which was still in use. Change-Id: Ib7c0be686aaf542a483a426c1966ad067a5fe3eb
-
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: I816613b861a084fb92ba2e6e4f72e7830f11c1e5
-
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: I0a6dce64c17477aa49de33e6441ca91feae9e02f
-
- 04 Mar, 2021 1 commit
-
-
Matthias Runge authored
Change-Id: I2fd374514fd6bf3be02191b7a23b50b6dec93e08
-
- 01 Mar, 2021 1 commit
-
-
Matthias Runge authored
ceilometerclient is deprecated and not supported since 2017. This reverts commit d32ca244. Change-Id: Id5bac2f317deceefe625d91f0dc91b071a6f8037
-
- 30 Jan, 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: If08de0aebd23e647ae951141978679a491803c39
-
- 18 Jan, 2021 1 commit
-
-
Zuul authored
-
- 14 Jan, 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: I60919c81031f4680bce93333d584a84587662c7e
-
- 13 Jan, 2021 1 commit
-
-
Zuul authored
-
- 12 Jan, 2021 2 commits
- 25 Dec, 2020 1 commit
-
-
Ghanshyam Mann authored
As per the community goal of migrating the policy file the format from JSON to YAML[1], we need to do two things: 1. Change the default value of '[oslo_policy] policy_file'' config option from 'policy.json' to 'policy.yaml' with upgrade checks. 2. Deprecate the JSON formatted policy file on the project side via warning in doc and releasenotes. Also replace policy.json to policy.yaml ref from doc and tests. [1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html Change-Id: Ia0fa4ba1fecf2740a291c5a65b906b089c95404d
-
- 14 Dec, 2020 1 commit
-
-
wu.shiming authored
UPPER_CONSTRAINTS_FILE is old name and deprecated -https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I9a31e347bc3a2b78b9b3e6b205f48da3131803d1
-
- 11 Dec, 2020 1 commit
-
-
Zuul authored
-