diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 231: allow the job file to contain unknown propertiies, for real this time

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

Commit Message

Michael-Doyle Hudson Feb. 15, 2012, 2:45 a.m. UTC
------------------------------------------------------------
revno: 231
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2012-02-15 15:43:21 +1300
message:
  allow the job file to contain unknown propertiies, for real this time
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-15 02:06:54 +0000
+++ lava_dispatcher/job.py	2012-02-15 02:43:21 +0000
@@ -33,7 +33,7 @@ 
 
 job_schema = {
     'type': 'object',
-    'additionalProperties': False,
+    'additionalProperties': {},
     'properties': {
         'actions': {
             'items': {