Add provision state for VMs

This commit is contained in:
2020-01-08 17:40:02 -05:00
parent 9cab1c6eb5
commit c515d63340
4 changed files with 8 additions and 4 deletions

View File

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