Comment 5 for bug 1020238

Revision history for this message
Can Zhang (acme-ican) wrote :

I also encountered that (installed on ubuntu12.04 using devstack)

It's OK in a prompt but in a python script using the API, it's intolerant.

As a makeshift, I use this in a script:

nt = client.Client(USER, PASSWORD, TENANT_NAME, AUTH_URL, service_type="compute", no_cache = True)