- 05 Aug, 2020 1 commit
-
-
Erno Kuvaja authored
"stores" property gets added to the image when `glance image-create-via-import` is called with --stores Change-Id: I514e6e3ac2f3a1f56fb7883ed403a04b1e7f13b0 Closes-Bug: #1889666 (cherry picked from commit 77eab17c)
-
- 13 Apr, 2020 1 commit
-
-
Abhishek Kekane authored
Change-Id: I780985b8c4e7801365e69c5227ae8a3453c57a7b
-
- 08 Apr, 2020 1 commit
-
-
Abhishek Kekane authored
Newly added command line options --all-stores, --allow-failure are boolean but we are passing it as a string to glance API. This will cause problem if those parameters are not converted to boolean at API side. Passing these parameters as boolean instead of string to API. Change-Id: I8d4eab9241fc9bb24bc40b47bf18d63c86a97d77 Closes-Bug: #1871674 (cherry picked from commit dff5c881)
-
- 07 Apr, 2020 4 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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I5f50771ec217c5e1c3c0409f78061bc40c32f830
-
OpenStack Release Bot authored
Change-Id: If7fcb676c7c584e7c0d1d48f1a5170a717ffb06d
-
Erno Kuvaja authored
As python-glanceclient 3.0.0 was released earlier, this release will be version 3.1.0 Change-Id: I18f4d4e9d61b235ea7896ea97c1b480249d474e2
-
Zuul authored
-
- 06 Apr, 2020 1 commit
-
-
Abhishek Kekane authored
Change-Id: I4556df86ab501362bdfae2d1457ba14dade52f22
-
- 04 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I6b6dfb0959973abf0c2e8325006025db2a5d85d0
-
- 02 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I5ae47a7b11ff29a301e440c15daf30db7738485b
-
- 26 Mar, 2020 3 commits
- 20 Mar, 2020 2 commits
-
-
Zuul authored
-
Erno Kuvaja authored
Add support to delete image from specific store. bp: delete-from-store Change-Id: Ie57d7de5822264a5ea8a5f4587ab8cfb4afb79de
-
- 17 Mar, 2020 1 commit
-
-
Cyril Roelandt authored
Change-Id: Ibf038748df6e037df876c0e65d49aa79031275af
-
- 05 Mar, 2020 2 commits
- 27 Feb, 2020 2 commits
-
-
Abhishek Kekane authored
This change adds support for copy-image import method which will copy existing images into multiple stores. Change-Id: I748a8fb3dbaf9c2e4d887a2ecd4325e27a8429c4 bp: copy-image-multiple-stores
-
Erno Kuvaja authored
This change adds support for providing multiple target stores where image can be imported. Co-authored-by:
Erno Kuvaja <jokke@usr.fi> Co-authored-by:
Abhishek Kekane <akekane@redhat.com> bp: import-multi-stores Change-Id: I8730364263f1afd5d11fd56939851bda73a892bb
-
- 22 Feb, 2020 1 commit
-
-
Stephen Finucane authored
Make sure people are not using an incorrect version of Python and don't say we support universal wheels when we clearly do not. A bit of pbr configuration that hasn't been required since pre-1.0 is also dropped. Change-Id: I313df5b36ad908d55ae69421dfc527a67847c970 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
- 19 Feb, 2020 2 commits
-
-
Erno Kuvaja authored
Change-Id: Ic6cb15670a42d0cea424f58d6a1d85d5471e162e
-
Abhishek Kekane authored
Even after dropping support for py2, tempest-full job is still running using python2. Removed this job from the set of templates. Change-Id: If37a91a4a362f37f396c161b980a2db20838fe3b
-
- 22 Jan, 2020 2 commits
-
-
Ghanshyam authored
glanceclient-tox-py35-keystone-tips and glanceclient-tox-py35-oslo-tips jobs run on py35 which should be moved the newer python3 version. Moving them to py3 env so that they can pickup the available python version on running node. Change-Id: I5fadbadf9eee2163ef6d17af2ceb49883151038c
-
Ghanshyam Mann authored
OpenStack is dropping the py2.7 support in ussuri cycle. python-glanceclient is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I029d10a2860c5ba371ff9c5df9b7e2c645a7dfbb
-
- 11 Dec, 2019 1 commit
-
-
Zuul authored
-
- 15 Nov, 2019 1 commit
-
-
Daniel Bengtsson authored
Currently, we are overriding 'install_command' to use 'pip'. This is considered poor behavior and 'python -m pip' should be used instead: https://snarky.ca/why-you-should-use-python-m-pip/ It turns out that this is the the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command So we can remove the line and simply use the default value. Change-Id: Idd3d92657a7c17370afc0d0c35cc4666025ab9d6
-
- 13 Sep, 2019 2 commits
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I21107acca89fe8666e0981e1d7a6de62331b55f6 Sem-Ver: feature
-
Zuul authored
-
- 12 Sep, 2019 1 commit
-
-
Brian Rosmaita authored
Change-Id: Ib5cc95d4faad4847297c62ed6943dbc357a64234
-
- 24 Aug, 2019 1 commit
-
-
jacky06 authored
Change-Id: Id02ac765028673ecabcb76d3f3014bbb383bc098
-
- 21 Aug, 2019 1 commit
-
-
Zuul authored
-
- 01 Aug, 2019 1 commit
-
-
Alex Schultz authored
If a session object is not provided to the get_http_client function (as is done via osc), the glance client uses it's own HTTPClient class. This class creates a session but does not properly close it when it is done. This can lead to resource warnings about unclosed sockets. This change adds a __del__() to the HTTPClient class to close out the session correctly. Change-Id: Idccff338fa84c46ca0e429bb533a2a5217205eef Closes-Bug: #1838694
-
- 31 Jul, 2019 2 commits
- 30 Jul, 2019 1 commit
-
-
Lucian Petrut authored
The Glance V1 image format list contains "VDHX", which is a typo. This change fixes it, using the correct format name, which is "VHDX". Luckily, this seems to be used only as part of a help string. Change-Id: I392f25b3ee0ee9ac6024e1670053191e4bba937a
-
- 29 Jul, 2019 1 commit
-
-
root authored
There is a typographical error in glanceclient/v2/shell.py. Correcting spelling from enviroment to environment. Change-Id: Ia19a4417cd05d228adc26f9d7c82f4aa3c24488c
-
- 17 Jul, 2019 1 commit
-
-
Zuul authored
-
- 02 Jul, 2019 1 commit
-
-
翟小君 authored
Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: I2577ca452a014402f1377474457095176d422b42
-
- 25 Jun, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I4f689ee8b9534952ca30db944e547cb7ca74a17f Story: #2005924 Task: #34208
-