horizon/django-openstack/django_openstack/middleware
Gabriel Hurley ebca6f7a6a Fixed issue 858649 on Launchpad -- Distinguishes between tenant name and tenant id.
The recent changes to keystone switched from sending the tenant id to sending the tenant name as "tenant", thus breaking various tenant-related calls. This patch differentiates the two and names them as separate attributes on request.user. It also switches to using novaclient for the api.tenant_quota_get function.
2011-09-26 14:39:03 -07:00
..
__init__.py move django_openstack out of src 2011-06-22 09:47:45 -07:00
keystone.py Fixed issue 858649 on Launchpad -- Distinguishes between tenant name and tenant id. 2011-09-26 14:39:03 -07:00