File: bug-1820817-0ee70781918d232e.yaml

package info (click to toggle)
python-glance-store 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 18,046; sh: 41; makefile: 34
file content (11 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    Swift backend now can use custom CA bundle to verify SSL connection to
    Keystone without adding this bundle to global system ones.
    For this it re-uses the CA bundle specified as ``swift_store_cacert``
    config option, so this bundle must verify both certificates of Swift and
    Keysotne API endpoints.

    For more details see
    [`bug 1820817 <https://bugs.launchpad.net/glance-store/+bug/1820817>`_].