Merge pull request #16418 from theanalyst/doc-rgw-tenant-names

doc: rgw clarify limitations when creating tenant names

Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
Jos Collin 2017-07-20 14:38:45 +00:00 committed by GitHub
commit c6e90d93a3

View File

@ -38,7 +38,9 @@ Create a user testx$tester to be accessed with Swift::
# radosgw-admin --tenant testx --uid tester --display-name "Test User" --subuser tester:test --key-type swift --access full user create
# radosgw-admin --subuser 'testx$tester:test' --key-type swift --secret test123
Note that the subuser with explicit tenant had to be quoted in the shell.
.. note:: The subuser with explicit tenant has to be quoted in the shell.
Tenant names may contain only alphanumeric characters and underscores.
Accessing Buckets with Explicit Tenants
=======================================