charm-ceph-osd/files/upstart/ceph-create-keys.conf
2012-10-08 15:07:16 +01:00

9 lines
201 B
Plaintext

description "Create Ceph client.admin key when possible"
start on started ceph-mon
stop on runlevel [!2345]
task
exec /usr/sbin/ceph-create-keys --cluster="${cluster:-ceph}" -i "${id:-$(hostname)}"