Merge pull request #47429 from gtmanfred/2017.7

server_list_min should use state, not status
This commit is contained in:
Nicole Thomas 2018-05-02 12:27:55 -04:00 committed by GitHub
commit 7ae3497b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -908,7 +908,7 @@ class SaltNova(object):
try:
ret[item.name] = {
'id': item.id,
'status': 'Running'
'state': 'Running'
}
except TypeError:
pass