Kami commented on issue #1591:
URL: https://github.com/apache/libcloud/issues/1591#issuecomment-950636644


   How do you think we should handle this scenario better?
   
   Adding ``ex_auth_dont_contact_metadata_server`` argument to the driver 
constructor (I'm not a big fan of additional arguments, so ideally we should 
come up with a better out of the box approach)?
   
   Or is there is a way for is to detect if oauth type of credentials are used 
and moving that if clause before ``elif cls._is_gce()``?
   
   If none of that is possible / makes sense we could perhaps also decrease 
number of retries + timeout for that ``elif cls._is_gce()`` code path to 
mitigate that problem a bit at least.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to