mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
rgw: specify keyring location
Otherwise we look at the default /var/lib/ceph/radosgw/ceph-$id/keyring. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
a54200d444
commit
45ddbe636e
@ -118,6 +118,8 @@ def start_rgw(ctx, config):
|
||||
]
|
||||
run_cmd_tail=[
|
||||
'radosgw',
|
||||
# authenticate as client.admin and use system keyring
|
||||
'-k', '/etc/ceph/ceph.keyring',
|
||||
'--log-file', '{tdir}/archive/log/rgw.log'.format(tdir=testdir),
|
||||
'--rgw_ops_log_socket_path', '{tdir}/rgw.opslog.sock'.format(tdir=testdir),
|
||||
'{tdir}/apache/apache.conf'.format(tdir=testdir),
|
||||
|
Loading…
Reference in New Issue
Block a user