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

status and log are ignored.

parent e617e746
...@@ -187,10 +187,8 @@ class InstancePublisher(GenericPublisher): ...@@ -187,10 +187,8 @@ class InstancePublisher(GenericPublisher):
'Content-Type': 'application/json'}) 'Content-Type': 'application/json'})
@requireJson(dict( @requireJson(dict(
title=unicode, title=unicode,
status=unicode,
log=unicode,
connection=dict connection=dict
), ['title', 'status', 'log', 'connection']) ), ['title', 'connection'])
@extractInstance @extractInstance
def PUT(self): def PUT(self):
"""Instance PUT support""" """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