04a0ff2e96
Change-Id: Ia2ba8f7a998bc55ba3fba3ce37f1d2974646494f
17 lines
497 B
YAML
17 lines
497 B
YAML
---
|
|
fixes:
|
|
- >
|
|
Prevent PyKMIP's kmip_protocol logger from logging at DEBUG.
|
|
Previously, some versions of PyKMIP would include all wire
|
|
data when the root logger was configured to log at DEBUG; this
|
|
could expose key material in logs. Only the kmip_keymaster was
|
|
affected.
|
|
|
|
- >
|
|
Fixed an issue where a failed drive could prevent the container sharder
|
|
from making progress.
|
|
|
|
- >
|
|
Fixed a bug in how Swift uses eventlet that was exposed under high
|
|
concurrency.
|