Création du pool :
ceph-authtool -C -n client.glance --gen-key /etc/ceph/ceph.client.glance.keyring
ceph auth import -i /etc/ceph/ceph.client.glance.keyring
rados mkpool images
ceph auth caps client.glance mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=images'