2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Change 'status' to 'state'

This is more consistent with several other confluent messages.
This commit is contained in:
Jarrod Johnson 2018-10-17 09:37:31 -04:00
parent 614b916ca4
commit 51037e2487

View File

@ -1249,7 +1249,7 @@ class Disk(ConfluentMessage):
'label': label,
'description': description,
'diskid': diskid,
'status': status,
'state': status,
'serial': serial,
'fru': fru,
}