Pike Series Release Notes

4.17.1-3

Bug Fixes

  • [bug 1809101] Fix req.context of Keystone audit middleware and Glance conflict with each other issue. The audit middleware now stores the admin context to req.environ[‘audit.context’].

4.17.1

New Features

  • [bug 1695038] The use_oslo_messaging configuration option is added for services such as Swift, which need the audit middleware to use the local logger instead of the oslo.messaging notifier regardless of whether the oslo.messaging package is present or not. Leave this option set to its default True value to keep the previous behavior unchanged - the audit middleware will use the oslo.messaging notifier if the oslo.messaging package is present, and the local logger otherwise. Services that rely on the local logger for audit notifications must set this option to False.

4.16.0

Upgrade Notes

  • [bug 1677308] There is no upgrade impact when switching from pycrypto to cryptography. All data will be encrypted and decrypted using identical blocksize, padding, algorithm (AES) and mode (CBC). Data previously encrypted using pycrypto can be decrypted using both pycrypto and cryptography. The same is true of data encrypted using cryptography.

Bug Fixes

  • [bug 1677308] Removes pycrypto dependency as the library is unmaintained, and replaces it with the cryptography library.