
Includes AuthOpts struct and AuthRef interface, plus an Identity v2 password auth implementation. Note: the examples work, the objectstore_test is broken, will be fixed along with additional session and auth tests. Change-Id: I77b07c92586c37e855b466e18dea133a4a938aaa
14 lines
353 B
Markdown
14 lines
353 B
Markdown
openstack
|
|
=========
|
|
|
|
`openstack` is the API to an OpenStack cloud.
|
|
|
|
* `session.go` - A Session object that encapsulates the HTTP REST handler
|
|
and authentication and logging
|
|
|
|
* `auth.go` - The basic authentication interface
|
|
|
|
* `auth-password.go` - Implements password authentication (v2 only at present)
|
|
|
|
* `auth-token.go` - The returned token objects
|