forked from TrueCloudLab/distribution
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:
parent
3fb42a1502
commit
3ff9f9b9cc
7 changed files with 434 additions and 39 deletions
2
Godeps/_workspace/src/github.com/ncw/swift/swift.go
generated
vendored
2
Godeps/_workspace/src/github.com/ncw/swift/swift.go
generated
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue