From: Tony Mack Date: Wed, 9 Apr 2008 22:08:55 +0000 (+0000) Subject: added 'key' to 'fields' X-Git-Tag: tests-4.2-4~53 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=28b1a9fa1e453d9f4761ed623269adc9f50b8fb8;p=tests.git added 'key' to 'fields' --- diff --git a/qaapi/qa/Slices.py b/qaapi/qa/Slices.py index 182fdca..f16919b 100644 --- a/qaapi/qa/Slices.py +++ b/qaapi/qa/Slices.py @@ -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 = {}):