Compare commits
1 Commits
529ecfdcf0
...
f712b4cbb3
Author | SHA1 | Date | |
---|---|---|---|
f712b4cbb3 |
@@ -159,8 +159,6 @@ def cli_cluster_status_format_pretty(CLI_CONFIG, data):
|
|||||||
|
|
||||||
vms_strings = list()
|
vms_strings = list()
|
||||||
for state in vm_states:
|
for state in vm_states:
|
||||||
if data.get("vms", {}).get(state) is None:
|
|
||||||
continue
|
|
||||||
if state in ["start"]:
|
if state in ["start"]:
|
||||||
state_colour = ansii["green"]
|
state_colour = ansii["green"]
|
||||||
elif state in ["migrate", "disable"]:
|
elif state in ["migrate", "disable"]:
|
||||||
|
Reference in New Issue
Block a user