- 04 Aug, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
glance 24.1.0 release meta:version: 24.1.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Commit: Brian Rosmaita <rosmaita.fossdev@gmail.com> meta:release:Change-Id: I22ef1a4a457eaacd2284540376f886bb2740772c 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>
-
- 03 Jun, 2022 2 commits
- 02 Jun, 2022 1 commit
-
-
Zuul authored
-
- 25 May, 2022 1 commit
-
-
Brian Rosmaita authored
This API version increment is due to change I6a875a38bef5, which corrected the response code for the admin-only API call: PUT /v2/cache/{image_id} The call now returns 202 upon success (it had been returning 200). The intent of this version bump is to get the attention of operators to take note of this change; from now on, the call always returns 202 upon success regardless of what API version you request. Additionally, cleaned up some version tests that had gotten out of date and were not thoroughly testing version negotiation. Also, corrected the version negotiation code around the v2.13 API. The versions response had been modified by change I6882fd2381e6 to only include v2.13 when the 'enabled_backends' config option had a value, but the versions negotiation code was not updated to reflect that. Change-Id: I0cf35ed7e21497826cd581e59aa58774f030b9f6 Related-bug: #1971521 (cherry picked from commit 11989a18)
-
- 23 May, 2022 1 commit
-
-
Zuul authored
-
- 17 May, 2022 1 commit
-
-
Dan Smith authored
If a namespace is deleted by another client while we are doing a namespace list operation, we will fail the list with NotFound if we try to pull the resource_type_associations list. The latter re-queries the DB for the namespace and will raise NotFound to us. This is especially bad because the namespace being deleted need not even belong to the caller of the list, as is the case in a tempest run. This makes us catch the failure and continue the operation, reporting no associations so that the client gets a consistent view and no error. Closes-Bug: #1973631 Change-Id: I09fc9164a08f42507d2aec44c5b382a72f232571 (cherry picked from commit 35e6c57b)
-
- 11 May, 2022 2 commits
-
-
Mridula Joshi authored
It is observed that 'cli_opts' and 'cache_opts' from glance/common/wsgi.py are not picked up by the configgen nor listed through the functions in glance/opts.py. This patch adds these options to support configgen to pick all groups from wsgi.py. Closes-Bug: #1972666 Change-Id: I81156e32517b03577c09d489b6eb5d19769600a3 (cherry picked from commit c9d7ecdb)
-
Abhishek Kekane authored
PUT /v2/cache/{image_id} returns HTTP 200 response code to user but as per proposal it should be HTTP 202. This change returns HTTP 202 response to user. Closes-Bug: #1971521 Change-Id: I6a875a38bef5beafe352ab3320f3fd199db89aa1 (cherry picked from commit ecb040c1)
-
- 09 May, 2022 1 commit
-
-
Elod Illes authored
In cases when a package is installed in tox's develop-inst phase upper constraints are not used if it were not defined in 'deps' of the tox target. This caused for example 'tox -e docs' to fail in case a package introduced some branch incompatible change. There are two option to fix this: * add the upper constraints to 'deps' of the target (and pre-install requirements for some cases) OR * use it in the install_command In the past the latter needed some extra attention (due to e.g. lower constraints tests) and projects were encouraged to remove the install_command, but nowadays this seems better fitting for some project and easier to use. So this patch fixes the upper constraints usage via the custom install_command and by removing it from 'deps'. Conflicts: tox.ini NOTE(elod.illes): conflict is due to branch specific upper constraints link and variable name change (UPPER_* to TOX_*). Change-Id: Iae07e1c5abde09874928951ac55c2d0355bcd244 (cherry picked from commit 36aedba2)
-
- 30 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 03 Mar, 2022 7 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
glance 24.0.0.0rc1 release candidate meta:version: 24.0.0.0rc1 meta:diff-start: - meta:series: yoga meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Erno Kuvaja <jokke@usr.fi> meta:release:Commit: Erno Kuvaja <jokke@usr.fi> meta:release:Change-Id: I6aa5de3a24e0ebb7b3aa5c5d87836a1c91b643d9 meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
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: I3ecd68ff47d92654b213b1d849b4ef88538525e7
-
OpenStack Release Bot authored
Change-Id: Icdaae6f16af1fb3b99ecc6584a63815c925b2892
-
- 02 Mar, 2022 2 commits
- 01 Mar, 2022 2 commits
-
-
Brian Rosmaita authored
The default value is being set too early. We don't want to use the value of sys.executable at the time the config is generated, because that's unlikely to map to an existing interpreter in an actual deployment. Change-Id: Ic40f582f83e04c6915a3fcb231d6d95ca071c100 Closes-bug: #1962581
-
Erno Kuvaja authored
Some updates in configs, especially deprecation message for db threading. Change-Id: I62efa836a5e02641ac12ae7d786e1bee79ebb487
-
- 24 Feb, 2022 1 commit
-
-
Abhishek Kekane authored
Change-Id: I99d3b2f55224ec8375be20730ecf76d79a2c2bbe
-
- 17 Feb, 2022 1 commit
-
-
Zuul authored
-
- 16 Feb, 2022 7 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mridula Joshi authored
This patch adds a new API to glance ``GET /v2/info/stores/detail`` to expose the stores specific details about the store like store type and other specific store properties.This operation will be admin only and validated by the new policy rule ``stores_info_detail`` which defaults to admin only Implements: blueprint expose-store-specific-info Change-Id: I6882fd2381e6ae245fd8c61bf9f4d52df2b216f5
-
Mridula Joshi authored
It was observed that md-tag-create-multiple (/v2/metadefs/namespaces/{namespace_name}/tags) API overwrites existing tags for specified namespace rather than creating new one in addition to the existing tags. This patch resolves the issue by introducing a header 'X-Openstack-Append' which on being True will append the new tags to existing ones and if False will continue to overwrite the tags. Implements: blueprint append-tags Closes-Bug: #1939169 Change-Id: I29448746b14c542e5fbf0283011968ae1516642e
-
- 15 Feb, 2022 3 commits
- 14 Feb, 2022 4 commits
-
-
Zuul authored
-
Erno Kuvaja authored
This change adds the new cache API endpoints and their related new policies. Implements-bp: https://blueprints.launchpad.net/glance/+spec/cache-api Change-Id: I69162e19bf095ef11fbac56a1ea2159d1caefba7
-
Zuul authored
-
Zuul authored
-