octavia/releasenotes/notes/fix-certs-ramfs-race-561f355d13fc6d14.yaml
Michael Johnson 1900ee71a5 Fix a potential race condition with certs-ramfs
There is a potential race condition in the start order for the
amphora-agent service and the certs-ramfs service.
This patch configures an explict ordering for the services.

Change-Id: I8e449b19af72d72f6effd52e0a2debb5754a19b3
Story: 2006823
Task: 37396
2019-11-11 13:45:35 -08:00

15 lines
416 B
YAML

---
upgrade:
- |
A new amphora image is required to fix the potential certs-ramfs race
condition.
security:
- |
A race condition between the certs-ramfs and the amphora agent may lead
to tenant TLS content being stored on the amphora filesystem instead of
in the encrypted RAM filesystem.
fixes:
- |
Fixed a potential race condition with the certs-ramfs and amphora agent
services.