- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 25 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-freezerclient 4.2.0 release meta:version: 4.2.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I50c5875efaa52ef1ee449a001d3cc6dcc23ecd84 meta:release:Code-Review+1: Carl caihui <cai.hui@zte.com.cn> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 02 Dec, 2020 3 commits
-
-
caihui authored
Remove unuseful param 'opts' Change-Id: I220d81d6e82336db82f49c469f6d2cc70ab13675 Task: 41348
-
caihui authored
The opts param is unuseful for get_client_instance() func. Change-Id: Ib187a4d7d5ea92c1dbe5e4505b3646d5d050c53f Task:41348
-
caihui authored
Sometimes "project_domain_id" param is used in client.Client(). Change-Id: Iffb8e12a1cf3bb8747b63ea8e58d354d2abb208e
-
- 10 Nov, 2020 1 commit
-
-
caihui authored
Update "openstack-python3-victoria-jobs" to "openstack-python3-wallaby-jobs". Change-Id: Iade621bed540dd6b2a1a0d241afa60cebfe87a28
-
- 09 Nov, 2020 1 commit
-
-
caihui authored
Change-Id: I5627aaf7f9f41a5b59e1094b3c9a130e9345406e
-
- 30 Oct, 2020 2 commits
- 29 Oct, 2020 1 commit
-
-
caihui authored
Change-Id: I625a5d0e6ba772b2d9776ea6dd4439ff2a35ae83
-
- 16 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 30 Sep, 2020 1 commit
-
-
zhangyangyang authored
Change-Id: I0684b3a2ecbd080232d0f24b535da24d9ea95243
-
- 14 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-freezerclient 4.0.0 release meta:version: 4.0.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I8128c6246a9a08f92b5118fca0b1ecf2ced5f976 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>
-
- 13 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-freezerclient 3.1.0 release meta:version: 3.1.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I79c79ee390a62a5ef2e5d6d072055905bccc3975 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+1: gecong <ge.cong@zte.com.cn> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 08 Sep, 2020 1 commit
-
-
mudit-opn authored
As per victoria cycle testing runtime and community goal, we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump lower constraints to make testing work for Focal. Change-Id: I32a4a3055595eeafb330c14959e55db9ee82cfa9 Story: #2007865 Task: #402184
-
- 05 Sep, 2020 1 commit
-
-
Zuul authored
-
- 10 Jul, 2020 1 commit
-
-
Caihui authored
Fix tip error of freezerclinet cmd. Change-Id: I1409a98f3aef84f2dbc259c04f367ffe79abf95c
-
- 02 Jul, 2020 1 commit
-
-
Caihui authored
In new release, The project is used python38 to replace python37, so drop py37,add py38 in tox. Change-Id: I19dd35b12f2a7764ecf9635a09f9865b589d250a
-
- 19 Jun, 2020 1 commit
-
-
Caihui authored
Kyestone V2 support was removed in Train, so it's safe to remove "tenant" param. Change-Id: I1458a61f5b0d70e1d4ebe3b8ba88bc4826b7a363
-
- 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. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. 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: I8edb19b7855f8ed108566b13ce0a277a2073e3a2
-
- 13 May, 2020 1 commit
-
-
Ghanshyam Mann authored
flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I7a01b34fa14404715ef55eceb51a4935be2a4e9f
-
- 08 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 06 May, 2020 2 commits
- 19 Apr, 2020 1 commit
-
-
jacky06 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: I880d1d8d6183d002b81ac34e2f2a3b2625abb4ff
-
- 11 Apr, 2020 5 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-freezerclient 3.0.1 release meta:version: 3.0.1 meta:diff-start: - meta:series: ussuri meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I030327ae9546d50d975a786ed34c8f07983669e4 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 victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Id5fb6a41c812143fa0a2448253392d531037cfbb
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I388184b4c9f7064d00b1278b1a9f5438e4457fcd Sem-Ver: feature
-
- 04 Apr, 2020 2 commits
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I0800191c29e0cd379826d62b4bf310606c811263
-
Andreas Jaeger authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore - Remove html_last_updated_fmt from conf.py, this is not needed with openstackdocstheme anymore; update openstackdocstheme requirement Change-Id: Ib3ea5712db7075a67a4f9da74a6788822658e97a
-