Comment 4 for bug 1332991

Revision history for this message
Mike Spreitzer (mike-spreitzer) wrote :

One workaround, maybe even fix, is to add a little code to the __init__ method of the HTTPClient class of python-cinderclient/cinderclient/client.py. Before the first use of auth_url, add this code:

      if auth_url is None:
          auth_url = ''