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
If I reissue the openstack command using v2 url (http://X.X.239.4:35357/v2.0) doesn't accept the url version:
openstack --os-auth-url http://X.X.239.4:35357/v2.0 --os-project-domain-id default --os-user-domain-id default --os-project-name admin --os-username admin --os-auth-type password endpoint show 8685440e3d73467792b6c106a8d9087c
Could not determine a suitable URL for the plugin
Are they both keystone authentication url versions serving different purpose?
The text was updated successfully, but these errors were encountered:
openstack unified API supports both v3 and v2 for backwards compatibility.
python-keystoneclient only supports the Identity v2.0 API
-This explains why keystone client doesn't work with API identity v3 (NOK in 2nd table).
-The following link may suggest that swift is not properly configured for v3 auth_url (NOK1 in 2nd table).
I am using openstack command with keystone v3 API (http://X.X.239.4:5000/v3/) as follow:
But when inspecting keystone endpoint I got v2 as OS auth url
If I reissue the openstack command using v2 url (http://X.X.239.4:35357/v2.0) doesn't accept the url version:
Are they both keystone authentication url versions serving different purpose?
The text was updated successfully, but these errors were encountered: