trove/releasenotes/notes/fix-postgresql-database-create-failed-abd4f99cc7dde44c.yaml
wu.chunyang 8cd982be5c Fix postgresql database creation failures from prepare func
postgresql needs to restart during the bootstrap, but the postgres
driver still reports the healthy status.

this commit resets the healthy_counts when status is not healthy,
and make state_healthy_counts configurable.

Change-Id: I746b86326790dbc667f4f0d6dabcd1a656502273
2023-08-02 02:18:08 +00:00

4 lines
101 B
YAML

---
fixes:
- |
Fix potential PostgreSQL database creation failures from the instance create API