Unauthorized message isn't consistent with client-API doc
Bug #1602060 reported by
Shangzhong Zhu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
New
|
Undecided
|
Unassigned |
Bug Description
When exception "unauthorized" occurs, if auth_version is keystone V3, the message "Unauthorized. Check username/id, password, tenant name/id and user/tenant domain name/id" will be returned as response.
In the client-api document(see http://
user_domain_name, project_
user_domain_id, project_domain_id and project_id
And the tenant name/id has been deprecated in keystone V3. The message should be change to "Unauthorized. Check username, password, user domain name/id, project domain name/id, project name/id".
description: | updated |
To post a comment you must log in.