Merge "Print warning on authentication error"
This commit is contained in:
commit
fbb7641694
@ -280,7 +280,8 @@ class OpenStackShell(app.App):
|
|||||||
try:
|
try:
|
||||||
# Trigger the Identity client to initialize
|
# Trigger the Identity client to initialize
|
||||||
self.client_manager.auth_ref
|
self.client_manager.auth_ref
|
||||||
except Exception:
|
except Exception as e:
|
||||||
|
self.log.warning("Possible error authenticating: " + str(e))
|
||||||
pass
|
pass
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user