kolla/releasenotes/notes/fixes-container-restart-conditions-57d36b13b0aa964b.yaml
Dawud M d9a6c5f390 Add comprehensive checks for container restarts
When adding a dashboard to grafana the containers aren't restarted when
they should be. This is due to a bug in Kolla where the logic to
determine whether or the container needs to be restarted fails in the
case where the file does not exist in the container. This patch adds
more comprehensive checks for container restarts in the set_configs.py
file. This patch also adds a test to ensure that the functions work as
expected.

Closes-Bug: #1997984
Co-Authored-By: Will Szumski <will@stackhpc.com>
Change-Id: I67f5f12700d7b55f26bff81e9b54559303da6d83
2023-03-09 18:03:58 +00:00

7 lines
228 B
YAML

---
fixes:
- |
Fix container restart conditions to be tolerant of missing optional source
and/or destination files. For more details, see the following `bug report
<https://bugs.launchpad.net/kolla/+bug/1997984>`_