Openstack provides a namespace per-tenant which means that individual end-users don't have to worry about clashing names of containers or objects. RGW should be modified to support this when the user is interacting with the object store via the Swift protocol.
this is designated as a Tufnell feature.
The feature is verified. In the doc "https://access.qa.redhat.com/documentation/en/red-hat-ceph-storage/2/paged/object-gateway-guide-for-red-hat-enterprise-linux/chapter-3-administration-cli#per-tenant-namespace", creation of subuser key command is invalid: #radosgw-admin --subuser 'testx$tester:test' --key-type swift --secret test123 should be changed to: #radosgw-admin key create --subuser 'testx$tester:test' --key-type swift --secret test123
The feature is verified. Tracking the doc issue in BZ 1327095
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1755