mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47429 from gtmanfred/2017.7
server_list_min should use state, not status
This commit is contained in:
commit
7ae3497b0c
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