- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 24 Feb, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-glanceclient 3.6.0 release meta:version: 3.6.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Abhishek Kekane <akekane@redhat.com> meta:release:Change-Id: Iaaa4188cc856a694ab6745a48f8d3c84da0c089e meta:release:Code-Review+1: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 23 Feb, 2022 1 commit
-
-
Zuul authored
-
- 22 Feb, 2022 2 commits
-
-
Abhishek Kekane authored
Change-Id: I1b441808672c3e362175d20f1d1f282b7f5d70a9
-
Erno Kuvaja authored
This change provides support for the Cache API changes and deprecation path for glance-cache-manage command. Change-Id: I6fca9bbe6bc0bd9b14d8dba685405838131160af
-
- 17 Feb, 2022 1 commit
-
-
Zuul authored
-
- 16 Feb, 2022 2 commits
-
-
Zuul authored
-
Mridula Joshi authored
This patch will add an optional parameter --append to the glanceclient command md-tag-create-multiple to provide the facility of appending the tags. If the parameter is present it will append the tags to existing one, else it will overwrite the existing tags. Depends-On: https://review.opendev.org/c/openstack/glance/+/804966 Change-Id: I1841e7146da76b13f4cd8925e19f59d0eaf08f7a
-
- 02 Feb, 2022 1 commit
-
-
Mridula Joshi authored
This patch appends th --detail parameter to the ``stores-info`` command. With sufficient permissions, display additional information about the stores. Depends-On: https://review.opendev.org/c/openstack/glance/+/824438 Change-Id: I6ae08ab3eaab0c2b118aa7607246214b28025dfe
-
- 31 Jan, 2022 1 commit
-
-
Dan Smith authored
This is really a very simple activity of fetching and showing the results of the usage API in table form for the user. Depends-On: https://review.opendev.org/c/openstack/glance/+/794860 Change-Id: I3d9360785a759e4a6e7905710400baea80776052
-
- 11 Jan, 2022 1 commit
-
-
Zuul authored
-
- 20 Dec, 2021 1 commit
-
-
Zuul authored
-
- 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: Ibde540f7950a5ea27af5327dfa662ee9187171c8
-
- 10 Dec, 2021 3 commits
-
-
XinxinShen authored
UPPER_CONSTRAINTS_FILE is old name and deprecated [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Co-Authored-By:
Cyril Roelandt <cyril@redhat.com> Change-Id: I8aec0f3ab5b33c6ee1ccd0fafafc7c3e447082db
-
Zuul authored
-
Zuul authored
-
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 22 Sep, 2021 1 commit
-
-
Rajat Dhasmana authored
This patch moves the releasenote of member-get command to correct path. Closes-Bug: #1944798 Change-Id: Ifa76fc993b0ff47131401ba233e77001cd74107c
-
- 15 Sep, 2021 1 commit
-
-
jinyuanliu authored
Although these errors are not important, they affect the code specification. Change-Id: I1f91dba079ecf60b1d4b57123048d8409476dde0
-
- 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: I98553ae1ab9b8b3f530476629dc7f901d5d2bd67
-
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: Idad534678f8e66469b46e293e2aa3d965ff2c9cf
-
- 02 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-glanceclient 3.5.0 release meta:version: 3.5.0 meta:diff-start: - meta:series: xena 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: I41a47fac39a275db84a1d97d333013c89777a935 meta:release:Code-Review+1: Abhishek Kekane <akekane@redhat.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 25 Aug, 2021 1 commit
-
-
Zuul authored
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 03 Aug, 2021 1 commit
-
-
Mridula Joshi authored
Using the glanceclient without a subcommand while passing an optional argument triggers the raw Python error `ERROR: 'Namespace' object has no attribute 'func'`. This bug can be reproduced by issuing the command `glance --os-image-api-version 2`. Added a default value to `func` as placeholder so that a help message is shown instead of the Python error. Closes-Bug: #1903727 Change-Id: Ie4288262e408192310cbbc240bd1779b265a64fd
-
- 02 Aug, 2021 1 commit
-
-
Mridula Joshi authored
It is observed that python-glanceclient was missing support for GET /v2/image/{image_id}/member/{member_id} API. This patch adds new command `member-get` to support this missing operation. Closes-Bug: #1938154 Change-Id: I3709f6a39535aa45bee70f468f015ac60a1375a8
-
- 07 Jul, 2021 1 commit
-
-
jayonlau authored
Clean up extra spaces, although these errors are not important, they affect the code specification. Change-Id: I5cf3c668e89a11c7906e0b0aeeb85ebcef3c1352
-
- 17 May, 2021 1 commit
-
-
Wander Way authored
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: Ib85f2fa95b95e95ac5711b1dcd626a9a84ac8b0b
-
- 05 May, 2021 1 commit
-
-
XinxinShen 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: I5f8ed2d6b1ca8c26d7fafd280b135554ed597e99
-
- 11 Mar, 2021 5 commits
-
-
Thomas Goirand authored
* Bump standards-version to 4.5.1. * Bump debhelper to 11.
-
Thomas Goirand authored
-
Thomas Goirand authored
python-glanceclient 3.3.0 release meta:version: 3.3.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Abhishek Kekane <akekane@redhat.com> meta:release:Commit: Abhishek Kekane <akekane@redhat.com> meta:release:Change-Id: I0961b300915a21b1792d771498220e1b9760719a meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+1: Dan Smith <dms@danplanet.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
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: Ia7ed638cda0d3f1e0e96fec9bb73eb4315ed810b
-
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: I7562fd0e795c2dab0f999729b467b05b0ad0875d
-
- 05 Mar, 2021 1 commit
-
-
Zuul authored
-
- 03 Mar, 2021 1 commit
-
-
Zuul authored
-
- 02 Mar, 2021 1 commit
-
-
Abhishek Kekane authored
Add support to get tasks associated with specific image. bp: messages-api Change-Id: Ia505cf6f47ca6c628e195be3ca5231d22d53040d
-