> @@ -87,6 +87,41 @@ public HttpRequest > initialAuthWithAccessKeyAndSecretKeyAndTenantId(String access > accessKey, secretKey, > getTenantId()), "application/json")).build(); > } > > + public HttpRequest initialAuthWithTokenAndTenantName(String token) { > + return HttpRequest.builder().method("POST") > +
Remove line --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/433/files#r16724495