last_heart_beat -> last_hearbeat
This commit is contained in:
parent
c474282b33
commit
cdf3c741ee
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -342,7 +342,7 @@ class CreateHost(Resource):
|
|||
"specs": specs,
|
||||
"hostname": hostname,
|
||||
"status": "DEAD",
|
||||
"last_heart_beat": "",
|
||||
"last_heartbeat": "",
|
||||
}
|
||||
client.put(host_key, host_entry, value_in_json=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue