Don't go unhealthy for migrate/unmigrate VMs

This commit is contained in:
2020-01-08 17:36:17 -05:00
parent 23b1f6cb00
commit 9cab1c6eb5
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ def format_info(cluster_information, oformat):
if state == 'total' or state == 'start':
continue
if state == 'disable':
if state in ['disable', 'migrate', 'unmigrate']:
colour = ansiprint.blue()
else:
colour = ansiprint.yellow()