Go to file
whoami-rajat d0702ea826 Validate volume type during volume create
Currently when configuring multiple cinder stores,
glance validates the volume types configured in glance-api.conf
during service startup.
This check however has a dependency on cinder API service to be
up and running.
During certain deployment scenarios, it is not always mandatory
that cinder is already running when we are starting glance hence
this check will fail the glance service hence the deployment
This patch removes the startup exceptions and instead logs a warning.
Also the check is done during volume create so handling for NotFound
exception from cinder is also handled.

Change-Id: I468523b947ad6fcff4b074d2ed1cb7a9e52b15ca
Closes-Bug: #1915163
2021-02-16 07:55:35 +00:00
2020-06-02 20:14:52 +02:00
2018-01-29 06:26:30 +00:00
2019-04-19 19:42:31 +00:00
2020-09-10 14:49:17 +00:00
2014-01-24 18:30:46 +01:00
2019-10-06 14:37:10 +08:00
2020-04-05 08:20:21 +02:00
2020-04-24 10:25:42 -05:00

Team and repository tags

The following tags have been asserted for the Glance Store
Library:
"project:official",
"stable:follows-policy",
"vulnerability:managed".
Follow the link for an explanation of these tags.

Glance Store Library

Glance's stores library

This library has been extracted from the Glance source code for the specific use of the Glance and Glare projects.

The API it exposes is not stable, has some shortcomings, and is not a general purpose interface. We would eventually like to change this, but for now using this library outside of Glance or Glare will not be supported by the core team.

Description
Glance stores library
Readme 14 MiB
Languages
Python 100%