diff --git a/releasenotes/notes/db-pooling-7c42f3aed39d5fc9.yaml b/releasenotes/notes/db-pooling-7c42f3aed39d5fc9.yaml new file mode 100644 index 0000000000..415eb94033 --- /dev/null +++ b/releasenotes/notes/db-pooling-7c42f3aed39d5fc9.yaml @@ -0,0 +1,2 @@ +upgrade: + - We have changed default values for variables related to database connection pooling. For some services(like nova) default pool sizes will be significantly lower, we have also decreased default connection_recycle_time to 10 minutes. It should not cause any issues, but we recommended to double check these values, especially for large environments.