| Summary: | [Doc RFE] Document RGW Swift Per-tenant Namespaces in Administration Guide | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Anjana Suparna Sriram <asriram> |
| Component: | Documentation | Assignee: | John Wilkins <jowilkin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | shilpa <smanjara> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | agunn, hnallurv, kdreyer, nlevine |
| Target Milestone: | rc | Keywords: | Documentation, FutureFeature |
| Target Release: | 2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-30 17:21:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Anjana Suparna Sriram
2016-04-14 09:39:03 UTC
https://access.qa.redhat.com/documentation/en/red-hat-ceph-storage/2/object-gateway-guide-for-red-hat-enterprise-linux/#multi_tenancy https://access.qa.redhat.com/documentation/en/red-hat-ceph-storage/2/object-gateway-guide-for-red-hat-enterprise-linux/#bucket-operations https://access.qa.redhat.com/documentation/en/red-hat-ceph-storage/2/object-gateway-guide-for-red-hat-enterprise-linux/#container_operations_with_multi_tenancy 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 Looks good to me. |