devstack keystone authentication
Hi openstack users, This is regarding authentication done in keystone V3 and V2 in devstack stein release. I have my devstack multi node set up using stein. I can also access horizon using the horizon url generated after installation.
I want to verify whether keystone authentication is happening successfully using version 3 and 2 in stein. I have checked the keystone logs on controller node when I access the horizon ui using-
#sudo journalctl -f -u devstack@k*
I can see the log lines generated for REQUEST_METHOD, SCRIPT_NAME, and PATH_INFO in keystone log.
How can I confirm that keystone is working fine doing authentication using v3 and v2 calls? Also how can I fallback to version 2 in stein to do the tests and what kind of cli/api calls needed to verify this that keystone is working fine with v2 also? Whether V2 is still supported in devstack Stein release as v3 is the default one?
thank you for your hints and replies.
best regards,