1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Add CEPH_KEY to snap_revert driver operation (I missed this one apperently)

This commit is contained in:
Stefan Kooman 2018-01-23 17:19:16 +01:00 committed by Ruben S. Montero
parent 113200229a
commit edd9b65956

View File

@ -107,6 +107,10 @@ if [ -n "$CEPH_USER" ]; then
RBD="$RBD --id ${CEPH_USER}"
fi
if [ -n "$CEPH_KEY" ]; then
RBD="$RBD --keyfile ${CEPH_KEY}"
fi
if [ -n "$CEPH_CONF" ]; then
RBD="$RBD --conf ${CEPH_CONF}"
fi