Error on tenant administration on Horizon dashboard
Hi,
Using Horizon with Grizzly on Ubuntu 10.04, I am facing a problem when I try to manage the tenants (named "projects" on the dashboard). I get a red tooltip with
Error: An error occurred. Please try again.
I have no error in the logs... at least not in /var/nova/*
The only lines that got printed are theses ones (in : nova-api.log)
2013-05-07 14:36:53.479 2779 INFO nova.osapicompute.wsgi.server [-] (2779) accepted ('127.0.0.1', 43578) 2013-05-07 14:36:53.548 INFO nova.osapicompute.wsgi.server [req-778d7fc5-6fe0-436e-98af-b5e975f827ee 0bbd68ad830f4bc982bd51389a85f82d 3603dbf8c95646f989235e6d3d0e401d] 127.0.0.1 "GET /v2/3603dbf8c95646f989235e6d3d0e401d/os-quota-sets/3603dbf8c95646f989235e6d3d0e401d/defaults HTTP/1.1" status: 200 len: 495 time: 0.0683880
But I can create, delete and edit them using keystone commands.
So... Where could I get any more details/logs about this error ? Any clue about a solution ?
Thanks for any help !