Merge "Add releasenote for glance mTLS fix" into stable/wallaby

This commit is contained in:
Zuul 2021-04-08 18:10:07 +00:00 committed by Gerrit Code Review
commit a7a9cea06c
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
fixes:
- |
`Bug #1917797 <https://bugs.launchpad.net/cinder/+bug/1917797>`_: Fix
Cinder's communication with the Glance API to correctly load mTLS
certificates from config (``glance_certfile`` and ``glance_keyfile`` in the
``[DEFAULT]`` section).
upgrade:
- |
New configuration options have been added to enable mTLS between
cinder and glance: use ``glance_certfile`` and ``glance_keyfile``
in the ``[DEFAULT]`` section of the cinder configuration file.