--- ClusterLabs-resource-agents-e711383f/bundled/gcp/google-cloud-sdk/lib/third_party/oauth2client/client.py 1980-01-01 09:00:00.000000000 +0100
+++ ClusterLabs-resource-agents-e711383f/bundled/gcp/google-cloud-sdk/lib/third_party/oauth2client/client.py.new 2019-05-28 10:42:54.366396838 +0200
@@ -813,7 +813,7 @@
logger.info('Refreshing access_token')
resp, content = http_request(
- self.token_uri.encode('idna'), method='POST',
+ self.token_uri, method='POST',
body=body, headers=headers)
content = _helpers._from_bytes(content)
if resp.status == http_client.OK: