- 11 Aug, 2022 1 commit
-
-
Radosław Piliszek authored
It's not a runtime dependency (and even oslo.i18n has dropped it). For details, see [1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I604ba0b901474b00efa704e6c206d0400b7cec34 (cherry picked from commit 4c994853)
-
- 03 Mar, 2022 2 commits
-
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/yoga branch, tests will continue to use the upper-constraints list on master. Change-Id: Ia08a365722dadaa21ac3453938446d41334b7e23
-
OpenStack Release Bot authored
Change-Id: I6f10a53b03751e66da1989f5c905e6d171a5b78e
-
- 23 Feb, 2022 2 commits
-
-
Zuul authored
-
Mark Powers authored
This adds commands for interacting with the resource property API that is specified in blueprint resource-properties-discovery-api. Change-Id: Ibe024dc9b2d02d4061ab7eb68a4607d1356a6318
-
- 14 Dec, 2021 1 commit
-
-
Ghanshyam Mann authored
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I0d4b3163b834efdce382277b1ef6c85b98f1d643
-
- 10 Sep, 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 yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I1f7d28b47a069311e97db655baf0074a01b7f946
-
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: I7d25847dba4a0bfe0a41c7efc6d66c6498d886ea
-
- 02 Sep, 2021 1 commit
-
-
Sam Morrison authored
Commit c9114b7e introduced a critical bug where service_type is not being passed through to the client making it fail. Change-Id: I6c19199785109cacef6d8b06e08d926efc6d4890 Closes-Bug: #1942330
-
- 26 Aug, 2021 1 commit
-
-
Zuul authored
-
- 18 Aug, 2021 1 commit
-
-
Zuul authored
-
- 05 Aug, 2021 1 commit
-
-
Mark Powers authored
This adds support for the recommended CLI using the OpenStackClient, without modifying the existing Blazar shell CLI. The existing shell command classes are used, by introducing a check in the base comand class to use either the client passed by Blazar shell, or the client using the osc_lib client_manager. The argument --physical-reservation is also removed for the create lease command when using the OpenStack client. Implements: blueprint openstackclient-support Change-Id: I97a7b91f0d05efc887307ac167e5c368276d4f81
-
- 01 Jul, 2021 1 commit
-
-
Anand Bhat authored
* Replace .testr.conf by .stestr.conf for migration and update .gitignore, test-requirements.txt and lower-constraints.txt files accordingly * Use py3 as the default runtime for tox and 3.18.0 as the minversion for tox * Add a new job, openstack-cover-jobs, to run the coverage in Zuul Change-Id: If6fa3f2f861d5eb6787743edcc6333e5aacef7d0
-
- 19 Mar, 2021 1 commit
-
-
Sam Morrison authored
Provide a default service type to avoid having to specify one, this brings it inline with other openstack clients. Change-Id: Idf423a87402894c131e6a57a86edc78ddcfd3ff6
-
- 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: Ie52d284f270891d09bb09a7ada1e8abdf89bcfcb
-
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: Id9f779a7bb378518711906c9a59ea934550d304b
-
- 11 Mar, 2021 1 commit
-
-
Pierre Riteau authored
Recent versions of setuptools are warning that usage of dash-separated keys will not be supported in future versions. Change-Id: I5f0ad65e0dfc98e8e9693e66355a4bfd79d3bcf1
-
- 03 Mar, 2021 1 commit
-
-
Pierre Riteau authored
Change-Id: Ifd55fce5f9a6eb78aa6a909beab0d502b67c1d7a Closes-Bug: #1917636
-
- 01 Mar, 2021 2 commits
- 23 Feb, 2021 3 commits
-
-
Pierre Riteau authored
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I29f68f2d08aa707dd328504f49e80fcd2d3f771b
-
Sean McGinnis authored
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I692abac2bf1fe118c27af043e71f315c8354c8a0 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
Pierre Riteau authored
The seal function was introduced in unittest.mock in Python 3.7. It is preventing us from using unittest.mock instead of mock. We can restore it when the minimum runtime is Python 3.7 or later. Change-Id: Ieb26af07da0c4084fb8c4ea2c4d461eb5595f583
-
- 03 Jan, 2021 1 commit
-
-
Martin Kopec authored
pep8 job is failing because the version of flake8 (flake8<2.7.0,>=2.6.0) requested by hacking<1.2.0 is not compatible with pyflakes>=2.1.1. Therefore the patch increases the max version of hacking. Also the patch fixes a few pep8 errors. Change-Id: Ib9f1cb5a77947cfb1ab28a7f26e97edba007466c
-
- 27 Nov, 2020 1 commit
-
-
wuchunyang 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: Ib52b501dc43bc9d6685ffd2dd79ceb881044a1f3
-
- 09 Nov, 2020 1 commit
-
-
wangzihao authored
Replace the following items with Python 3 style code: - six.text_type - six.StringIO Change-Id: I9db56ea304938d66753106357e572f307d226850
-
- 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: I3be1bf801a386052e42c070c0710680f2f8d2a19
-
- 12 Oct, 2020 1 commit
-
-
maaoyu authored
in 'victoria' cycle, we should test py38 by default. ref: https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I23079372b2cbbc083f6c4fef1df2268755a2da1e
-
- 24 Sep, 2020 1 commit
-
-
maaoyu authored
The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: Iebf119fe20e8767d3d8f088d889eb5a8d38a81b2
-
- 10 Sep, 2020 3 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 wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I01d8d50d76b8cc9b76d3bd84bf3c67e53f542fce
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Ibf43fb846edd1cf76af59aa5e93ccd9de7ffe4c6 Sem-Ver: feature
-
Zuul authored
-
- 08 Sep, 2020 1 commit
-
-
Jason Anderson authored
Currently Blazar has hard-coded support for only two login methods: 'token' and 'password'. There are many more auth mechanisms supported by Keystone and the clients. The complexity of parsing arguments and constructing an auth/session entity is taken care of in the keystoneauth1.loading module, which this commit takes advantage of. Change-Id: I7173d1880c8938ac54a0fb3495417f5ce40db4e7
-
- 27 Aug, 2020 1 commit
-
-
Jason Anderson authored
Some of the tests rely on a hard-coded date being actually in the past when the test runs. This fixes that by fixing the value of utctime when the test executes to a date in the past relative to the test input. Change-Id: Iccb57dca5c1130a0e6ca88e9ca387fc218891369
-
- 18 Aug, 2020 1 commit
-
-
Pierre Riteau authored
The test_args2body_start_now unit test started failing because the end date was set to August 9, 2020 which is now in the past. Change-Id: I8cc4f4ec7bf2af5bdfef37253801fd4c970b7977
-
- 09 Jul, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886296 Bump the pyflakes to 2.1.1 as min version to run pep8 jobs on py3.8 which is default python vesion in ubuntu focal. Story: #2007865 Task: #40178 Closes-Bug: #1886296 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: If5262d4b4c67fddc55125ee3ca9c7f6c34ebade9
-
- 23 Jun, 2020 1 commit
-
-
Zuul authored
-
- 02 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: Iccb1384832b5f0892ddc3e5c2adec20e312add6a
-
- 22 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I84ad61a25101e9bcf67908382d272b447b605fd9
-
- 02 May, 2020 1 commit
-
-
Sean McGinnis authored
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: Ic6ce0f9934c404261e631088fc0398690370647f Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-