diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2
index 1d0cd4dc833fd1fe89e5682b98b3f99b759c89c7..565ab44376ad2976998fe34713c9cb1dcf505cb0 100644
--- a/ansible/roles/cinder/templates/cinder.conf.j2
+++ b/ansible/roles/cinder/templates/cinder.conf.j2
@@ -137,7 +137,6 @@ rados_connect_timeout = 5
 rbd_user = {{ ceph_cinder_user }}
 rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}
 report_discard_supported = True
-image_upload_use_cinder_backend = True
 {% endif %}
 
 {% if enable_cinder_backend_nfs | bool %}
diff --git a/releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml b/releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..fb7b9be674dc9754c099207ab48ba51e0efa018e
--- /dev/null
+++ b/releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml
@@ -0,0 +1,13 @@
+---
+upgrade:
+  - |
+    ``image_upload_use_cinder_backend = True`` is no longer set on the
+    Cinder's default Ceph RBD backend, the common upstream default is
+    now used (``False`` currently).
+    See also `LP#1991516 <https://launchpad.net/bugs/1991516>`__
+fixes:
+  - |
+    ``image_upload_use_cinder_backend = True`` is no longer set on the
+    Cinder's default Ceph RBD backend. Related ERRORs and WARNINGs in
+    Cinder and Glance logs are prevented.
+    `LP#1991516 <https://launchpad.net/bugs/1991516>`__