- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 03 Mar, 2022 5 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>
-
- 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
-
- 12 Feb, 2022 1 commit
-
-
Zuul authored
-
- 11 Feb, 2022 1 commit
-
-
Ade Lee authored
Temporarily make the FIPS job non-voting till we figure out why its failing. Restore the non-fips version of the cinder job so we keep the coverage. Change-Id: I1a9dbd087cca52798f0d01c62ebb47e37f52d87a
-
- 10 Feb, 2022 1 commit
-
-
Brian Rosmaita authored
Update the data migration current release to 'yoga'. Include a semver pseudo-header in this commit message so that pbr will increment the major version number, otherwise glance.tests.unit.gate.test_data_migration_version will break. Also add a reminder about this to the release cycle tasks list. Change-Id: Ibdbeb752d29afeb48628587442577ab139be9ac9 Sem-Ver: api-break
-
- 08 Feb, 2022 2 commits
-
-
Takashi Kajinami authored
Python 2 support was removed during Ussuri cycle. This change adds the classifier to clearly state that only Python 3 is supported. Change-Id: Ib244469e09e396ea897d1778bb1bad15cebf1f10
-
Zuul authored
-
- 07 Feb, 2022 2 commits
- 03 Feb, 2022 4 commits
-
-
Ade Lee authored
Some jobs have been modified to run to confirm that functionality is still working when FIPS is enabled on the nodes. As the FIPS tests currently run on centos nodes, code is added to the test-setup script to set up the databases correctly. Also had to increase the swap space on the nodes; see [0] for an explanation. The current FIPS jobs run using python 3.6 on centos-8-stream. We will modify these to run on centos-9-stream and python 3.9 in a subsequent patch. [0] https://review.opendev.org/c/openstack/devstack/+/803706 Change-Id: I060d8247c7b09f63990ea411e6c6a056bb50410d
-
Dan Smith authored
This adds a /v2/info/usage API endpoint which exposes to the user their current limits and usage. The discovery API does not (appear to) have existing tests, so this adds a module for that, although only usage tests are added currently. Implements: blueprint quota-api Change-Id: I50c98bac50f815bdb9baae024e77afd388f74554
-
Zuul authored
-
Zuul authored
-
- 02 Feb, 2022 2 commits
- 31 Jan, 2022 1 commit
-
-
Dan Smith authored
In set_property_atomic() we pass an integer query filter for the deleted field, since most projects use an integer for this column. However, in glance the column is a boolean, which trips up postgres since the types are different (mysql and sqlite work fine). This minor change to use False instead of 0 should fix that for postgres users. Change-Id: I5149df76943c1c19f3204b904c0e2d3ef846bdf7 Closes-Bug: #1953063
-