You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2019/08/06 08:19:44 UTC

[GitHub] [libcloud] micafer opened a new issue #1336: Error with proxy_url in OpenStack auth

micafer opened a new issue #1336: Error with proxy_url in OpenStack auth
URL: https://github.com/apache/libcloud/issues/1336
 
 
   ## Summary
   
   An error appears when using some OpenStack auth classes where this new ``proxy_url`` parameter has not been added.
   
   Error introduced in commit: c20cf0180dbd30fb4010aba259746808576f9aa8 from PR ##1324.
   
   ## Detailed Information
   
   I get the error when trying to use the OpenStackIdentity_3_0_Connection_OIDC_access_token class. But it will appear using any other auth classes where the ``proxy_url`` parameter has not been added.
   
   The error shown is:
   ```python
   TypeError: __init__() got an unexpected keyword argument 'proxy_url'
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services