PoC Allow glance ceph osd cinder and nova pool access

Change-Id: I2e6221e6de23920998bb5f32b2323704b3c89f74
This commit is contained in:
Abhishek Kekane 2021-11-26 14:28:02 +00:00
parent bb7ea57a58
commit be8ec861d7
1 changed files with 2 additions and 0 deletions

View File

@ -697,6 +697,8 @@ function configure_ceph_glance {
get-or-create client.${GLANCE_CEPH_USER} \
mon "allow r" \
osd "allow class-read object_prefix rbd_children, \
allow rwx pool=${CINDER_CEPH_POOL}, \
allow rwx pool=${NOVA_CEPH_POOL}, \
allow rwx pool=${GLANCE_CEPH_POOL}" | \
sudo tee ${CEPH_CONF_DIR}/ceph.client.${GLANCE_CEPH_USER}.keyring