> @@ -97,7 +97,7 @@ private ServerRequest(String name, String password) {
> if (password != null)
> user.password = password;
> if (tenant != null)
> - user.tenant = tenant;
> + user.tenantId = tenant;Would it make sense to also rename the other variable to `tenantId`, or should we leave that as it is? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/880/files#r45214464
