axel3rd commented on this pull request.
> } else if (DOMAIN.equals(parts[0])) {
return DomainScope.create(Name.create(parts[1]));
} else {
return DomainIdScope.create(Id.create(parts[1]));
}
}
+
+ private Object parseProjectDomain(TenantOrDomainAndCredentials<T>
credentials, boolean useTenant) {
For project/id, there is
[currently](https://github.com/jclouds/jclouds/blob/master/apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v3/binders/BindAuthToJsonPayload.java#L100)
no domain created on tenant properties => it was more for
backwardcompatibility (use new properties only for project/id, both for
project/name).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1204#discussion_r186698942