Results 49 comments of Ed Leafe

Just following up – are you continuing to see this issue?

I don't think that anything in the current master has changed regarding this. I'm currently working on a local branch that removes the swiftclient dependency, which will make debugging issues...

That would be fine for Rackspace-only, but would potentially break other OpenStack uses where `network` means the Neutron API endpoints. `compute:network` represents nova-network, which is what Rackspace uses. Using the...

If you try to log into the Rackspace public cloud as a user that was created for an account, rather than the main account username, you will need to specify...

I'm leaving for the next two weeks. I don't know when I can look into this, but wanted to let you know that it won't be ignored.

Well, it's mostly working and speaking at a conference, so don't be too envious. Then again, it _is_ in Australia, so maybe you can be a little envious. ;-)

I've just released v1.4.8, which adds workarounds to some of the failures observed in python-swiftclient. Can you please re-test in your environment with that version, and let me know if...

This is sounding more and more like a race condition. Is this being done with threads or multiprocessing? In other words, could more than one connection be trying to authenticate...

Well, I tried running another overnight process last night, and it ran without incident, re-authenticating when the token expired. I'm trying to reproduce the issue, but am not able to....

Thanks for the update. If possible, could you add debugging/logging to record the token and the expiration time so we can determine if the problem occurs because of a failure...