This commit checks for any change to the authentication URL and
manages them properly by updating the authentication token stored in
the user's session keyring.
TEST PLAN:
PASS: CLI commands are working correctly.
PASS: Execute at least 2 calls in a row for the same host (local auth
URL). Check if the token has been stored in the keyring.
PASS: Execute at least 2 calls in a row pointing for a different host
(remote auth URL). Verify that the token has been updated in the
keyring.
Closes-Bug: 2141456
Change-Id: I164063165703135fa750def831af811d89b1ab75
Signed-off-by: Reynaldo P Gomes <reynaldo.patronegomes@windriver.com>