last_heart_beat -> last_hearbeat

This commit is contained in:
ahmadbilalkhalid 2019-07-18 19:09:26 +05:00
parent c474282b33
commit cdf3c741ee
1 changed files with 1 additions and 1 deletions

View File

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