[Bug 995079] Re: Internal server error when accessing nova/instances_and_volumes/ via horizon

2012-09-26 Thread Kieron Bulloch
I'm experiencing similar symptoms. After a little debugging, this is what I think is happening: As Admin user, in get_volumes_data of IndexView, 2 lists are created: 'volumes' and 'instances'. 'Volumes' appears to have a global scope, but 'instances' is tenant-specific. The view attempts to

[Bug 995079] Re: Internal server error when accessing nova/instances_and_volumes/ via horizon

2012-09-26 Thread Kieron Bulloch
I'm experiencing similar symptoms. After a little debugging, this is what I think is happening: As Admin user, in get_volumes_data of IndexView, 2 lists are created: 'volumes' and 'instances'. 'Volumes' appears to have a global scope, but 'instances' is tenant-specific. The view attempts to