Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-swiftclient/+spec/client-region-selection. Description: Swift client should have option to select region, when authenticating with keystone. Keystone allows several endpoints, but Swift client selects only first one. This limits to use multi-region deployments. There should be an option in client, that specifies region. For example (-R): swift -v -V 2.0 -A http://192.168.1.55:5000/v2.0/ -U demo:admin -R devel -K secrete list Specification URL (additional information): None