Hide Forgot
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