RAPI: Forgoten in r1923 instance add change.
authorOleksiy Mishchenko <oleksiy@google.com>
Wed, 22 Oct 2008 20:54:58 +0000 (20:54 +0000)
committerOleksiy Mishchenko <oleksiy@google.com>
Wed, 22 Oct 2008 20:54:58 +0000 (20:54 +0000)
Reviewed-by: iustinp

lib/rapi/rlib2.py

index 479786e..832fe45 100644 (file)
@@ -203,7 +203,7 @@ class R_2_instances(baserlib.R_Generic):
       A job id.
 
     """
-    opts = self.post_data
+    opts = self.req.request_post_data
 
     # beparams
     mem = opts.get('mem', None)