commit | 1f11051119514c0c2e2d70ff69afc16c228a15e7 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Oct 02 15:43:47 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Thu Oct 02 15:43:47 2014 -0400 |
tree | eec0bc18eed392ee2beedd5d555e9e04db594c98 | |
parent | a6b083178893c5d35429d2a11de48f1dc1a7cd73 [diff] [blame] |
Completely untested code for tokens and tenants.
diff --git a/openstack/identity/v2/tokens/doc.go b/openstack/identity/v2/tokens/doc.go new file mode 100644 index 0000000..d26f642 --- /dev/null +++ b/openstack/identity/v2/tokens/doc.go
@@ -0,0 +1,6 @@ +/* +Package tokens contains functions that issue and manipulate identity tokens. + +Reference: http://developer.openstack.org/api-ref-identity-v2.html#identity-auth-v2 +*/ +package tokens