diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index 0cd1dddc8db04776e6d54cec64909dea39e000dd..7016426704c3c4e0920efeab51dbcae435348f52 100644
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -43,7 +43,7 @@ kolla_ansible_setup_gather_subset: "{{ omit }}"
 config_strategy: "COPY_ALWAYS"
 
 # Valid options are ['centos', 'debian', 'rocky', 'ubuntu']
-kolla_base_distro: "centos"
+kolla_base_distro: "rocky"
 
 kolla_internal_vip_address: "{{ kolla_internal_address | default('') }}"
 kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
diff --git a/doc/source/user/support-matrix.rst b/doc/source/user/support-matrix.rst
index b740caf3b233a59d9b1100dbe462376abca4ebb7..be24706c12839d1f4f1ad068183ab71088ad4c04 100644
--- a/doc/source/user/support-matrix.rst
+++ b/doc/source/user/support-matrix.rst
@@ -24,7 +24,8 @@ Kolla Ansible supports the following host Operating Systems (OS):
 .. note::
 
    CentOS Stream 9 is supported as a host OS while Kolla does not publish CS9
-   based images. Users can build them on their own.
+   based images. Users can build them on their own. We recommend using Rocky
+   Linux 9 images instead.
 
 
 
diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index 058b04323c100c08ccf7f549654280a99e297b7c..fd77dcc0bded52abdd5e03e594f4e4f33a62cc98 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -31,7 +31,7 @@ workaround_ansible_issue_8743: yes
 #config_strategy: "COPY_ALWAYS"
 
 # Valid options are ['centos', 'debian', 'rocky', 'ubuntu']
-#kolla_base_distro: "centos"
+#kolla_base_distro: "rocky"
 
 # Do not override this unless you know what you are doing.
 #openstack_release: "master"
diff --git a/releasenotes/notes/rocky-is-now-default-fa143fd417dd7132.yaml b/releasenotes/notes/rocky-is-now-default-fa143fd417dd7132.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b975cc3a603870d3be0448926b0ad0398aa4d3fc
--- /dev/null
+++ b/releasenotes/notes/rocky-is-now-default-fa143fd417dd7132.yaml
@@ -0,0 +1,5 @@
+---
+other:
+  - |
+    Rocky Linux 9 based images are now recommended (instead of CentOS Stream
+    ones).