added 'key' to 'fields'
[tests.git] / 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 = {}):