- 07 Sep, 2021 1 commit
-
-
Chris Hofstaedtler authored
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 15 Apr, 2021 1 commit
-
-
Thomas Goirand authored
-
- 23 Mar, 2021 8 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
watcher 6.0.0.0rc1 release candidate meta:version: 6.0.0.0rc1 meta:diff-start: - meta:series: wallaby 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: I811de90c4bc9cbe2d857c0fd556de367d59ab8bf meta:release:Code-Review+1: chenker <chen.ke14@zte.com.cn> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 17 Mar, 2021 1 commit
-
-
Thomas Goirand authored
-
- 12 Feb, 2021 2 commits
-
-
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: I207c02ba71fe60635fd3406c9c9364c11f259bae
-
Ghanshyam Mann authored
Current requirements-check job is failing with below error: ERROR: Requirement for package PrettyTable excludes a version not excluded in the global list. Local settings : {'<0.8'} Global settings: set() Unexpected : set() Validating test-requirements.txt Keeping PrettyTable same as what we have in openstack/requirements repo Change-Id: I63633d2932757ca23bcea69fd655a2499a5b6d31
-
- 03 Feb, 2021 2 commits
- 26 Jan, 2021 1 commit
-
-
sue authored
Incorrect name would mislead new developer. Change-Id: I6ea228035df4437162b6c559ebb7bfb16853c520
-
- 25 Jan, 2021 2 commits
-
-
Erik Olof Gunnar Andersson authored
There is a commonly shared and proven rpc pattern used across most OpenStack services that is already implemented in watcher, but the functions are not used. This patch basically makes use of the existing rpc classes and removes some unnecessary code. Change-Id: I57424561e0675a836d10b712ef1579a334f72018
-
Zuul authored
-
- 21 Jan, 2021 1 commit
-
-
sue authored
Lower-constraints is not a requirement of the OpenStack Python PTI [0] and there currently is a discussion on the mailing list [1] about dropping the test, with the oslo team already having done so [2]. The new dependency resolver in pip fails due to incompatible dependency versions in our lower-constraints file, meaning that we were never providing any real guarantees with it. To unblock the CI, I am disabling lower-constraints job for now, with the option to reenable it in case we fix the constraints, and based on the outcome of the mailing list discussions and consensus. [0]. https://governance.openstack.org/tc/reference/pti/python.html [1]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019672.html [2]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019659.html Change-Id: I588fa809839cf3112dae24e356547100f7e89bc5
-
- 04 Jan, 2021 1 commit
-
-
suzhengwei authored
The check for this call to input() has been removed. The input method in Python 2 will read from standard input, evaluate and run the resulting string as python source code. This is similar, though in many ways worse, than using eval. On Python 2, use raw_input instead, input is safe in Python 3. Change-Id: I8654f0c197bfe88796b56e9d85f563cdded6e8a8
-
- 27 Nov, 2020 1 commit
-
-
zhufl authored
instances_no_attached should have self as the first argument, this is to add it. Change-Id: I010d9d1e9ddb8790c398bcf06d0772a0d17f57ec
-
- 10 Nov, 2020 1 commit
-
-
Zuul authored
-
- 02 Nov, 2020 1 commit
-
-
zhufl authored
IronicNodeNotFound expects uuid parameter for the error message, not name. Change-Id: I9fefa98fa9fe6f6491e5f621190cac7d376db6c9
-
- 29 Oct, 2020 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: I1c07f65533761586bf9563376004eaf0897743cb
-
- 21 Oct, 2020 1 commit
-
-
wu.chunyang authored
Python modules related to coding style checks (listed in blacklist.txt in openstack/requirements repo) are dropped from lower-constraints.txt they are not needed during installation. Change-Id: Iadf4581646131f87803c2cebbc66bd55fdb56685
-
- 17 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 12 Oct, 2020 2 commits
-
-
root authored
Remove six-library Replace the following items with Python 3 style code. - six.string_types - six.moves - six.iteritems Change-Id: I30358b3b08cc076ac59bd325d0e11a3e2deabde3
-
root authored
In 'victoria' cycle, we should test py38 by default. ref: https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I0a1d49d3f0b2401b5941cd510bc7627863947532
-
- 10 Oct, 2020 1 commit
-
-
Zuul authored
-
- 01 Oct, 2020 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
watcher 5.0.0.0rc1 release candidate meta:version: 5.0.0.0rc1 meta:diff-start: - meta:series: victoria meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Thierry Carrez <thierry@openstack.org> meta:release:Commit: Thierry Carrez <thierry@openstack.org> meta:release:Change-Id: I2c11f61842bc6e56f6d79bc368e9fa56ad020480 meta:release:Code-Review+1: licanwei <li.canwei2@zte.com.cn> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+1: Boyron Sébastien <sboyron@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 30 Sep, 2020 2 commits
-
-
xuanyandong authored
Replace the following items with Python 3 style code. - six.string_types - six.integer_types - six.moves - six.PY2 Implements: blueprint six-removal Change-Id: I2a0624bd4b455c7e5a0617f1253efa05485dc673
-
Zuul authored
-
- 27 Sep, 2020 1 commit
-
-
Zuul authored
-
- 25 Sep, 2020 1 commit
-
-
Zuul authored
-