mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Print warning on authentication error"
This commit is contained in:
commit
fbb7641694
1 changed files with 2 additions and 1 deletions
|
|
@ -280,7 +280,8 @@ class OpenStackShell(app.App):
|
|||
try:
|
||||
# Trigger the Identity client to initialize
|
||||
self.client_manager.auth_ref
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
self.log.warning("Possible error authenticating: " + str(e))
|
||||
pass
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue