Comment 4 for bug 858649

Revision history for this message
Devin Carlen (devcamcar) wrote :

What Jesse said. This fix is in novaclient so we can just call novaclient to take advantage of it.

The call is actually:

    return novaclient(request).quotas.get(tenant)

(not .quota_sets.get)