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:
{
"adminURL": "http:,
"region": "Zurich2",
"internalURL": "http:,
"id": "36cd08b3cb59468492fc61022e7296ef",
"publicURL": "http:
},
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:
{
"adminURL": "http:,
"region": "Spain2",
"internalURL": "http:,
"id": "083337d26f7d46d8ab1426c8d6f5831c",
"publicURL": "http:
}
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: