commit | 61c49a5843287bc28b9df3be3657fcdc0fb45dee | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Oct 08 14:15:04 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Oct 08 14:15:04 2014 -0400 |
tree | 1b43bea4400ba2db7cf8f387870a565daaf67073 | |
parent | fc1af5a7d1f18c92b4e727e4625c040136fa142c [diff] [blame] |
More endpoint_location coverage.
diff --git a/openstack/client.go b/openstack/client.go index bd82690..97556d6 100644 --- a/openstack/client.go +++ b/openstack/client.go
@@ -134,7 +134,7 @@ client.TokenID = token.ID client.EndpointLocator = func(opts gophercloud.EndpointOpts) (string, error) { - return V3EndpointLocator(v3Client, opts) + return V3EndpointURL(v3Client, opts) } return nil