From 9b44469e5e09b145503bd617eddd88db781f8bf5 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Fri, 30 Sep 2011 09:26:42 -0700 Subject: [PATCH] s3-tests: use radosgw-admin instead of radosgw_admin Signed-off-by: Greg Farnum --- teuthology/task/s3tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index 391743aa4e05b..d2685cf09347d 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -61,7 +61,7 @@ def create_users(ctx, config): '/tmp/cephtest/enable-coredump', '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', '/tmp/cephtest/archive/coverage', - '/tmp/cephtest/binary/usr/local/bin/radosgw_admin', + '/tmp/cephtest/binary/usr/local/bin/radosgw-admin', '-c', '/tmp/cephtest/ceph.conf', 'user', 'create', '--uid', s3tests_conf[section]['user_id'], -- 2.39.5