Add deploy_step to NodePayload.SCHEMA
This was missed in the deploy steps work, add it now. Change-Id: I4f82bb4991a98f3352f146f3f62f00abf6739c90
This commit is contained in:
parent
52b8638193
commit
40af9848ac
@ -625,6 +625,7 @@ class NodePayload(notification.NotificationPayloadBase):
|
||||
'conductor_group': ('node', 'conductor_group'),
|
||||
'console_enabled': ('node', 'console_enabled'),
|
||||
'created_at': ('node', 'created_at'),
|
||||
'deploy_step': ('node', 'deploy_step'),
|
||||
'driver': ('node', 'driver'),
|
||||
'extra': ('node', 'extra'),
|
||||
'inspection_finished_at': ('node', 'inspection_finished_at'),
|
||||
|
Loading…
Reference in New Issue
Block a user