summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes "stores" property added to the imageussuri-em3.1.2stable/ussuriErno Kuvaja2020-08-053-0/+59
| | | | | | | | | "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 77eab17cf9f3cf3f2578f73163cb816e425effa2)
* Add release note for glanceclient 3.1.13.1.1Abhishek Kekane2020-04-131-0/+10
| | | | Change-Id: I780985b8c4e7801365e69c5227ae8a3453c57a7b
* Pass --all-stores, --allow-failure as bool to APIAbhishek Kekane2020-04-081-3/+3
| | | | | | | | | | | | 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 dff5c881bdbc7f0cf03d88e974ae4234cb646aa1)
* Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuriOpenStack Release Bot2020-04-071-2/+2
| | | | | | | | | | | | 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
* Update .gitreview for stable/ussuriOpenStack Release Bot2020-04-071-0/+1
| | | | Change-Id: If7fcb676c7c584e7c0d1d48f1a5170a717ffb06d
* Rename releasenotes to reflect correct version3.1.0Erno Kuvaja2020-04-071-0/+0
| | | | | | | As python-glanceclient 3.0.0 was released earlier, this release will be version 3.1.0 Change-Id: I18f4d4e9d61b235ea7896ea97c1b480249d474e2
* Merge "Add release note for glanceclient 3.0.0"Zuul2020-04-071-0/+25
|\
| * Add release note for glanceclient 3.0.0Abhishek Kekane2020-04-061-0/+25
| | | | | | | | Change-Id: I4556df86ab501362bdfae2d1457ba14dade52f22
* | Cleanup py27 supportAndreas Jaeger2020-04-043-11/+3
|/ | | | | | | | | 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
* Update hacking for Python3Andreas Jaeger2020-04-0211-23/+24
| | | | | | | | | | | | 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
* Merge "update doc url to new"Zuul2020-03-261-2/+2
|\
| * update doc url to newlvxianguo2018-08-161-2/+2
| | | | | | | | Change-Id: I35e03b74f7ef79a0997dfd931f29b20350537189
* | Merge "Replace git.openstack.org URLs with opendev.org URLs"Zuul2020-03-264-8/+8
|\ \
| * | Replace git.openstack.org URLs with opendev.org URLsjacky062019-08-244-8/+8
| | | | | | | | | | | | Change-Id: Id02ac765028673ecabcb76d3f3014bbb383bc098
* | | Merge "Move py35 jobs to latest python3"Zuul2020-03-261-8/+8
|\ \ \
| * | | Move py35 jobs to latest python3Ghanshyam2020-01-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Delete image from specific store"Zuul2020-03-204-0/+53
|\ \ \ \
| * | | | Delete image from specific storeErno Kuvaja2020-03-204-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to delete image from specific store. bp: delete-from-store Change-Id: Ie57d7de5822264a5ea8a5f4587ab8cfb4afb79de
* | | | | Remove .zuul.yaml from the list of irrelevant filesCyril Roelandt2020-03-171-1/+0
|/ / / / | | | | | | | | | | | | Change-Id: Ibf038748df6e037df876c0e65d49aa79031275af
* | | | Merge "Remove v1 tests"Zuul2020-03-052-62/+0
|\ \ \ \
| * | | | Remove v1 testsErno Kuvaja2020-02-192-62/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic6cb15670a42d0cea424f58d6a1d85d5471e162e
* | | | | Merge "setup.cfg: Use better Python 3 hinting"Zuul2020-03-051-7/+1
|\ \ \ \ \
| * | | | | setup.cfg: Use better Python 3 hintingStephen Finucane2020-02-221-7/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Add support for copy-image import method3.0.0Abhishek Kekane2020-02-273-1/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Add support for multi-store importErno Kuvaja2020-02-274-11/+277
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Drop support for tempest-fullAbhishek Kekane2020-02-191-1/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Drop python 2.7 support and testingGhanshyam Mann2020-01-224-25/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Cleanup session object"Zuul2019-12-111-0/+9
|\ \ \
| * | | Cleanup session objectAlex Schultz2019-08-011-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Stop configuring install_command in tox.Daniel Bengtsson2019-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Update master for stable/trainOpenStack Release Bot2019-09-132-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Rename --backend to --store"2.17.0Zuul2019-09-132-43/+43
|\ \ \ \
| * | | | Rename --backend to --storeAbhishek Kekane2019-05-142-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a part of vocabulary correction renamed --backend parameter to --store. Modfied corresponding tests as well. bp:multi-store-vocabulary-correction Change-Id: I3dc115f5f0f3c4edcca0209e139aa3d1d816357c
* | | | | Add release note for glanceclient 2.17.0Brian Rosmaita2019-09-121-0/+35
| |_|/ / |/| | | | | | | | | | | Change-Id: Ib5cc95d4faad4847297c62ed6943dbc357a64234
* | | | Merge "Add upper-constraints.txt to releasenotes tox environment"Zuul2019-08-211-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Add upper-constraints.txt to releasenotes tox environment98k2019-01-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Without these dependencies, the releasenotes build does not actually work. Change-Id: I76285c90efec07edc25b22a846379e6d600fa036
* | | | Merge "Modify the url of upper_constraints_file"Zuul2019-07-311-1/+1
|\ \ \ \
| * | | | Modify the url of upper_constraints_filepengyuesheng2019-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends-On: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I63be5a18a8221f0ca2b1f2a96367288833e4a096
* | | | | Merge "Trivial: fix image format typo"Zuul2019-07-311-1/+1
|\ \ \ \ \
| * | | | | Trivial: fix image format typoLucian Petrut2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Correcting typo in shell.py - enviroment to environment.root2019-07-301-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a typographical error in glanceclient/v2/shell.py. Correcting spelling from enviroment to environment. Change-Id: Ia19a4417cd05d228adc26f9d7c82f4aa3c24488c
* | | | | Merge "Bump openstackdocstheme to 1.20.0"Zuul2019-07-173-3/+2
|\ \ \ \ \
| * | | | | Bump openstackdocstheme to 1.20.0翟小君2019-07-023-3/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Add Python 3 Train unit testsCorey Bryant2019-06-253-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge "Update hacking version"Zuul2019-06-246-15/+17
|\ \ \ \ \
| * | | | | Update hacking versionjacky062019-03-276-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
* | | | | | Blacklist sphinx 2.1.0 (autodoc bug)pengyuesheng2019-06-101-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Depend-On: https://review.opendev.org/#/c/663060/ Change-Id: I8a96eea9d3d8f6d8beae9d86f307f0edd075392c
* | | | | Update sphinx dependencypengyuesheng2019-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there as well depend on https://review.opendev.org/#/c/657890/ Change-Id: Ic77e0db24ab7d7f068faf3e237beefa8856a710a
* | | | | Merge "HTTPClient: actually set a timeout for requests"Zuul2019-05-151-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | HTTPClient: actually set a timeout for requestsCyril Roelandt2019-04-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'timeout' attribute was previously left unused. Change-Id: If615c390302425fe5a646b4651ec6f56aa08fd22 Closes-Bug: #1822052