Bug 1041584

Summary: [RFE][swift]: Allow URL via tenant_name and not just tenant_id
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/swift/+spec/keystoneauth-tenant-name-url
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:31:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 18:05:51 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/swift/+spec/keystoneauth-tenant-name-url.

Description:

Keystone is currently using tenant_id in URL in the form of :

curl http://ip:8080/v1/AUTH_tenantId/c/obj

There is different use case where allowing tenant_name :

http://ip:8080/v1/AUTH_tenantName/c/obj

would be useful but still mapping to tenantId if accessing via tenantName for uniqueness.

an example of implementation is available here :

https://github.com/chmouel/swift/commit/cac23fb346334d72dec68ae7e6e5f6b8ed50f82a


Specification URL (additional information):

None