]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/radosgw: format "Create a Role"
authorZac Dover <zac.dover@proton.me>
Tue, 12 Dec 2023 12:09:13 +0000 (22:09 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 13 Dec 2023 12:20:13 +0000 (22:20 +1000)
Properly format the section "Create a Role" in the file
doc/radosgw/role.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit fa6ad94f3afc6d11c3ed243d66c96a666e973bde)

doc/radosgw/role.rst

index 029d8b778d63a852fa7e5307b77807def504ee19..1e009df21ab03b183cf60aecf84e6223e10ac72f 100644 (file)
@@ -15,7 +15,7 @@ update a role and the permissions associated with it.
 Create a Role
 -------------
 
-To create a role, execute the following::
+To create a role, run a command of the following form::
 
        radosgw-admin role create --role-name={role-name} [--path=="{path to the role}"] [--assume-role-policy-doc={trust-policy-document}]
 
@@ -29,12 +29,13 @@ Request Parameters
 
 ``path``
 
-:Description: Path to the role. The default value is a slash(/).
+:Description: Path to the role. The default value is a slash(``/``).
 :Type: String
 
 ``assume-role-policy-doc``
 
-:Description: The trust relationship policy document that grants an entity permission to assume the role.
+:Description: The trust relationship policy document that grants an entity
+              permission to assume the role.
 :Type: String
 
 For example::