January 2019
Intermediate to advanced
606 pages
15h 1m
English
This recipe talks about configuring the Glance component of OpenStack to store virtual machine images on Ceph RBD:
default_store=rbd show_image_direct_url=True
# cat /etc/glance/glance-api.conf | egrep -i "default_store|image_direct"

stores = rbd rbd_store_ceph_conf=/etc/ceph/ceph.conf ...
Read now
Unlock full access