Handle colouring of network lists when a network is invalid

This commit is contained in:
2018-10-20 15:27:07 -04:00
parent 187a572c13
commit a3f7419124
3 changed files with 31 additions and 6 deletions

View File

@ -509,6 +509,8 @@ def vm_info(domain, long_output):
def vm_list(node, limit):
"""
List all virtual machines in the cluster; optionally only match names matching regex LIMIT.
NOTE: Red-coloured network lists indicate one or more configured networks are missing/invalid.
"""
zk_conn = pvc_common.startZKConnection(zk_host)