commit | 5eb55b1786752df2dca13f372cdbec7dece91faa | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Mon Aug 18 14:48:23 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Mon Aug 18 17:50:57 2014 -0500 |
tree | cf7e3dc999315e0731f9d8403aaba867470e542b | |
parent | 31cdefd69a09bab1a531c791c220dea01133f181 [diff] [blame] |
add versioning to identity; add generic 'client' function
diff --git a/openstack/compute/images/client.go b/openstack/compute/images/client.go index c5f1897..3390b99 100644 --- a/openstack/compute/images/client.go +++ b/openstack/compute/images/client.go
@@ -1,7 +1,7 @@ package images import ( - "github.com/rackspace/gophercloud/openstack/identity" + identity "github.com/rackspace/gophercloud/openstack/identity/v2" ) type Client struct {