Commit 37061a3f authored by Łukasz Nowak's avatar Łukasz Nowak

status and log are ignored.

parent e617e746
......@@ -187,10 +187,8 @@ class InstancePublisher(GenericPublisher):
'Content-Type': 'application/json'})
@requireJson(dict(
title=unicode,
status=unicode,
log=unicode,
connection=dict
), ['title', 'status', 'log', 'connection'])
), ['title', 'connection'])
@extractInstance
def PUT(self):
"""Instance PUT support"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment