summaryrefslogtreecommitdiff
path: root/src/upstart/ceph-create-keys.conf
blob: 6fb4581852fde313b87fcfd0f2b8649743381903 (plain)
1
2
3
4
5
6
7
8
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)}"