> @@ -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;I would rather not change the other one, as then it would be consistent to also change the getters/setters - and break backwards compatibility. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/880/files#r45216200
