Skip to content

Commit 3ae2153

Browse files
committed
Describe '[glance]/enable_rbd_download'
New option was introduced for faster download images directly from Ceph instead of using the Glance API. See the following blueprint for more details: https://blueprints.launchpad.net/nova/+spec/nova-image-download-via-rbd Compared to the blueprint, this new option was added instead of reviving deprecated '[glance]/allowed_direct_url_schemes'. Change-Id: Ib7e52f386df2134aa043dc703b378d0737b1d36d
1 parent 99781d6 commit 3ae2153

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
features:
3+
- |
4+
New ``[glance]/enable_rbd_download`` config option was introduced.
5+
The option allows for the configuration of direct downloads
6+
of Ceph hosted glance images into the libvirt image cache via rbd when
7+
``[glance]/enable_rbd_download= True`` and ``[glance]/rbd_user``,
8+
``[glance]/rbd_pool``, ``[glance]/rbd_connect_timeout``,
9+
``[glance]/rbd_ceph_conf`` are correctly configured.

0 commit comments

Comments
 (0)