Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/host-list. Description: When we execute 'nova host-list' command, except the basic information about the host, we also want to know the services' status on the hosts just by one time. So we can add the new feature to 'index' function in hosts.py, then after this, using the 'nova host-list' command, we can get "host_name, service, status, zone" properties. Specification URL (additional information): None