diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 654: Fix for 1214684

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

Commit Message

Tyler Baker Aug. 21, 2013, 6:08 a.m. UTC
Merge authors:
  Tyler Baker (tyler-baker)
Related merge proposals:
  https://code.launchpad.net/~tyler-baker/lava-dispatcher/fix-for-1214684/+merge/181189
  proposed by: Tyler Baker (tyler-baker)
  review: Approve - Senthil Kumaran S (stylesen)
------------------------------------------------------------
revno: 654 [merge]
committer: Tyler Baker <tyler.baker@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2013-08-20 23:07:38 -0700
message:
  Fix for 1214684
modified:
  lava_dispatcher/actions/deploy.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/actions/deploy.py'
--- lava_dispatcher/actions/deploy.py	2013-08-12 20:36:43 +0000
+++ lava_dispatcher/actions/deploy.py	2013-08-21 02:55:19 +0000
@@ -124,7 +124,7 @@ 
     parameters_schema = {
         'type': 'object',
         'properties': {
-            'type': {'type': 'string', 'enum': ['ubuntu', 'oe', 'android', 'fedora']},
+            'target_type': {'type': 'string', 'enum': ['ubuntu', 'oe', 'android', 'fedora']},
         },
         'additionalProperties': False,
     }