Dashboard cpu usage

Asked by Roberto Dalas

Hello, I created some instances by Diablo Dashboard, but when I click overview shows the following information:

There are currently no instances.

Can you launch an instance from the Images Page.

Does anyone know what can be? Does it have to do with the EUCA that is not working?

When I go on "system panel" show error:

Unable to get usage info: Instance type %(instance_type_id)s could not be found.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
Roberto Dalas
Solved:
Last query:
Last reply:
Revision history for this message
Gabriel Hurley (gabriel-hurley) said :
#1

I have not experienced this issue with the Diablo dashboard... If it says "no instances" then it means the nova API is either not communicating properly or nova thinks there aren't any instances.

The second error message "Instance type %(instance_type_id)s could not be found" doesn't come from Horizon (grep the codebase)... so that means the error is either being triggered by the client or being returned over the API as a 500 response with that error message. I couldn't tell you which.

It sounds like one way or another there's an incompatibility with the various components in play, and debugging that without specifics is basically impossible.

I would recommend either a clean devstack diablo install or making sure all your OpenStack components *and* their dependencies are up-to-date.

It might also be worth making sure that second error message isn't a known bug in nova.

Revision history for this message
Roberto Dalas (betodalas) said :
#2

The strange thing is that the administrator's panel shows how much CPU is using, but the status is different when you click "user dashboard". The machines are being installed correctly.

Revision history for this message
Takaaki Suzuki (takaakisuzuki) said :
#3

I had same problem.
but I solved it.

Please check your nova instances database tables.
instance_type_id have to match instance_types table "id".

Thanks!

Revision history for this message
Roberto Dalas (betodalas) said :
#4

Thank you Takaaki, I fix this problem installing more recent Dashboard