summaryrefslogtreecommitdiff
path: root/releasenotes/notes/volume-type-validation-check-011a400d7fb3b307.yaml
blob: 7ff169b217cae30d1f36a47836671c563eb2b1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    Previously, during service startup, the check to validate volume types
    used to raise ``BackendException`` or ``BadStoreConfiguration`` exceptions
    when an invalid volume type was configured hence failing the service
    startup. It now logs a warning and the glance service starts normally.
fixes:
  - |
    `Bug #1915163 <https://bugs.launchpad.net/glance-store/+bug/1915163>`_:
    Added handling to log and raise proper exception during image create when
    an invalid volume type is configured.