PoC Allow glance ceph osd cinder and nova pool access
Change-Id: I2e6221e6de23920998bb5f32b2323704b3c89f74
This commit is contained in:
parent
bb7ea57a58
commit
be8ec861d7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user