diff --git a/releasenotes/notes/add-keep-alive-timeout-for-httpd-0d51a9d139c50f66.yaml b/releasenotes/notes/add-keep-alive-timeout-for-httpd-0d51a9d139c50f66.yaml
index 92d9d498611c5739016f8432bfd59bd3f8e530e5..5cd26e49c0ef9849ffc654b4da3910ef8292f0fe 100644
--- a/releasenotes/notes/add-keep-alive-timeout-for-httpd-0d51a9d139c50f66.yaml
+++ b/releasenotes/notes/add-keep-alive-timeout-for-httpd-0d51a9d139c50f66.yaml
@@ -3,4 +3,9 @@ features:
   - |
     Adds configuration parameter ``kolla_httpd_keep_alive`` to configure the
     keep-alive timeout for services that use httpd to handle HTTP requests.
-    The default value is 60 seconds.
+    The default value is 60 seconds, overriding the httpd default of 5 seconds.
+upgrade:
+  - |
+    Adds configuration parameter ``kolla_httpd_keep_alive`` to configure the
+    keep-alive timeout for services that use httpd to handle HTTP requests.
+    The default value is 60 seconds, overriding the httpd default of 5 seconds.