Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Component/s: None
-
Labels:None
Description
The cloud portal is appending '/v1' to swift endpoint every time a request is made - list, create, etc. This results in "Invalid bucket name" error and the operation is not completed.
Radosgw log file:
SCRIPT_URI=http://zurich.cloud.lab.fiware.org:8080/swift/v1/v1/
while the correct endpoint in Keystone is:
http://zurich.cloud.lab.fiware.org:8080/swift/v1
The same operation succeeds using the command-line.
Activity
Zurich Node Helpdesk
created issue -
Fernando Lopez
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Fernando Lopez
made changes -
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
2d 3h 4m | 1 | Fernando Lopez | 16/Mar/16 4:57 PM | |||||
|
85d 21h 21m | 1 | Fernando Lopez | 10/Jun/16 3:19 PM |
Dear Bruno,
Previously to talk with Álvaro, I was checking the value of the service endpoint related to swift and Zürich2 (keep in main Zürich2 and not Zürich), the data that I obtain is the following:
The first thing that surprised me was that the publicURL does not contain information about the account information, when I try to create a container, the cloud portal send a put operation to:
PUT https://cloud.lab.fiware.org/Zurich2/object-store/swift/v1/tbd-container
If I make the same operation in Spain node, the operation is:
PUT https://cloud.lab.fiware.org/Spain2/object-store/v1/AUTH_00000000000000000000000000000104/tbd-container
Although the content of the service endpoint is the following: