diff --git a/releasenotes/notes/enable_rbd_download-e60470890518a605.yaml b/releasenotes/notes/enable_rbd_download-e60470890518a605.yaml new file mode 100644 index 0000000000..a075944d24 --- /dev/null +++ b/releasenotes/notes/enable_rbd_download-e60470890518a605.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + New ``[glance]/enable_rbd_download`` config option was introduced. + The option allows for the configuration of direct downloads + of Ceph hosted glance images into the libvirt image cache via rbd when + ``[glance]/enable_rbd_download= True`` and ``[glance]/rbd_user``, + ``[glance]/rbd_pool``, ``[glance]/rbd_connect_timeout``, + ``[glance]/rbd_ceph_conf`` are correctly configured.