service status with nova host-list command
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.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- liuan
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
-
Unknown
- Milestone target:
- None
- Started by
- Completed by
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add a new property "status" to hosts index function
Why not use "nova service-list" command in this case? IMHO, nova host-* command deals with host oriented information, while service oriented information should fall into nova service-* command. --Qiu YuGerrit topic: https:/
Addressed by: https:/
Add a new property "status" to hosts index function
Why not use "nova service-list" command in this case? IMHO, nova host-* command deals with host oriented information, while service oriented information should fall into nova service-* command. --Qiu Yu
If you are still working on this, please re-submit via nova-specs. If not, please mark as obsolete, and add a quick comment to describe why. --johnthetubaguy (20th April 2014)
Gerrit topic: https:/
Addressed by: https:/
Fix v2.1 list-host to remove 'services' filter