commit | 33a23e7dbbb1147990110f7d92fda5fdc753eea8 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 09 12:28:31 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 09 12:28:31 2014 -0400 |
tree | 4557563ccc183b04850b8f24b9e6c8864db46e2a | |
parent | ccfccce001fa1e3cfec65d5df90f79dc89f23e36 [diff] |
Right, v2 actually needs those vars.
diff --git a/acceptance/openstack/client_test.go b/acceptance/openstack/client_test.go index b9fdc82..9b12337 100644 --- a/acceptance/openstack/client_test.go +++ b/acceptance/openstack/client_test.go
@@ -17,9 +17,6 @@ t.Fatalf("Unable to acquire credentials: %v", err) } - // Trim out unused fields. - ao.TenantID, ao.TenantName = "", "" - client, err := openstack.AuthenticatedClient(ao) if err != nil { t.Fatalf("Unable to authenticate: %v", err)