From 7088fe7718e8ef4eabbabf59d5ae4f0ac63b347d Mon Sep 17 00:00:00 2001 From: Drunkard Zhang Date: Wed, 1 Mar 2017 10:01:38 +0800 Subject: [PATCH] doc: command typo fix, s/radosgw_admin/radosgw-admin Signed-off-by: Drunkard Zhang --- doc/install/install-ceph-gateway.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 6cfaba55146..e0ca6feed6f 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -518,7 +518,7 @@ You need to write and run a Python test script for verifying S3 access. The S3 access test script will connect to the ``radosgw``, create a new bucket and list all buckets. The values for ``aws_access_key_id`` and ``aws_secret_access_key`` are taken from the values of ``access_key`` and -``secret_key`` returned by the ``radosgw_admin`` command. +``secret_key`` returned by the ``radosgw-admin`` command. Execute the following steps: