Comment 0 for bug 1957933

Revision history for this message
Youngsol Koh (youngsol) wrote : a filter option(region_name) in swift cli not working as expected

swift --os-auth-url ${AUTH_URL}
      --auth-version 3
      --os-application-credential-id ${CLIENT_ID}
      --os-application-credential-secret ${CLIENT_SECRET}
      --os-region-name ${REGION}
      --os-auth-type v3applicationcredential auth

If you have multiple regions, the result of the cli always pointing to last element in end point list regardless of the specified region.

swift version: python-swiftclient 3.13.0