You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the error's cause can be found in the token catalog. Can you check you configured identity v3 properly and the endpoint, found in the catalog, is correct and ending with /v3 ?
Short: That screenshot confirms my suspicion. You only have one keystone available in the catalog which points to the wrong keystone v2 endpoints. You have to configure the OpenStack instance properly and setup a Keystone V3 service. But that is more about OpenStack itself than it is for OpenStack4j.
As per the docs here:
http://www.openstack4j.com/learn/identity/identity-v3/#projects
Using OSClientV3 (scoped to domain):
Debugging now, but have confirmed this locally with v3.0.2.
If I change the endpoint in the debugger to "v3/projects", I get back a project list. Otherwise, an empty collection is returned.
Will update when I dig further.
Edit1: KeystoneEndpoints configured for v3 service with v2.0 URLs?
The text was updated successfully, but these errors were encountered: