diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 229: allow the job file to contain unknown propertiies

Message ID 20120215020412.30306.76735.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Feb. 15, 2012, 2:04 a.m. UTC
------------------------------------------------------------
revno: 229
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2012-02-15 15:02:52 +1300
message:
  allow the job file to contain unknown propertiies
modified:
  lava_dispatcher/job.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/job.py'
--- lava_dispatcher/job.py	2012-02-07 19:16:17 +0000
+++ lava_dispatcher/job.py	2012-02-15 02:02:52 +0000
@@ -33,7 +33,7 @@ 
 
 job_schema = {
     'type': 'object',
-    'additionalProperties': False,
+    'additionalProperties': True,
     'properties': {
         'actions': {
             'items': {