> @@ -410,7 +410,7 @@ public void testGetUserWithHostname() {
>
> HttpResponse.builder().statusCode(200).payload(payloadFromResource("/user_get_withhost.json")).build()
> ).getUserApiForInstanceInZone("instanceId-1234-5678","RegionOne");
>
> - User user = api.get("exampleuser", "192.168.64.64");
> + User user = api.get("example.user", "192.168.64.64");
> assertEquals(user.getName(), "exampleuser");
I agree - I did not want to push this change potentially out of scope for this
simple fix. If that seems ok though, I can do the extra changes.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/14/files#r5079038