6
0
Fork 0
This repository has been archived on 2022-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
cdist-recycledcloud/type/__recycledcloud_opennebula_.../files/ceph.client.libvirt.keyring.sh

9 lines
124 B
Bash
Executable File

#!/bin/sh
cat << EOF
[client.libvirt]
key = $LIBVIRT_KEY
caps mon = "profile rbd"
caps osd = "profile rbd pool=one"
EOF