added 'key' to 'fields'
authorTony Mack <tmack@cs.princeton.edu>
Wed, 9 Apr 2008 22:08:55 +0000 (22:08 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 9 Apr 2008 22:08:55 +0000 (22:08 +0000)
qaapi/qa/Slices.py

index 182fdca..f16919b 100644 (file)
@@ -10,7 +10,8 @@ class Slice(dict, Remote):
        'instantiation': 'plc-instantiated',
        'max_nodes': 1000,
        'description': 'blank',
-       'url': None
+       'url': None,
+       'key': None
        }
 
      def __init__(self, fields = {}):