Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/nova-api-instance-info-per-host. Description: Administration and support of nova sometimes requires information about all instances running on a specified host. This is a proposal to add an api to return project, instance name, instance id, created_at and vm state for all instances running on a specified compute node. I currently have this implemented for our own use. I would like to push this upstream for general use. Other instance related information could also be added to this api if there are suggestions. Specification URL (additional information): None