golang-client/openstack/README.md
Dean Troyer 9de84b3c5d Add auth package
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
2015-04-19 16:44:51 -05:00

353 B

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