c2df009018
Swift client does not always handle unversioned identity URL properly. Leading to authorization failure because keystone cannot handle incorrect path, returning 404. To work around the issue, congress swift driver specifies the version in url if none is already provided. Partial-Bug: 1677380 Change-Id: I8df7dac60e4f7cb3c2ec792e13f687d5844c8409
9 lines
258 B
YAML
9 lines
258 B
YAML
---
|
|
prelude: >
|
|
fixes:
|
|
- Workaround added for an issue where Swift client,
|
|
and the Congress Swift driver using Swift client,
|
|
do not always handle unversioned auth URL correctly.
|
|
The workaround adds /v3 to the end of an unversioned
|
|
auth URL.
|