futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

Tracking user command activities #115

Open lee212 opened 11 years ago

lee212 commented 11 years ago

We have observed openstack user can not launch new instances due to quota limit of vcpu and instances. However, our framework does not catch this type of events and won't be able to provide information about errors.

Example of error message: OverLimit: Over limit (HTTP Quota exceeded: code=InstanceLimitExceeded (HTTP 413) (Request-ID: req-...-...)

What we have found is that nova-api.log file generates the log entries that we are looking for as a WSGI server.

What we are going to do next is:

BTW, the title might be misleading to this subject though.