Comment 3 for bug 1861695

Revision history for this message
Monty Taylor (mordred) wrote : Re: Programming error choosing an endpoint.

I don't have SGP1 enabled in any of my OVH accounts. Could you run the following script and provide the output (it's going to be verbose - also, it will show HTTP traffic, but the auth tokens are replaced with shas of the tokens so it should be fine to share)

import openstack

openstack.enable_logging(http_debug=True)
c = openstack.connect()
print(c.list_volumes())