[Bug 995079] Re: Internal server error when accessing nova/instances_and_volumes/ via horizon
Kieron Bulloch
995079 at bugs.launchpad.net
Wed Sep 26 19:49:34 UTC 2012
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 iterate
through 'volumes' (more specifically, their attachments), matching each
volume's server_id to a server in 'instances', and fails with a KeyError
for the first volume from a different tenant.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/995079
Title:
Internal server error when accessing nova/instances_and_volumes/ via
horizon
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/995079/+subscriptions
More information about the Ubuntu-server-bugs
mailing list