commit | 2491b4cda0f3eca813d3a959526cd8678240363b | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Feb 12 16:13:39 2015 -0500 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Feb 13 09:09:46 2015 -0500 |
tree | ec865d53db7a045cae085154b788ef2323a49bdd | |
parent | 4bf41a37c959caa2aa450e11b8df1493b5919379 [diff] [blame] |
Manual follow-on tweaks to get the build green again.
diff --git a/openstack/client.go b/openstack/client.go index 5fce3d6..63e07b8 100644 --- a/openstack/client.go +++ b/openstack/client.go
@@ -68,7 +68,7 @@ &utils.Version{ID: v30, Priority: 30, Suffix: "/v3/"}, } - chosen, endpoint, err := utils.ChooseVersion(client.IdentityBase, client.IdentityEndpoint, versions) + chosen, endpoint, err := utils.ChooseVersion(client, versions) if err != nil { return err }