mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
server_list_min should use state, not status
This is what is used when getting server names quickly.
This commit is contained in:
parent
b14e974b5f
commit
8ae32033cc
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ class SaltNova(object):
|
|||
try:
|
||||
ret[item.name] = {
|
||||
'id': item.id,
|
||||
'status': 'Running'
|
||||
'state': 'Running'
|
||||
}
|
||||
except TypeError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue