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:
Jim Rollenhagen 2018-07-24 15:53:26 +00:00 committed by Julia Kreger
parent 52b8638193
commit 40af9848ac
1 changed files with 1 additions and 0 deletions

View File

@ -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'),