commit | 9977e51be08d57fb32558847aff9a3a14e8df406 | [log] [tgz] |
---|---|---|
author | Carolyn Van Slyck <me@carolynvanslyck.com> | Wed Jul 20 14:34:52 2016 -0500 |
committer | Carolyn Van Slyck <me@carolynvanslyck.com> | Wed Jul 20 14:34:52 2016 -0500 |
tree | cac3fd538c921d87cbae76aa112803526d44921b | |
parent | 6fb9d11c03309ccca21c16ea4e4a18a2498df606 [diff] [blame] |
Update v3 test to validate modification of auth options
diff --git a/openstack/testing/client_test.go b/openstack/testing/client_test.go index 37e63c1..f75ab6c 100644 --- a/openstack/testing/client_test.go +++ b/openstack/testing/client_test.go
@@ -49,8 +49,10 @@ }) options := gophercloud.AuthOptions{ - UserID: "me", + Username: "me", Password: "secret", + DomainName: "default", + TenantName: "project", IdentityEndpoint: th.Endpoint(), } client, err := openstack.AuthenticatedClient(options)