Update swift lib for adding the support of Openstack Identity v3 API

Signed-off-by: Li Wenquan <wenquan.li@hp.com>
This commit is contained in:
davidli 2015-06-08 13:21:46 +08:00 committed by Sylvain Baubeau
parent 3fb42a1502
commit 3ff9f9b9cc
7 changed files with 434 additions and 39 deletions

View file

@ -80,6 +80,8 @@ const (
type Connection struct {
// Parameters - fill these in before calling Authenticate
// They are all optional except UserName, ApiKey and AuthUrl
Domain string // User's domain name
DomainId string // User's domain Id
UserName string // UserName for api
ApiKey string // Key for api access
AuthUrl string // Auth URL